Skip to content

Releases: marcosschroh/python-schema-registry-client

Documentation

27 May 07:56
Compare
Choose a tag to compare
  • Documentation updated.
  • Missing Python syntax highlighted added.

Testing against Schema Registry Server

23 May 19:27
Compare
Choose a tag to compare

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

22 May 13:41
Compare
Choose a tag to compare
  • Http Client now is a subclass of request.Session

Custom Headers added

21 May 22:10
d1a2191
Compare
Choose a tag to compare
  • Now is possible to inisialize SchemaRegistryClient with custom headers. This headers will be included on every requests.

First release

19 May 20:09
c8644d5
Compare
Choose a tag to compare
  • Http Client added.
  • Message Serializer added.
  • tests
  • Documentation