Releases: marcosschroh/python-schema-registry-client
Releases · marcosschroh/python-schema-registry-client
Documentation
- Documentation updated.
- Missing Python syntax highlighted added.
Testing against Schema Registry Server
Now all the tests are run against a Schema Registry Server
and not a mock server. This allows us to be aware of when the server changes. The requirements to run the tests are Docker
and Docker Compose
Small Tweaks
- Http Client now is a subclass of
request.Session
Custom Headers added
- Now is possible to inisialize
SchemaRegistryClient
with custom headers. This headers will be included on everyrequests
.
First release
- Http Client added.
- Message Serializer added.
- tests
- Documentation