Skip to content

v0.13.0

Compare
Choose a tag to compare
@RobertIndie RobertIndie released this 22 Jul 03:43
· 52 commits to master since this release
v0.13.0

Important notice

  • The avro schema codec has been changed from github.com/linkedin/goavro/v2 to github.com/hamba/avro/v2.
  • pulsar.NewSchemaDefinition has been removed. Use pulsar.NewAvroSchema instead.
  • The client has dropped support for Go 1.18 and 1.19. The minimum supported version is now Go 1.20.

What's Changed

New Contributors