Finch 0.20
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
andPOST /users
). - Charset wasn't properly set on streaming responses (see #938, thanks @gregor-rayman).