Magnolia was updated to 1.1.5, which should resolve some derivation issues of sealed traits when Magnolia 1.1.1 was evicted.
Some derivation issues remain (see open issues) before v0.3.0 final will be released.
As a reminder: -Yretain-trees
needs to be added to scalacOptions
to support default parameters under Scala 3.
This is a limitation of Scala itself.
What's Changed
- Generate case classes from JSON strings by @kitlangton in #666
- Sync dependency versions from series/1.x → series/2.x by @fsvehla in #667
- Update jawn-ast to 1.4.0 by @scala-steward in #682
- Update jsoniter-scala-core, ... to 2.12.4 by @scala-steward in #669
- Update circe-core, circe-generic, ... to 0.14.2 by @scala-steward in #674
- Update cats-effect to 3.3.14 by @scala-steward in #681
- Update sbt-header to 5.6.5 by @scala-steward in #671
- Update http4s-dsl to 0.23.13 by @scala-steward in #675
- Update scala-collection-compat to 2.8.0 by @scala-steward in #678
- Update sbt-scala-native to 0.4.5 by @scala-steward in #679
- Update silencer-lib, silencer-lib_2.13.6, ... to 1.7.9 by @scala-steward in #668
- Update jmh-core, jmh-generator-asm, ... to 1.35 by @scala-steward in #676
- Update jsoniter-scala-core, ... to 2.13.36 by @scala-steward in #683
- Update sbt-header to 5.7.0 by @scala-steward in #684
- Update jsoniter-scala-core, ... to 2.13.37 by @scala-steward in #688
- Update jsoniter-scala-core, ... to 2.13.38 by @scala-steward in #690
- Fix tests for
java.time._
parsers by @plokhotnyuk in #695 - Fix #686 by adding support of time zone offsets when parsing
java.time.Instant
values by @plokhotnyuk in #687 - Update sbt-scoverage to 2.0.1 by @scala-steward in #693
- Update http4s-dsl to 0.23.14 by @scala-steward in #691
- Update jsoniter-scala-core, ... to 2.13.39 by @scala-steward in #699
- Update jsoniter-scala-core, ... to 2.14.1 by @scala-steward in #701
- Update scala-collection-compat to 2.8.1 by @scala-steward in #698
- Update mdoc, sbt-mdoc to 2.3.3 by @scala-steward in #692
- Update refined to 0.10.1 by @scala-steward in #673
- Update sbt-scoverage to 2.0.2 by @scala-steward in #702
- Update jsoniter-scala-core, ... to 2.14.2 by @scala-steward in #703
- Update jsoniter-scala-core, ... to 2.15.0 by @scala-steward in #706
- Update magnolia to 1.1.5 by @scala-steward in #704
- Update Node.js to v16.17.0 by @renovate in #708
Full Changelog: v0.3.0-RC10...v0.3.0-RC11