Skip to content

Releases: hamba/avro

v1.2.0

26 Jul 16:33
bd2b64b
Compare
Choose a tag to compare

registry: add GetLatestSchemaInfo function
chore: add linter config

v1.1.2

20 Jul 13:18
d5f3e03
Compare
Choose a tag to compare

avro: add boolean to resolver

v1.1.1

08 Jul 17:57
23ae1fd
Compare
Choose a tag to compare

avro: better default handling in schema
avro: fix union default on map record

v1.1.0

02 Jul 16:02
e350d2f
Compare
Choose a tag to compare

avro: allow both ["null", "string"] and ["string", "null"] to be considered nullable
chore: update dependencies

v1.0.0

28 Feb 18:04
0096ff9
Compare
Choose a tag to compare

avro: Added logical types
ocf: Allowed getting and setting metadata

v0.7.0

11 Sep 18:41
Compare
Choose a tag to compare

registry: Added basic auth support (@kingtong)

v0.6.0

09 Aug 17:14
a27b932
Compare
Choose a tag to compare
  • avro: Added multiple fingerprint algorithms using schema.FingerprintUsing (#25)

v0.5.3

09 Aug 13:15
644fd3b
Compare
Choose a tag to compare
  • avro: Fixed issue with missing field and null union (#24)

v0.5.2

30 Jul 19:10
aceb7c0
Compare
Choose a tag to compare
  • avro: Fix indirect call in struct encoder/decoder

v0.5.1

15 Jun 08:25
Compare
Choose a tag to compare
  • avro: Fixed issue with union ptr decode