Skip to content

Finch 0.29

Compare
Choose a tag to compare
@vkostyukov vkostyukov released this 18 May 22:17
· 563 commits to master since this release

A release for Finagle 19.4, the first release without Netty 3 on the classpath!

In addition to version bumps, here are the notable changes:

  • Streams are now cancellable if your effect supports it (see #1082 (thanks to @joroKr21)
  • Bugfix in how charsets are fetched from requests (see #1104)