Skip to content

Releases: linkedin/avro-util

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

25 Apr 23:00
9321e76

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

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

Choose a tag to compare

Simple collections are modifiable in avro codegen.

0.4.12

16 Feb 18:49
2d0eab0

Choose a tag to compare

Fix StreamUtil

0.4.11

14 Feb 19:03
51ff79b

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

Choose a tag to compare

Parser will process defaults after processing internal types.

0.4.9

26 Jan 21:39
e2849e7

Choose a tag to compare

fix bug with avro-codegen: #545

fast-avro fixes

24 Jan 16:25
9487a8b

Choose a tag to compare

0.4.7 : Reduce keepalive time for Threadpool executor

23 Jan 07:07
b0e0a27

Choose a tag to compare

Reduce keepalive time for Threadpool executor

0.4.6

22 Jan 22:44
8b490a1

Choose a tag to compare

Optimize StreamUtil by adding batching support