Skip to content

Finch 0.21

Compare
Choose a tag to compare
@vkostyukov vkostyukov released this 16 Jun 05:40
· 809 commits to master since this release

This release bumps Finagle to 18.6 as well as introduces the following improvements.

  • New finch-refined module (see #944, thanks @sergeykolbasov)
  • Performance improvements for Input.fromRequest (see #943)
  • Faster charset parsing (see #946)

Additionally, headerExist and paramExist are now deprecated. Use paramOption and headerOption to retrive optional entities.