finagle-21.9.0
版本发布时间: 2021-10-02 04:46:34
twitter/finagle最新发布版本:finagle-24.5.0(2024-05-08 03:46:22)
21.9.0
Breaking API Changes
- finagle-thrift: Removed c.t.finagle.thrift.ThriftClient#newMethodIface and ThriftClient#thriftService, use c.t.f.thrift.ThriftClient#methodPerEndpoint. fc21cccf
Bug Fixes
- finagle-core/partitioning: Close balancers and their gauges when repartitioning. d0bd053d
Runtime Behavior Changes
- finagle: Upgrade to Netty 4.1.67.Final and netty-tcnative 2.0.40.Final. c373fc08
- finagle: Downgrade to Netty 4.1.66.Final cbfbef89
- finagle: Bump version of Jackson to 2.11.4. 19750a80
- finagle-core: OffloadFilter hands off work from Netty I/O thread to the offload CPU thread pool right after we enter the Finagle stack by default. Previously this could be enabled via a toggle. The com.twitter.finagle.OffloadEarly toggle has been removed. 2b5086fe