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._