Releases: zio/zio-schema
Releases · zio/zio-schema
v1.7.5
Changes
- Update bson to 5.6.0 @zio-scala-steward[bot] (#908)
- Update sbt, scripted-plugin to 1.11.6 @zio-scala-steward[bot] (#906)
- Bump actions/setup-node from 4 to 5 @dependabot[bot] (#907)
- Update sbt-scalajs, scalajs-compiler, ... to 1.20.1 @zio-scala-steward[bot] (#905)
- Update zio, zio-streams, zio-test, ... to 2.1.21 @zio-scala-steward[bot] (#904)
- Update jackson-module-scala to 2.20.0 @zio-scala-steward[bot] (#903)
- Update zio-sbt-website to 0.4.0-alpha.34 @zio-scala-steward[bot] (#902)
- Update sbt, scripted-plugin to 1.11.5 @zio-scala-steward[bot] (#901)
- Update zio-sbt-website to 0.4.0-alpha.33 @zio-scala-steward[bot] (#900)
- Update sbt-ci-release to 1.11.2 @zio-scala-steward[bot] (#899)
- Bump actions/checkout from 4.2.2 to 5.0.0 @dependabot[bot] (#896)
- Update README.md @github-actions[bot] (#895)
- Update sbt, scripted-plugin to 1.11.4 @zio-scala-steward[bot] (#894)
v1.7.4
Changes
- Update jackson-module-scala to 2.19.2 @zio-scala-steward[bot] (#889)
- Update jackson-dataformat-msgpack, ... to 0.9.10 @zio-scala-steward[bot] (#890)
- Update zio, zio-streams, zio-test, ... to 2.1.20 @zio-scala-steward[bot] (#891)
- Update snakeyaml-engine to 2.10 @zio-scala-steward[bot] (#887)
- Handle maps with simple enum keys like they are Strings (#885) @987Nabil (#886)
- Add support for Scala 3 IArray collections (#883) @987Nabil (#884)
- Update README.md @github-actions[bot] (#882)
- Update zio-json to 0.7.44 @zio-scala-steward[bot] (#877)
- Update libthrift to 0.22.0 @zio-scala-steward[bot] (#878)
- Update sbt-scalafmt to 2.5.5 @zio-scala-steward[bot] (#879)
- Update sbt, scripted-plugin to 1.11.3 @zio-scala-steward[bot] (#880)
- Remove redundant dependency of
zio-schema-avroonzio-json@plokhotnyuk (#881)
v1.7.3
Changes
- Fix generation of annotations for enums during schema derivation @plokhotnyuk (#876)
- Update jackson-module-scala to 2.19.1 @zio-scala-steward[bot] (#874)
- Update sbt-ci-release to 1.11.1 @plokhotnyuk (#873)
- Fix publishing to Maven Central @plokhotnyuk (#872)
- Update auxlib, clib, javalib, nativelib, ... to 0.5.8 @zio-scala-steward[bot] (#870)
- Update bson to 5.5.1 @zio-scala-steward[bot] (#869)
- Update zio-prelude to 1.0.0-RC41 @zio-scala-steward[bot] (#868)
- Update zio, zio-streams, zio-test, ... to 2.1.19 @zio-scala-steward[bot] (#864)
- Update zio-sbt-website to 0.4.0-alpha.32 @zio-scala-steward[bot] (#867)
- Update sbt, scripted-plugin to 1.11.2 @zio-scala-steward[bot] (#871)
- Update sbt, scripted-plugin to 1.11.0 @zio-scala-steward[bot] (#861)
- Update README.md @github-actions[bot] (#857)
- Update sbt, scripted-plugin to 1.10.11 @zio-scala-steward[bot] (#856)
- Update bson to 5.5.0 @zio-scala-steward[bot] (#855)
v1.7.2
Changes
- Make
@AvroAnnotations.defaultpublic @plokhotnyuk (#841) - Update sbt, scripted-plugin to 1.9.9 @zio-scala-steward[bot] (#853)
- Update jakarta.annotation-api to 3.0.0 @zio-scala-steward[bot] (#851)
- Bump hmarr/auto-approve-action from 2.1.0 to 4.0.0 @dependabot[bot] (#848)
- Bump actions/setup-node from 3 to 4 @dependabot[bot] (#845)
- Update README.md @github-actions[bot] (#843)
- Bump release-drafter/release-drafter from 5 to 6 @dependabot[bot] (#846)
- Bump actions/checkout from 3.0.0 to 4.2.2 @dependabot[bot] (#844)
- Bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 @dependabot[bot] (#847)
- Optimize
BinaryCodec::streamDecoderimplementations @guizmaii (#824) - Add Scala Steward and Dependabot to help maintaining the repo @guizmaii (#842)
v1.7.1
Changes
- Update dependencies @plokhotnyuk (#838)
- Remove unroll-plugin usage @plokhotnyuk (#836)
v1.7.0
Changes
- Move NameFormat to core, since it is a more general concept @987Nabil (#834)
- Additional JsonCodec configurations (#831) @987Nabil (#832)
- Independent en-/decoding of empty collections & options for JSON (#829) @987Nabil (#830)
- Avro Codec decoding for GenericRecord Single field is now supported @harshtech123 (#823)
- Update avro to 1.12.0 @plokhotnyuk (#828)
- Update README.md @github-actions (#827)
- Update dependencies @plokhotnyuk (#826)
v1.6.6
Changes
- restore behavior @googley42 (#822)
- Update README.md @github-actions (#821)
v1.6.5
v1.6.4
Changes
- Update zio-json to 0.7.38 @plokhotnyuk (#817)
- Update Ubuntu on CI @plokhotnyuk (#816)
- More efficient encoding of sum and product types @plokhotnyuk (#815)
- Update README.md @github-actions (#814)
- Add en example of custom enum schema with a JSON codec @plokhotnyuk (#813)
v1.6.3
Changes
- Fix derivation of JSON encoders for complex cases of sum types @plokhotnyuk (#809)