Releases: linkedin/avro-util
Releases · linkedin/avro-util
Fix fastserde to support classes generated by avroutil codegen
0.4.37 Fix fastserde to support classes generated by our own avro-builder (#…
Support for selectively demoting long to int in avro 1.9 to 1.11
Selectively demote long-int 1.4-1.8, remove ambiguous constructors
https://github.com/linkedin/avro-util/pull/590 and https://github.com/linkedin/avro-util/pull/591 to add demotion support long to int in avro 1.4-avro 1.8
https://github.com/linkedin/avro-util/pull/592 reverts additional duplicate setters for long/int types.
Updated schema comparison during avro codegen
Schema codegens (vanilla and own) will compare canonical schemas before codegen. There is an option in SchemaBuilder to ignore json props which is honored by both generation flows.
0.4.33: Fix issues in SpecificrecordGenerator, introduced in 0.4.31
Fix SpecificRecordClassGenerator methods overloaded for int/long (#587)
0.4.32: A few fast-avro fixes
What's Changed
- Updating SpecificRecordClassGenerator to enable int to long setters / builders by @li-enguyen in #581
- Updating CodeTransformations to enable int/long setters/puts conversions by @sandaar in #583
- Fix a flaky fastserde test by @sandaar in #584
- Replace remaining occurrences of example.com URL by @sandaar in #585
- Compatible Record In Union Lookup Should Use Unqualified Name by @pamitm in #574
- Removed deleted files by @gaojieliu in #586
New Contributors
- @li-enguyen made their first contribution in #581
- @sandaar made their first contribution in #583
Full Changelog: 0.4.30...0.4.32
0.4.31: A few fast-avro fixes.
What's Changed
- Updating SpecificRecordClassGenerator to enable int to long setters / builders by @li-enguyen in #581
- Updating CodeTransformations to enable int/long setters/puts conversions by @sandaar in #583
- Fix a flaky fastserde test by @sandaar in #584
- Replace remaining occurrences of example.com URL by @sandaar in #585
- Compatible Record In Union Lookup Should Use Unqualified Name by @pamitm in #574
New Contributors
- @li-enguyen made their first contribution in #581
- @sandaar made their first contribution in #583
Full Changelog: 0.4.30...0.4.31
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