circe v0.14.0-M1 Release Notes

Release Date: 2020-06-12 // almost 4 years ago

Previous changes from v0.13.0-RC1

  • ๐Ÿš€ This release candidate differs from the two 0.13.0 milestones in that it maintains binary compatibility with Circe 0.12.x (verified with MiMa) for all of the modules that don't depend on Jawn. We've updated Jawn to the new 1.0.0, which means that circe-jawn, circe-literal, and circe-parser (on the JVM) are not binary-compatible with 0.12.x.

    โšก๏ธ We've chosen to use 0.13 only for introducing Jawn 1.0.0, and wanted to make the update easy for people who have dependencies that may still be on circe-core or circe-generic 0.12.x.

    ๐Ÿš€ This release is cross-published for Scala.js 1.0.0-RC2 for the same modules as the last two milestones.

    I'll publish 0.13.0 in the next day or two if no issues come up before then.