Vulcan v1.8.3
This release fixes a bug with the codec for byte-arrays, where the decoded value would contain extra padding. It also makes some internal changes, but these should not affect users.
What's Changed
Bugfix
Codec.Aux[Avro.Bytes, Array[Byte]]
must strip array padding by @NeQuissimus in #434
Internals
- Use record/union APIs to create Magnolia codecs by @bplommer in #436
-
Updates
- Update magnolia to 1.1.1 by @scala-steward in #430
- Update scala-collection-compat to 2.7.0 by @scala-steward in #431
- Update sbt-mdoc to 2.3.2 by @scala-steward in #433
- Update shapeless to 2.3.9 by @scala-steward in #432
New Contributors
- @NeQuissimus made their first contribution in #434
Full Changelog: v1.8.0...v1.8.1