Releases: linkedin/avro-util
Releases · linkedin/avro-util
0.2.155
Add json prop check to ConfigurableAvroSchemaComparator (#479)
0.2.154: Bug fix in fast-avro
Fix test case and code for nested arrays (#478) Co-authored-by: Andy Sautins <[email protected]>
0.2.153
Implementing util method to compare 2 avro schemas and return list of…
0.2.152: Bug fix in fast-avro
Nested arrays cause 'item-end when a 'x' was expected" error (#476) * Address issue with nested arrays Some schemas with nested arrays ( e.g., NestedArray.avsc ) generate the following error when deserialized with fastserde: Attempt to process a item-end when a string was expected. This PR adds a test case and addresses the issue * Update test * Fix fastserdetest.avsc * Update fastserdetest.java * Remove code to verify test pipeline fails * Make name consistent * Fix FastDeserializerGeneratorBase * Use helper functions so test builds on all versions * Fix case of ItemName * Remove dependency of getSymbolPrintName * Remove unnecessary whitespace change * Add javadoc --------- Co-authored-by: Andy Sautins <[email protected]>
0.2.151: upgrade to gradle 7 (#473)
* git rid of all deprecated gradle APIs * bump gradle to latest 7 * use compileOnly for avro dependency in fast-serde, make gradle 7 ignore duplicate srcSets for helper-all source jar * enable gradle buildscans for java8 PR runs and parallel execution
Release 0.2.150
Updated test name, added comment
0.2.147: shade zero-allocation-hashing (#468)
Co-authored-by: Radai Rosenblatt <[email protected]>
0.2.146: refactor fast-serde build (#464)
* Refactored build for fast serde module * Removed source code dependency from FA test modules, replaced with project dependency * Moving test classes, resources and Avro schemas into common shared module to avoid code duplication
0.2.145: fix the logic for checking leftover bytes for json deserialize (#462)
What's Changed
- fix the logic for checking leftover bytes for json deserialize by @xiaoyu-yang-gh in #462
Full Changelog: 0.2.144...0.2.145
0.2.144
Revert "JDK11 specific VarHandle based implementation of PrimitiveLis…