Release notes
-
Support ZIO 2
-
Support Scala 3 default paremters
-Yretain-trees
needs to be added toscalacOptions
to support default parameters under Scala 3. This is a current limitation of Scala 3.
This version should be binary compatible with 0.3.0-RC10, which was used in the non-prelease version 9.1 of jwt-scala.
What's Changed since RC-11
- Golden: Remove zio-nio and scala-reflect dependencies (#728) @fsvehla
- Adds golden testing to published projects (#727) @sergeda
- Fix #705 : Defer unsafeDecodeMissing in JsonDecoder (#711) @Kalin-Rudnicki
- Fix #686 by adding support of time zone offsets when parsing
java.time.Instant
values (#687) @plokhotnyuk - Fix tests for
java.time._
parsers (#695) @plokhotnyuk - Sync dependency versions from series/1.x → series/2.x (#667) @fsvehla
- Generate case classes from JSON strings (#666) @kitlangton
- ZIO 2: default parameters support for Scala 3 (#646) @fsvehla
Dependency Updates
- Update jsoniter-scala-core, ... to 2.17.3 (#729) @scala-steward
- Update http4s-dsl to 0.23.15 (#714) @scala-steward
- Update sbt-scala-native to 0.4.7 (#720) @scala-steward
- Update zio, zio-streams, zio-test, ... to 2.0.2 (#719) @scala-steward
- Update jsoniter-scala-core, ... to 2.17.2 (#726) @scala-steward
- Update actions/setup-java action to v3.5.0 (#725) @renovate
- Update play-json to 2.9.3 (#718) @scala-steward
- Update jsoniter-scala-core, ... to 2.17.1 (#723) @scala-steward
- Update jsoniter-scala-core, ... to 2.17.0 (#717) @scala-steward
- Update snakeyaml to 1.31 (#716) @scala-steward
- Update jsoniter-scala-core, ... to 2.16.0 (#715) @scala-steward
- Update hmarr/auto-approve-action action to v2.4.0 (#712) @renovate
- Update Node.js to v16.17.0 (#708) @renovate
- Update magnolia to 1.1.5 (#704) @scala-steward
- Update jsoniter-scala-core, ... to 2.15.0 (#706) @scala-steward
- Update jsoniter-scala-core, ... to 2.14.2 (#703) @scala-steward
- Update sbt-scoverage to 2.0.2 (#702) @scala-steward
- Update refined to 0.10.1 (#673) @scala-steward
- Update mdoc, sbt-mdoc to 2.3.3 (#692) @scala-steward
- Update scala-collection-compat to 2.8.1 (#698) @scala-steward
- Update jsoniter-scala-core, ... to 2.14.1 (#701) @scala-steward
- Update jsoniter-scala-core, ... to 2.13.39 (#699) @scala-steward
- Update http4s-dsl to 0.23.14 (#691) @scala-steward
- Update sbt-scoverage to 2.0.1 (#693) @scala-steward
- Update jsoniter-scala-core, ... to 2.13.38 (#690) @scala-steward
- Update jsoniter-scala-core, ... to 2.13.37 (#688) @scala-steward
- Update sbt-header to 5.7.0 (#684) @scala-steward
- Update jsoniter-scala-core, ... to 2.13.36 (#683) @scala-steward
- Update jmh-core, jmh-generator-asm, ... to 1.35 (#676) @scala-steward
- Update silencer-lib, silencer-lib_2.13.6, ... to 1.7.9 (#668) @scala-steward
- Update sbt-scala-native to 0.4.5 (#679) @scala-steward
- Update scala-collection-compat to 2.8.0 (#678) @scala-steward
- Update http4s-dsl to 0.23.13 (#675) @scala-steward
- Update sbt-header to 5.6.5 (#671) @scala-steward
- Update cats-effect to 3.3.14 (#681) @scala-steward
- Update circe-core, circe-generic, ... to 0.14.2 (#674) @scala-steward
- Update jsoniter-scala-core, ... to 2.12.4 (#669) @scala-steward
- Update jawn-ast to 1.4.0 (#682) @scala-steward
What's Changed
- Update hmarr/auto-approve-action action to v2.4.0 by @renovate in #712
- Update jsoniter-scala-core, ... to 2.16.0 by @scala-steward in #715
- Update snakeyaml to 1.31 by @scala-steward in #716
- Fix #705 : Defer unsafeDecodeMissing in JsonDecoder by @Kalin-Rudnicki in #711
- Update jsoniter-scala-core, ... to 2.17.0 by @scala-steward in #717
- Update jsoniter-scala-core, ... to 2.17.1 by @scala-steward in #723
- Update play-json to 2.9.3 by @scala-steward in #718
- Update actions/setup-java action to v3.5.0 by @renovate in #725
- Update jsoniter-scala-core, ... to 2.17.2 by @scala-steward in #726
- Adds golden testing to published projects by @sergeda in #727
- Update zio, zio-streams, zio-test, ... to 2.0.2 by @scala-steward in #719
- Update sbt-scala-native to 0.4.7 by @scala-steward in #720
- Golden: Remove zio-nio and scala-reflect dependencies by @fsvehla in #728
- Update http4s-dsl to 0.23.15 by @scala-steward in #714
- Update jsoniter-scala-core, ... to 2.17.3 by @scala-steward in #729
New Contributors
- @Kalin-Rudnicki made their first contribution in #711
- @sergeda made their first contribution in #727
Full Changelog: v0.3.0-RC11...v0.3.0