Skip to content

Releases: hamba/avro

v2.15.1

04 Sep 18:02
22b43a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.15.0...v2.15.1

v2.15.0

25 Aug 15:20
3d57aad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.1...v2.15.0

v2.14.1

13 Aug 17:21
b89c9a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.0...v2.14.1

v2.14.0

04 Aug 16:57
3a17528
Compare
Choose a tag to compare

What's Changed

  • Ability to serialize uint64 values as fixed-length entries: by @joliver in #277
  • feat: add properties to JSON output by @jacobmarble in #278

New Contributors

Full Changelog: v2.13.0...v2.14.0

v2.13.0

16 Jul 17:25
b4a402f
Compare
Choose a tag to compare

Potentially Breaking Change

For security reasons, the configuration Config.MaxByteSliceSize restricts the maximum size of bytes and string types created
by the Reader. The default maximum size is 1MiB and is configurable. This is required to stop untrusted input from consuming all memory and crashing the application. Should this not be need, setting a negative number will disable the behaviour.

What's Changed

Full Changelog: v2.12.0...v2.13.0

v2.12.0

19 Jun 04:36
3abfe1e
Compare
Choose a tag to compare

What's Changed

  • chore: bump coverallsapp/github-action from 2.1.2 to 2.2.0 by @dependabot in #267
  • Add ParseBytes variants for parsing schemas by @rockwotj in #268
  • feat: use generics to remove repetitive codecs by @nrwiersma in #269

New Contributors

Full Changelog: v2.11.0...v2.12.0

v2.11.0

12 Jun 04:39
cf7abd6
Compare
Choose a tag to compare

What's Changed

  • feat: allow array block contain only length by @meandnano in #265
  • feat: allow OCF writer to have custom encoder config by @meandnano in #266

New Contributors

Full Changelog: v2.10.0...v2.11.0

v2.10.0

04 Jun 12:40
8578d51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.0

29 May 05:09
45112d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.1...v2.9.0

v2.8.1

22 Apr 05:02
f8364c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1