Twitter Util v20.8.0 Release Notes

Release Date: 2020-08-12 // over 3 years ago
  • 20.8.0

    ๐Ÿ†• New Features

    • โœ… util-stats: Store MetricSchemas in InMemoryStatsReceiver to enable further testing. c305712e
    • util-core: c.t.u.Var.Observer is now public. This allows scala users to extend the Var trait
      as has been the case for Java users. ee1cebcf
    • util-core: Added two new methods to c.t.u.Duration and c.t.u.Time: .fromHours and .fromDays. 955f2ce9

    โš™ Runtime Behavior Changes

    • util-app: Treat empty strings as empty collections in Flag[Seq[_]], Flag[Set[_]],
      Flag[java.util.List[_]], and Flag[java.util.Set[_]]. They were treated as collections
      with single element, empty string, before. 43f83d22