Skip to content

Releases: marcosschroh/python-schema-registry-client

v1.9.0

07 Oct 10:48
Compare
Choose a tag to compare
  • Support for json schemas added 100

v1.8.2

07 May 10:01
Compare
Choose a tag to compare
  • Unpin fastavro dependency

v1.8.1

26 Feb 11:20
Compare
Choose a tag to compare
  • Type check #95
  • Logging levels #94

v1.8.0

29 Jan 21:16
Compare
Choose a tag to compare
  • support return_record_name #89
  • Update pinned fastavro version to match dataclasses-avroschema #91

v1.7.2

13 Jan 18:57
9a43879
Compare
Choose a tag to compare
  • 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

07 Dec 15:00
711e395
Compare
Choose a tag to compare
  • replaced faust with faust-streaming

v1.7.0

17 Oct 20:27
Compare
Choose a tag to compare

v1.6.1

16 Oct 17:39
Compare
Choose a tag to compare
  • Requirements updated: fastavro==1.0.0.post1 and mypy==0.782

v1.6.0

18 Sep 13:26
Compare
Choose a tag to compare

v1.5.0

12 Sep 22:07
Compare
Choose a tag to compare
  • AsyncSchemaRegistryClient added