8000 Releases · linkedin/avro-util · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: linkedin/avro-util

0.4.30: Release a formal version to include the recent fixes

09 May 21:53
f21eded
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.26...0.4.30

0.4.29

09 May 18:47
00cb0c5
Compare
Choose a tag to compare

Empty release

0.4.28: A few fast-avro fixes

09 May 17:53
00cb0c5
Compare
Choose a tag to compare

What's Changed

  • Support custom logical types derived from fixed types by @chadparry in #565
  • Fix nested map and array problems by @pamitm in #576
  • Fix the map/array for nested maps/array with unions at play by @pamitm in #578
  • Handle Nullable Unions Of Enums Correctly by @pamitm in #575
  • Seek Field Action Correctly When Writer Is Required And Reader Is Nullable by @pamitm in #573
  • Support java keywords as class names for records during generic decode by @pamitm in #577

New Contributors

Full Changelog: 0.4.25...0.4.28

0.4.26: Several fast-avro fixes

09 May 16:39
00cb0c5
Compare
Choose a tag to compare
Support java keywords as class names for records during generic deser…

0.4.25 : Support for comparing docs in Avro comparator

11 Mar 00:06
d6396b4
Compare
Choose a tag to compare
  1. Support for comparing field and Schema docs in the configurable schema comparator
  2. Fix incorrect check for enableUtf8encoding

0.4.24: small fix in fast-avro

26 Feb 21:04
b0cb48a
Compare
Choose a tag to compare
Limit the max log size for schema in warning. (#568)

Adds an option to control utf8Encoding of strings

29 Jan 03:04
17a828a
Compare
Choose a tag to compare

Adds an option to control utf8Encoding of strings - stringRepresentation and methodStringRepresentation must be CharSequence to use this.

support for 1.11.4

18 Nov 19:30
ec50b5b
Compare
Choose a tag to compare
Support avro 1.11.4. (#563)

Co-authored-by: Jingjing Sun <jisun@linkedin.com>

0.4.20: Serializable StringListView

21 Aug 15:42
18f9cfa
Compare
Choose a tag to compare

Serializable StringListView

0.4.19 : Collection of Utf8 handling in stringlistview

15 Jul 18:07
16fa706
Compare
Choose a tag to compare
Utf8 and String types supported in StringList√iew.addAll (#559)
0