Releases: marcosschroh/python-schema-registry-client
Releases · marcosschroh/python-schema-registry-client
v1.9.0
v1.8.2
- Unpin fastavro dependency
v1.8.1
v1.8.0
v1.7.2
- Checks if Schema is already registered before trying to register. This allows Schema Registry to be read-only in production environment, with only CI/CD being allowed to make changes.
v1.7.1
- replaced
faust
withfaust-streaming
v1.7.0
- Integration with dataclasses-avroschema added to serializers
v1.6.1
- Requirements updated:
fastavro==1.0.0.post1
andmypy==0.782
v1.6.0
- Integration with dataclasses-avroschema added
v1.5.0
AsyncSchemaRegistryClient
added