Skip to content

Releases: linkedin/avro-util

0.4.17: some fast-serde fix

06 May 21:46
b0fc4f9
Compare
Choose a tag to compare
[fast-avro][deserializer] Populate methods always with 'customization…

…' argument (#557)

* Populate methods now always have 'customization' parameter because
deserialize-method(s) of nested records may generate another
populate methods that require 'customization' (at least for compilation).

TDD approach - this commit adds unit test which fails and shows
where the issue actually is.

* [fast-avro] Populate methods now always have 'customization' parameter
because deserialize-method(s) of nested records may generate another
populate methods that require 'customization' (at least for compilation).

This commits contains the fix.

0.4.16

29 Apr 20:32
49a61e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.15...0.4.16

0.4.15: List view interfaces override clear() and iterator methods

25 Apr 23:00
9321e76
Compare
Choose a tag to compare
Override clear method in custom list views (#555)

* Override clear method in custom list views

* Override iterator method

0.4.14: Disabled modifiable map collections in codegen

13 Mar 17:53
46c92a9
Compare
Choose a tag to compare
disable modifiable collection transformer for Maps (#554)

* disable modifiable collection transformer for Maps

* test updates

0.4.13: Modifiable simple collections in codegen

20 Feb 17:05
2fd93ac
Compare
Choose a tag to compare

Simple collections are modifiable in avro codegen.

0.4.12

16 Feb 18:49
2d0eab0
Compare
Choose a tag to compare

Fix StreamUtil

0.4.11

14 Feb 19:03
51ff79b
Compare
Choose a tag to compare

fix StreamUtil to execute the map function for each batch in the thread pool

0.4.10 : Updated Parser to process defaults after parsing internal types

05 Feb 16:46
2de30d1
Compare
Choose a tag to compare

Parser will process defaults after processing internal types.

0.4.9

26 Jan 21:39
e2849e7
Compare
Choose a tag to compare

fix bug with avro-codegen: #545

fast-avro fixes

24 Jan 16:25
9487a8b
Compare
Choose a tag to compare