Skip to content

Releases: zio/zio-json

v0.6.2

05 Sep 12:29
7554a86
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

21 Aug 19:49
481ab26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Jul 07:29
13fa6d9
Compare
Choose a tag to compare

This release fixes a security issue in the YAML module.
Since we’ve had to update snakeyaml to 2.0, we’ve had to break binary compatibility.

What's Changed

Dependency Updates

v0.5.0

18 Mar 14:43
a5440bb
Compare
Choose a tag to compare

What's Changed

Dependency Updates

v0.4.2

05 Dec 14:17
8e631b7
Compare
Choose a tag to compare

What's Changed

v0.4.1

05 Dec 07:30
8cbd5fb
Compare
Choose a tag to compare

What's Changed

v0.4.0

04 Dec 17:31
88e204f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

0.3.0

15 Sep 10:28
91bc373
Compare
Choose a tag to compare

Release notes

  • Support ZIO 2

  • Support Scala 3 default paremters

    -Yretain-trees needs to be added to scalacOptions 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

Dependency Updates

What's Changed

New Contributors

Full Changelog: v0.3.0-RC11...v0.3.0

v0.3.0-RC11

17 Aug 10:16
de7653b
Compare
Choose a tag to compare
v0.3.0-RC11 Pre-release
Pre-release

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

Full Changelog: v0.3.0-RC10...v0.3.0-RC11

0.3.0-RC10: Support default parameters in Scala 3

07 Jul 09:31
a4c9b04
Compare
Choose a tag to compare

Default parameter support

Derived Encoder / Decoder now support case class default parameter when using Scala 3.
-Yretain-trees needs to be added to scalacOptions — there is currently now other known way to support them.

What's Changed

  • ZIO 2: default parameters support for Scala 3 by @fsvehla in #646

Full Changelog: v0.3.0-RC9...v0.3.0-RC10