Skip to content

Releases: zio/zio-schema

v1.6.1

24 Jan 09:11
57b2059
Compare
Choose a tag to compare

Changes

v1.6.0

23 Jan 20:02
ee40008
Compare
Choose a tag to compare

Changes

v1.5.0

18 Sep 04:46
0e69702
Compare
Choose a tag to compare

DO NOT USE THIS RELEASE due to backward binary incompatibility

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

14 Aug 22:22
ce8cca1
Compare
Choose a tag to compare

What's Changed

  • Don't write null for empty option fields of generic records by @987Nabil in #728

Full Changelog: v1.4.0...v1.4.1

v1.4.0

14 Aug 15:34
ce3a315
Compare
Choose a tag to compare

What's Changed

Now build with/for Scala native 0.5.x

There are new Schema sub-types NonEmptySequence and NonEmptyMap. If you do pattern matching you might need to add this two new cases.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

14 Jul 07:46
5c8e7eb
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @github-actions in #690
  • Fix JSON decoding of empty objects by @guersam in #710
  • Failing deriving Schemas with transient fields without defaults (#654) by @987Nabil in #708
  • Not adding simpleEnum annotation when it's implemented as a case class by @pablf in #707
  • Save info about generically applied types in new annotation (#695) by @987Nabil in #703
  • JsonCodec respects annotations for GenericRecord (#700) by @987Nabil in #704
  • Generate in Scala 3 macro typeId without type parameters (#694) by @987Nabil in #702

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

28 Jun 08:05
37d5954
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

07 Jun 20:56
c80948f
Compare
Choose a tag to compare

Changes

v1.2.0

17 May 18:04
e24f38a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

22 Apr 11:50
ad0275d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1