Skip to content

Finagle 19.8.0

Compare
Choose a tag to compare
@finaglehelper finaglehelper released this 06 Aug 07:14
· 1356 commits to develop since this release

Breaking API Changes

  • finagle-core: The contents of the c.t.f.dispatch.GenSerialClientDispatcher object have been
    moved to the new c.t.f.dispatch.ClientDispatcher object. The stats receiver free constructors
    of GenSerialClientDispatcher and SerialClientDispatcher have been removed.
    4b0493c6
  • finagle-thrift: The deprecated ReqRepThriftServiceBuilder object has been
    removed. Users should migrate to ReqRepMethodPerEndpointBuilder. f1c4d589

Runtime Behavior Changes

  • finagle-core: Failed reads on Linux due to a remote peer disconnecting should now be properly
    seen as c.t.f.ChannelClosedException instead of a c.t.f.UnknownChannelException.
    b06fab3e
  • finagle: Upgrade to Jackson 2.9.9. 464ae751
  • finagle: Upgrade to Netty 4.1.38.Final. 23532f19