Skip to content

v0.3.0

Compare
Choose a tag to compare
@sixstone-qq sixstone-qq released this 18 Nov 13:57
· 34 commits to master since this release
180ed33
  • 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