Skip to content

Releases: hackolade/Avro

v0.2.26

24 Apr 16:58
5ce4466

Choose a tag to compare

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

v0.2.25

03 Apr 12:52

Choose a tag to compare

updated lodash library

v0.2.24

03 Mar 09:46

Choose a tag to compare

Update libraries and sdks

v0.2.23

07 Feb 08:34

Choose a tag to compare

Updated lodash plus other applicable libraries

v0.2.22

02 Jan 18:27
47d0d69

Choose a tag to compare

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

v0.2.21

27 Dec 13:23
f180b40

Choose a tag to compare

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

05 Sep 17:18
3058104

Choose a tag to compare

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

v0.2.19

29 Aug 10:30
3af1fc6

Choose a tag to compare

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

v0.2.18

15 Aug 15:03
496d926

Choose a tag to compare

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

v0.2.17

25 Jul 13:16
75b6c3b

Choose a tag to compare

added handling of JSON Schema enum values when field is converted into an Avro enum