Releases: marcosschroh/python-schema-registry-client
Releases · marcosschroh/python-schema-registry-client
v1.3.0
- new properties added to
AvroSchema
:raw_schema
,flat_schema
andexpanded_schema
- documentation updated
v1.2.10
- bug fixed:
faust
was crashing because of a bad import check
v1.2.9
v1.2.8
v1.2.7
v1.2.6
- Incorrect message on
get_subjects
fixed
v1.2.5
Faust requirement updated
- Faust requirement updated to <=
1.9.0
Bug fixed related with fastavro
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
requires = ["fastavro<=0.22.3", "requests<=2.22.0"]
extras_require={"faust": ["faust<=1.8.1"]},