Skip to content

Releases: circe/circe-jackson

circe-jackson

29 Mar 21:48
Compare
Choose a tag to compare

This patch release fixes a bug (#18) that caused problems when CirceJsonDeserializer was used with Jackson's MappingIterator. Thanks to Lari Hotari for identifying and fixing the issue (#19).

circe-jackson 0.7.0

17 Jan 21:45
Compare
Choose a tag to compare

This release updates the circe version to 0.7.0 and turns off pretty printing for the Jackson printer (future versions may enable configurable printing—see this circe issue for some related discussion).

circe-jackson 0.7.0-M2

10 Jan 22:21
Compare
Choose a tag to compare
Pre-release

This release updates the circe version to 0.7.0-M2 and adds one new method: jacksonPrintByteBuffer (see #11 for details).

circe-jackson 0.6.2

16 Dec 12:07
Compare
Choose a tag to compare

This release is essential identical to the 0.6.1 release, with the exception that now instead of a single circe-jackson artifact, we have four (well, really twelve, given that each is cross-published for three Scala versions):

  • "io.circe" %% "circe-jackson25" % "0.6.2"
  • "io.circe" %% "circe-jackson26" % "0.6.2"
  • "io.circe" %% "circe-jackson27" % "0.6.2"
  • "io.circe" %% "circe-jackson28" % "0.6.2"

The circe-jackson25 artifact is verified by MiMa to be binary-compatible with the 0.6.1 release.