Skip to content

Util 21.10.0

Compare
Choose a tag to compare
@finaglehelper finaglehelper released this 01 Nov 20:04
· 203 commits to develop since this release

21.10.0

New Features

  • util-core: Add convenience methods to convert to java.time.ZonedDateTime and
    java.time.OffsetDateTime. toInstant, toZonedDateTime, and toOffsetDateTime also preserve
    nanosecond resolution. c2750767
  • util-stats: Moved c.t.finagle.stats.LoadedStatsReceiver and c.t.finagle.stats.DefaultStatsReceiver
    from the finagle-core module to util-stats. 266b69bd