Skip to content

Releases: hackolade/Avro

v0.2.27

Choose a tag to compare

@hackolade-bot-teamcity hackolade-bot-teamcity released this 03 Jul 17:41
d0fda00

added feature flag to ensure appropriate resolution of references during forward-engineering with no impact on other targets

v0.2.26

Choose a tag to compare

@hackolade-bot-teamcity hackolade-bot-teamcity released this 24 Apr 16:58
5ce4466

added display of ENUM values in the JSON sample of the JSON/YAML Preview tab

v0.2.25

Choose a tag to compare

@hackolade-bot-teamcity hackolade-bot-teamcity released this 03 Apr 12:52

updated lodash library

v0.2.24

Choose a tag to compare

@hackolade-bot-teamcity hackolade-bot-teamcity released this 03 Mar 09:46

Update libraries and sdks

v0.2.23

Choose a tag to compare

@hackolade-bot-teamcity hackolade-bot-teamcity released this 07 Feb 08:34

Updated lodash plus other applicable libraries

v0.2.22

Choose a tag to compare

@hackolade-bot-teamcity hackolade-bot-teamcity released this 02 Jan 18:27
47d0d69

improved forward-engineering by generating type as reference for referenced records in union branches

v0.2.21

Choose a tag to compare

@hackolade-bot-teamcity hackolade-bot-teamcity released this 27 Dec 13:23
f180b40

added support for unions with named types, with unique names for records, enums, and fixed types to better comply with Avro specs during forward-engineering,
improved derivation of Polyglot supertype-subtype into oneOf in Avro, using inheritance names as oneOf choice names

v0.2.20

Choose a tag to compare

@hackolade-bot-teamcity hackolade-bot-teamcity released this 05 Sep 17:18
3058104

sanitized use of avro library across components by extracting customizations and aligning the lib version to latest

v0.2.19

Choose a tag to compare

@hackolade-bot-teamcity hackolade-bot-teamcity released this 29 Aug 10:30
3af1fc6

added possibility to resolve namespace references also for external references to other Avro models

v0.2.18

Choose a tag to compare

@hackolade-bot-teamcity hackolade-bot-teamcity released this 15 Aug 15:03
496d926

added use of UDT technical name for schema forward-engineering when referencing UDTs