Skip to content

Releases: heetch/avro

v0.4.5

12 Apr 07:02
eaf42ab
Compare
Choose a tag to compare

#133 Return specific UnavailableError for 5xx errors meaning Schema Registry is unavailable.

v0.4.4

15 Nov 10:38
38654de
Compare
Choose a tag to compare
  • #116 Update actgardner/gogen-avro v10 to tackle backwards compatible
  • #117 Drop go1.15 support and add go1.18 and go1.19 support

v0.4.3

06 Oct 07:24
8e29d38
Compare
Choose a tag to compare
  • #115 Conditionally import avrotypegen.typeinfo which is only necessary on RecordDefinition or FixedDefinition

v0.4.2

04 Oct 11:58
0ca613a
Compare
Choose a tag to compare
  • #113 Add new flag -tokenize to avrogo to put different generated qualified names in different files instead of a single file output.
  • #114 Fix Go generation code when input schema just contains an enum type

v0.4.1

29 Sep 09:36
38f7b5f
Compare
Choose a tag to compare

#112 Add flag to custom suffix for generated Go files from avro schemas via -s <suffix>

v0.4.0

25 May 06:58
2f12594
Compare
Choose a tag to compare

#110 Add avro.ParseCompatMode function to easily read Schema Registry compatibility modes from text

v0.3.1

25 Nov 09:44
34be94a
Compare
Choose a tag to compare

Bugfix: Allow UUID empty string decoding as empty UUID object #108

v0.3.0

18 Nov 13:57
180ed33
Compare
Choose a tag to compare
  • Give support two logical types
  1. UUID github.com/google/uuid.UUID <=> {"type": {"type": "string", "logicalType": "uuid"}} #103
  2. duration in nanoseconds time.Duration <=> {"type": {"type": "long", "logicalType": "duration-nanos"}} #105
  • Add avroregistry.Schema to get the schema metadata from Schema Registry given a subject and version #104
  • Use upstream actgardner/gogen-avro as all fixes from forked version are now part of upstream #102
  • Upgrade dependencies and support from go1.15 onwards #101

v0.2.7

11 Nov 15:18
0088b1d
Compare
Choose a tag to compare

Expose Name method in Type.go

v0.2.6

31 Aug 10:57
f06879c
Compare
Choose a tag to compare

Fix a faulty manually mangled v0.2.5 release.