Releases: julianpeeters/sbt-avrohugger
Releases · julianpeeters/sbt-avrohugger
v2.12.0
What's Changed
- optimise TypeMatcher by @mkljakubowski in julianpeeters/avrohugger#203
Full Changelog: v2.11.3...v2.12.0
v2.11.3
What's Changed
- Release version 2.11.3 by @julianpeeters in #109
- Fix for #108: minor refactor of topological sort
- Add test in https://github.com/julianpeeters/sbt-avrohugger/pull/109/files
Full Changelog: v2.11.2...v2.11.3
v2.11.2
What's Changed
- Extract only distinct schemas from fields by @julianpeeters in #107
Full Changelog: v2.11.0...v2.11.2
v2.11.0
Full Changelog: v2.10.0...v2.11.0
Performance improvements. See: julianpeeters/avrohugger#200
v2.10.0
What's Changed
- bump avrohugger 2.10.0 by @mkljakubowski in #105
New Contributors
- @mkljakubowski made their first contribution in #105
Full Changelog: v2.9.0...v2.10.0
v2.9.0
What's Changed
- Support for Scala 3 union types by @andrzejressel in #104
New Contributors
- @andrzejressel made their first contribution in #104
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
Full Changelog: v2.8.3...v2.8.4
v2.8.3
Fixes regression in DateTime by adding a custom type mapping.
v2.8.2
Bugfix: namespace clash when generating from fixed types (see julianpeeters/avrohugger#190, julianpeeters/avrohugger#191)
v2.8.1
Bugfix for generation of fixed type decimals julianpeeters/avrohugger#188