Skip to content

Releases: linkedin/avro-util

0.2.155

21 Apr 01:43
9651633
Compare
Choose a tag to compare
Add json prop check to ConfigurableAvroSchemaComparator (#479)

0.2.154: Bug fix in fast-avro

20 Apr 20:09
6d4d9b5
Compare
Choose a tag to compare
Fix test case and code for nested arrays (#478)

Co-authored-by: Andy Sautins <[email protected]>

0.2.153

19 Apr 05:35
4fff44b
Compare
Choose a tag to compare
Implementing util method to compare 2 avro schemas and return list of…

0.2.152: Bug fix in fast-avro

18 Apr 20:56
ca6496c
Compare
Choose a tag to compare
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)

08 Apr 02:56
6be886d
Compare
Choose a tag to compare
* 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

07 Apr 17:45
Compare
Choose a tag to compare
Updated test name, added comment

0.2.147: shade zero-allocation-hashing (#468)

04 Apr 16:27
4c80eee
Compare
Choose a tag to compare

0.2.146: refactor fast-serde build (#464)

03 Apr 20:54
e30bf7e
Compare
Choose a tag to compare
* 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)

28 Mar 14:43
c6c9d95
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.144...0.2.145

0.2.144

25 Mar 01:58
b90b16c
Compare
Choose a tag to compare
Revert "JDK11 specific VarHandle based implementation of PrimitiveLis…