Releases: linkedin/avro-util
Releases · linkedin/avro-util
0.4.30: Release a formal version to include the recent fixes
What's Changed
- Checkin fast-avro generated codes by @gaojieliu in #580
Full Changelog: 0.4.26...0.4.30
0.4.29
0.4.28: A few fast-avro fixes
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
- @chadparry made their first contribution in #565
- @pamitm made their first contribution in #576
Full Changelog: 0.4.25...0.4.28
0.4.26: Several fast-avro fixes
Support java keywords as class names for records during generic deser…
0.4.25 : Support for comparing docs in Avro comparator
- Support for comparing field and Schema docs in the configurable schema comparator
- Fix incorrect check for enableUtf8encoding
0.4.24: small fix in fast-avro
Limit the max log size for schema in warning. (#568)
Adds an option to control utf8Encoding of strings
Adds an option to control utf8Encoding of strings - stringRepresentation and methodStringRepresentation must be CharSequence to use this.
support for 1.11.4
Support avro 1.11.4. (#563) Co-authored-by: Jingjing Sun <jisun@linkedin.com>
0.4.20: Serializable StringListView
Serializable StringListView
0.4.19 : Collection of Utf8 handling in stringlistview
Utf8 and String types supported in StringList√iew.addAll (#559)