Skip to content

Releases: hamba/avro

v2.0.0

21 Jun 05:33
a0d9b2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v2.0.0

v1.8.0

14 Jun 05:43
4cc8d2c
Compare
Choose a tag to compare

What's Changed

  • chore: bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #155
  • feat: add support for properties on PrimitiveSchema by @acamperi in #161
  • Schema reference support by @slipros in #160

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

29 Apr 05:43
ac92c45
Compare
Choose a tag to compare

avro: add support for large scale decimals (#152)
ocf: allow deflate compression level (#153)

v1.6.6

29 Jan 17:29
0447e89
Compare
Choose a tag to compare

ocf: expose write method on ocf encoder (#143)
ocf: encoder should implement writer interface (#144)

v1.6.5

17 Jan 16:30
ba21348
Compare
Choose a tag to compare

avro: revert recursive struct changes until they can be done in a way that does not break other use cases

v1.6.4

15 Jan 11:03
b51e911
Compare
Choose a tag to compare

avro: support recursive types (#139)

v1.6.3

29 Nov 04:59
89b6774
Compare
Choose a tag to compare

avro: expose record and field doc (#132)

v1.6.2

21 Nov 13:04
090be76
Compare
Choose a tag to compare

avro: minor optimisation of struct codec

v1.6.1

19 Nov 15:15
db3bb4d
Compare
Choose a tag to compare

avro: fix logical time and date calculations

v1.6.0

17 Sep 05:43
bf2e271
Compare
Choose a tag to compare
  • avro: support json marshalling of schema