finagle-20.4.0
版本发布时间: 2020-04-03 02:24:37
twitter/finagle最新发布版本:finagle-24.5.0(2024-05-08 03:46:22)
New Features
- finagle-thrift/thriftmux: Thrift and ThriftMux client side can set a sharable
TReusableBuffer by
withTReusableBufferFactory
. 9213ca35
Breaking API Changes
-
finagle-partitioning: Rename
c.t.finagle.partitioning.CacheNode
andCacheNodeMetadata
toc.t.finagle.partitioning.PartitionNode
andPartitionNodeMetadata
. d32f0c25 -
finagle-partitioning: Rename
c.t.finagle.partitioning.KetamaClientKey
toHashNodeKey
2d0cd33e
Bug Fixes
- finagle-base-http: RequestBuilder headers use SortedMap to equalize keys in different caps.
setHeader
keys are case insensitive, the last one wins. 535f324c