Skip to content

Releases: linkedin/avro-util

0.2.31

10 May 17:58
d3020fb
Compare
Choose a tag to compare
remove unnecessary classes in avro-utils (#140)

0.2.30

27 Apr 18:43
Compare
Choose a tag to compare

#139 Add Schema.Field default value compatibility support in avro 1.4-1.10

Avro 1.9 perf regression - fix MODEL$ and add some tests (#138)

14 Apr 22:19
8e15d64
Compare
Choose a tag to compare
[WIP] Avro 1.9 perf regression - fix MODEL$ and add some tests (#138)

Avro 1.9 perf regression - fix MODEL$ and add some tests

Co-authored-by: Navina Ramesh <[email protected]>

0.2.28

04 Mar 20:41
e0e3a01
Compare
Choose a tag to compare
add API in avroCompatibilityHelper (#135)

0.2.27

04 Mar 20:15
5ea12f7
Compare
Choose a tag to compare
add new API for boundedMemoryDecoder (#134)

0.2.26: fast-avro namespace mismatch fix

19 Feb 21:19
0391a2f
Compare
Choose a tag to compare
@gaojieliu Fixed an fast specfic deserializer generation issue when n…

0.2.25: Alias related fix in fast-avro

17 Feb 17:41
d52e431
Compare
Choose a tag to compare
Faulty deserializers generated when record is splitted in subsequent …

0.2.24 : fast-avro compilation logging improvement

30 Jan 01:28
ac8893e
Compare
Choose a tag to compare
Changed another fast-avro compile dependency logging level to debug (…

Primitive float array memory allocation improvement.

28 Jan 19:12
4265e82
Compare
Choose a tag to compare

Minor memory improvement to primitive float arrays.

0.2.22: Construct deserialized maps with an initial capacity (#127)

13 Jan 17:10
2904ae9
Compare
Choose a tag to compare
* Construct deserialized maps with an initial capacity

The initial capacity specified is the size of the first block of map entries

* Generated code for f347440bbf8128400471c725dbde2891d2b7c81c

Co-authored-by: Adam Peck <[email protected]>