Releases: linkedin/avro-util
Releases · linkedin/avro-util
0.4.20: Serializable StringListView
0.4.19 : Collection of Utf8 handling in stringlistview
Utf8 and String types supported in StringList√iew.addAll (#559)
0.4.18 : Updated StringListView
Add for utf8 method in String/Utf8/Charsequence ListViews (#558) * Adding add for utf8 and equals methods in String/Utf8/Charsequence ListViews * removing unecessary equals method * AddAll methods for List/Set
0.4.17: some fast-serde fix
[fast-avro][deserializer] Populate methods always with 'customization…
0.4.16
What's Changed
- ensure FileReader
close()
es during avro parse by @dg-builder in #556
Full Changelog: 0.4.15...0.4.16
0.4.15: List view interfaces override clear() and iterator methods
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
disable modifiable collection transformer for Maps (#554) * disable modifiable collection transformer for Maps * test updates
0.4.13: Modifiable simple collections in codegen
Simple collections are modifiable in avro codegen.
0.4.12
Fix StreamUtil
0.4.11
fix StreamUtil to execute the map function for each batch in the thread pool