Skip to content

Releases: circe/circe-jackson

circe-jackson 0.12.0-M3

12 Jun 19:47
Compare
Choose a tag to compare
Pre-release

This release bumps the circe version to 0.12.0-M3, Cats to 2.0.0-M4, and introduces Scala 2.13.0 support. I skipped M2 because I thought it would more confusing to be out of sync with circe-core.

circe-jackson 0.12.0-M1

27 Apr 20:02
Compare
Choose a tag to compare
Pre-release

This release bumps the circe version to 0.12.0-M1, Cats to 2.0.0-M1, and introduces Scala 2.13.0-RC1 support.

circe-jackson 0.11.1

28 Mar 23:04
Compare
Choose a tag to compare

This release bumps the circe version to 0.11.1 and makes the ObjectMapper publicly visible (thanks @BenFradet).

circe-jackson 0.11.0

03 Jan 20:27
Compare
Choose a tag to compare

This release bumps the circe version to 0.11.0 and updates several Jackson versions (patch only).

circe-jackson 0.10.0

26 Sep 12:39
Compare
Choose a tag to compare

This is the first release for circe 0.10.x. In addition to updating the circe version, it adds methods for converting between the JSON representations of circe and Jackson (thanks to Andrzej Sołtysik).

circe-jackson 0.9.0

02 Jan 13:07
Compare
Choose a tag to compare

This is the first release depending on Cats 1.0, and it updates the circe version to 0.9.0.

circe-jackson 0.9.0-M3

22 Dec 15:11
Compare
Choose a tag to compare
Pre-release

This release updates the circe version to 0.9.0-M3 (which transitively bumps Cats from 1.0.0-RC1 to 1.0.0-RC2).

circe-jackson 0.9.0-M2

06 Nov 16:14
Compare
Choose a tag to compare
Pre-release

This release updates the circe version to 0.9.0-M2 (the first release depending on Cats 1.0.0-RC1), as well as bumping the jackson-databind versions for 2.6 and 2.7 to avoid this security vulnerability.

This release also adds support for Jackson 2.9 for the first time.

circe-jackson 0.9.0-M1

22 Aug 00:59
Compare
Choose a tag to compare
Pre-release

This release updates the circe version to 0.9.0-M1 (thanks to Anusha Mallampati for the update!).

circe-jackson 0.8.0

10 May 16:04
Compare
Choose a tag to compare

This release updates the circe version from 0.7 to 0.8 (with a few small changes to handle the new JsonFloat constructor).