github finagle/finch 0.20.0
Finch 0.20

latest releases: v0.34.1, v0.34.0, v0.33.0...
5 years ago

This release bumps the Finagle/Util versions to 18.5 and fixes a couple of embarrassing bugs:

  • Body endpoints were evaluating (decoding) while being matched (see #939, thanks @manuelcueto for reporting). This could have resulted in decoding the same request twice if an app served two endpoints that only differ by a verb (eg: PUT /users and POST /users).
  • Charset wasn't properly set on streaming responses (see #938, thanks @gregor-rayman).

Don't miss a new finch release

NewReleases is sending notifications on new releases.