github finagle/finch 0.16.0
Finch 0.16

latest releases: v0.34.1, v0.34.0, v0.33.0...
6 years ago

The first release against Cats 1.0 (and the rest of the ecosystem) that also includes six milestone releases:

The following dependencies were bumped:

  • Cats to 1.0.1
  • Circe to 0.9
  • Finagle to 17.12

Circe Error Accumulation

In addition to the six milestone releases, the final release includes a new shiny feature that allows accumulating errors returned from a Circe decoder (i.e., report multiple parse errors at once). See #884 (thanks @imliar) for more details. To enable error accumulation, replace io.finch.circe._ import with:

import io.finch.circe.accumulating._

Don't miss a new finch release

NewReleases is sending notifications on new releases.