Releases: hackolade/Avro
Releases · hackolade/Avro
added default in schema forward-engineering to enable resolving entity references
added default in schema forward-engineering to enable resolving entity references
suppressed false positive validation warning about missing default in choices (oneOf, anyOf, allOf)
suppressed false positive validation warning about missing default in choices (oneOf, anyOf, allOf)
removed from persistence default options changed by user
removed from persistence default options changed by user
added adapter for name revalidation
added adapter for name revalidation
added possibility to convert enum's symbol default to polyglot and derive from it
added possibility to convert enum's symbol default to polyglot and derive from it
adjusted handling of default for enums in Avro schema forward-engineering, plus added validation of Symbol default property for enum data type
adjusted handling of default for enums in Avro schema forward-engineering, plus added validation of Symbol default property for enum data type
added possibility to edit $ref property for references without definition
0.1.137 added possibility to edit $ref property for references without defini…
handling entity references in choices
0.1.136 handling entity references in choices
added escaping of the schema in forward-engineering with the Schema Registry format, plus used namespace.name for generation of schema references in forward-engineering with the Schema Registry format
0.1.135 added escaping of the schema in forward-engineering with the Schema R…
added support for forward- and reverse-engineering of schemas made of oneOf union of schema references
0.1.134 added support for forward- and reverse-engineering of schemas made of…