Finagle v20.7.0 Release Notes

Release Date: 2020-07-22 // almost 4 years ago
  • 20.7.0

    ๐Ÿ’ฅ Breaking API Changes

    • finagle-core: Correct the spelling of Tracing.recordClientSendFrargmet() to
      Tracing.recordClientSendFragment() 30726c01
    • finagle-redis: Use StrictKeyCommand for XDEL d174f9d6
    • finagle-toggle: Toggle.isDefinedAt(i: Int) has become Toggle.isDefined. Additionally, a new method Toggle.isUndefined has been added. 3bb78ce8
    • ๐Ÿšš finagle-zipkin-scribe: The scribe.thrift file was moved to finagle-thrift/src/main/thrift under a new
      namespace. com.twitter.finagle.thrift.scribe.(thrift|thriftscala) 01a20b79

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”ง finagle-zipkin-scribe: The scribe client should be configured using the NullTracer. Otherwise, spans
      produced by the client stack will be sampled at initialSampleRate. 0446dd3e