Releases: linkedin/avro-util
Releases · linkedin/avro-util
0.2.31
remove unnecessary classes in avro-utils (#140)
0.2.30
Avro 1.9 perf regression - fix MODEL$ and add some tests (#138)
[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
add API in avroCompatibilityHelper (#135)
0.2.27
add new API for boundedMemoryDecoder (#134)
0.2.26: fast-avro namespace mismatch fix
@gaojieliu Fixed an fast specfic deserializer generation issue when n…
0.2.25: Alias related fix in fast-avro
Faulty deserializers generated when record is splitted in subsequent …
0.2.24 : fast-avro compilation logging improvement
Changed another fast-avro compile dependency logging level to debug (…
Primitive float array memory allocation improvement.
Minor memory improvement to primitive float arrays.
0.2.22: Construct deserialized maps with an initial capacity (#127)
* 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]>