Skip to content

Releases: hamba/avro

v0.5.0

13 May 07:31
933e657
Compare
Choose a tag to compare

Note: This is a breaking version change

  • avro: Rewrote Unions to use interfaces and a resolver
  • avro: Removed UnionType as it is no longer needed
  • avro: Added Schema Compatibility checking
  • avro: Made schemas immutable
  • avro: Added Protocol and Message parsing in preparation for IPC
  • avro: Other minor changes

v0.4.2

30 Apr 19:03
f56072d
Compare
Choose a tag to compare
  • ocf: Fixed issue with ResetReader
  • avro: Fixed fast path to use entire buffer
  • avro: Fixed formatting

v0.4.1

29 Apr 07:46
d5bea8d
Compare
Choose a tag to compare
  • Fixed issue with runtime noescape

v0.4.0

29 Apr 07:29
68c9813
Compare
Choose a tag to compare
  • Optimised reader
  • Optimised writer allocs

v0.3.1

23 Apr 17:54
9000dad
Compare
Choose a tag to compare
  • Fixed an issue with registry error (#11)

v0.3.0

05 Apr 11:28
45eff89
Compare
Choose a tag to compare
  • Added schema property support #10

v0.2.0

04 Apr 10:03
b838bdd
Compare
Choose a tag to compare
  • Refector the schema and validation. They should now be complete.
  • Schema.Name is now Schema.FullName

v0.1.0

03 Apr 07:31
39284b6
Compare
Choose a tag to compare
  • Renamed container package to ocf
  • Added OCF codecs

v0.0.5

02 Apr 11:36
9d18d27
Compare
Choose a tag to compare
  • Fix issue with the typed unions

v0.0.4

02 Apr 08:28
89877ac
Compare
Choose a tag to compare
  • Fix issue with typed unions in records not being created