Skip to content

Releases: ikstewa/protoc-gen-avro

0.0.3

02 Jun 20:05
d7f10f8
Compare
Choose a tag to compare

What's Changed

  • Fix: Wrong default value for records by @ikstewa in #7

Full Changelog: 0.0.2...0.0.3

0.0.2

02 Jun 19:34
deaa79f
Compare
Choose a tag to compare

What's Changed

  • Feat: Add support for optional arrays by @ikstewa in #6

Full Changelog: 0.0.1...0.0.2

0.0.1

11 Apr 16:43
e38290d
Compare
Choose a tag to compare
Feat: Support unwrapping oneofs (#5)

Adding new feature flag to generate oneofs using the field names instead
of the oneof name. This better aligns with how proto json format handles
oneof output.