Releases: circe/circe-jackson
circe-jackson 0.12.0-M3
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
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
This release bumps the circe version to 0.11.1 and makes the ObjectMapper
publicly visible (thanks @BenFradet).
circe-jackson 0.11.0
This release bumps the circe version to 0.11.0 and updates several Jackson versions (patch only).
circe-jackson 0.10.0
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
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
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
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
This release updates the circe version to 0.9.0-M1 (thanks to Anusha Mallampati for the update!).
circe-jackson 0.8.0
This release updates the circe version from 0.7 to 0.8 (with a few small changes to handle the new JsonFloat
constructor).