Skip to content

Releases: marcosschroh/python-schema-registry-client

v1.3.0

25 Apr 17:50
Compare
Choose a tag to compare
  • new properties added to AvroSchema: raw_schema, flat_schema and expanded_schema
  • documentation updated

v1.2.10

20 Apr 19:04
Compare
Choose a tag to compare
  • bug fixed: faust was crashing because of a bad import check

v1.2.9

20 Apr 15:02
Compare
Choose a tag to compare

v1.2.8

18 Apr 12:55
Compare
Choose a tag to compare

v1.2.7

29 Mar 11:29
Compare
Choose a tag to compare
  • faust serializer updated in order to be compatible with latest Faust version

v1.2.6

13 Mar 20:06
Compare
Choose a tag to compare
  • Incorrect message on get_subjects fixed

v1.2.5

19 Feb 18:40
Compare
Choose a tag to compare
  • is_key was removed from serializer, meaning that the subject itself will have to express wheter the schema is key or not. Related to #40
  • Requirements updated to latest versions: fastavro and requests

Faust requirement updated

16 Nov 14:01
Compare
Choose a tag to compare
  • Faust requirement updated to <= 1.9.0

Bug fixed related with fastavro

02 Nov 12:29
Compare
Choose a tag to compare

We want to force fastavro to parse always the schemas in order to avoid errors when a process B get the schema from the server that was previously processed by process A.

Dependencies fixed

26 Oct 17:22
Compare
Choose a tag to compare

requires = ["fastavro<=0.22.3", "requests<=2.22.0"]
extras_require={"faust": ["faust<=1.8.1"]},