Releases: julianpeeters/sbt-avrohugger
Releases · julianpeeters/sbt-avrohugger
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
v2.8.0
- Update deps
- Drop support for Scavro format
v2.7.0
Generate ?
for type-level wildcards when the target Scala version is 3.x