Skip to content

Finch 0.20

Compare
Choose a tag to compare
@vkostyukov vkostyukov released this 28 May 15:47
· 773 commits to master since this release

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).