Skip to content

Finch.io 0.2.0

Compare
Choose a tag to compare
@vkostyukov vkostyukov released this 05 Dec 06:10
· 2045 commits to master since this release

This release is a result of a huge project redesign: instead of mono-project, it's multi-project now. We've managed to resolve the plugabble JSON libraries ticket. So, there are two new JSON modules in Finch.io: finch-json (own immutable JSON) and finch-jawn (bindings to Jawn library). Finally, Finch.io is on Maven Central now:

"com.github.finagle" %% "finch-module" % "0.2.0"

Many thanks to @BenWhitehead, @rpless, @travisbrown, @rodrigopr!