October 2021 Release Notes - Version 21.10.0
Didn’t get enough of Halloween this season? Here’s an extra treat: the October release 🎃🍬🍫
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
No Changes
Breaking API Changes
finagle-core: c.t.f.loadbalancer.distributor.AddressedFactory has been removed. Use
c.t.f.loadbalancer.EndpointFactory directly instead. 4043382a
finagle-core: Moved c.t.finagle.stats.LoadedStatsReceiver and c.t.finagle.stats.DefaultStatsReceiver
from the finagle-core module to util-stats. 709c0c37
Changed
- http-server: Add versions of HttpRouter#filter which accept a Guice TypeLiteral to
aid Java users in being able to apply generically typed Filters obtained from the object graph.
46a45c4b
No Changes