Skip to content

v0.14.7

Compare
Choose a tag to compare
@hamnis hamnis released this 26 Apr 06:25
· 55 commits to series/0.14.x since this release
e3d2583

Notable changes

  • Introduce forTypedProduct to work better with Scala 3 by @hamnis in #1998
  • Move anonymous classes out of inlined code and into constructor methods by @joroKr21 in #2230
  • Align Scala 3 semiauto derivation with circe-generic behavior in Scala 2 by @mrdziuban in #2258
  • Add Encoder.derived and Codec.derived forwarders by @joroKr21 in #2228

Important

#2258 is binary compatible, but not source compatible. Meaning upgrading to this version may cause some code to fail compiling in Scala 3. This change is important as it fixes a glaring problem with the current derivation.

Maintainership updates

@zmccoy has resigned as a maintainer. Thanks for all your contributions and we wish you the best of luck going forward.
@hamnis has been added a maintainer.

Community Contributions

Scala steward

New Contributors

Full Changelog: v0.14.6...v0.14.7