Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 07:02
· 4 commits to main since this release
7c8e4b1

Avro v1.1.0

Diff since v1.0.0

Closed issues:

  • Data is always written without compression (#3)
  • DateTime encoding defaults to microseconds? (#8)
  • Error writing empty nested arrays (#9)
  • Error writing maps with exactly 64 entries (#11)

Merged pull requests:

  • Fix reading and writing of compressed avro files. (#4) (@anhi)
  • Fix skipvalue for maps and arrays (#7) (@twadleigh)
  • Calculate nbytes for empty array correctly (#10) (@andyferris)
  • Calculate nbytes for array and map using negative length (#12) (@andyferris)
  • Default to millisecond DateTime precision (#14) (@andyferris)