Releases: linkedin/avro-util
Releases · linkedin/avro-util
0.3.6
Handle bytes fields default values. (#493)
0.3.5: Writer plugins in legacy AvscWriter and non-legacy writing only through AvroUtilNormalization
0.3.5: Writer plugins in legacy AvscWriter and non-legacy writing only through AvroUtilNormalization
AvscWriter plugin support in legacy writer (#490) * writer plugins in avsc writer * non-legacy avsc writing in AvroUtilSchemaNormalization * Updated vanilla writing
0.3.4: Support resolver path in SchemaBuilder
Add resolverPath to SchemaBuilder to allow user specify dependent Avro schemas. User can add avsc files, directories that contain avsc files, Jar or Zip files that contain avsc files. Non-avsc files are ignored.
The resolverPath and includeClasspath are mutually exclusive, SchemaBuilder throws exception if both are set.
0.3.3 : Adds legacy AvscWriter option
Legacy schema writer option (#489) * Legacy schema writer option
0.3.2
[parser] fix default parsing of record field's of type union (#487)
0.3.1
fix empty union codegen & skip option (#484)
0.3.0
[avro-util builder] skipCodegenIfSchemaOnClasspath option (#483)
0.2.157
fix version lookup to use runtime (#482)
0.2.156
add missing jsonPropNameIgnore feature to AvroSchemaComparator (#480)
0.2.155
Add json prop check to ConfigurableAvroSchemaComparator (#479)