Releases: julianpeeters/avrohugger
Releases · julianpeeters/avrohugger
v2.12.0
v2.11.3
Full Changelog: v2.11.2...v2.11.3
- Fix for julianpeeters/sbt-avrohugger#108: minor refactor of topological sort
- Add test in https://github.com/julianpeeters/sbt-avrohugger/pull/109/files
v2.11.2
What's Changed
- Bug fix for schemas defined and referenced within the same record
Full Changelog: v2.11.1...v2.11.2
v2.11.0
What's Changed
- Parse each file only once by @mkljakubowski in #200
Full Changelog: v2.10.0...v2.11.0
v2.10.0
What's Changed
- Compile each schema only once by @mkljakubowski in #198
New Contributors
- @mkljakubowski made their first contribution in #198
Full Changelog: v2.9.0...v2.10.0
v2.9.0
What's Changed
- Support for Scala 3 union types by @andrzejressel in #197
New Contributors
- @andrzejressel made their first contribution in #197
Full Changelog: v2.8.4...v2.9.0
v2.8.4
What's Changed
- Fix CVE-2024-47561 by upgrading avro to version 1.11.4
- Bump versions
v2.8.3
Fixes regression in DateTime by adding a custom type mapping.