Skip to content

Releases: marcosschroh/python-schema-registry-client

Typing added

23 Jul 21:43
Compare
Choose a tag to compare
1.2.1

Bump version 1.2.1

Missing endpoints added

22 Jul 12:43
Compare
Choose a tag to compare
GET  /subjects
GET /subjects/{subject}/versions
DELETE /subjects/{subject}/versions/{version}

Urls

19 Jul 09:04
Compare
Choose a tag to compare
  • Urls manager added to have more control over which endpoint the client is using

Move to FastAvro

17 Jul 14:29
Compare
Choose a tag to compare
  • Dependency avro-python3 removed
  • Support for logicalTypes added
  • AvroSchema class added to manage schema parse and hasing
  • Tests added
  • Faker lib added to create fixtures
  • Documentation updated

Logical Types

17 Jul 09:47
Compare
Choose a tag to compare
  • Error mapping proxy fixed when try to register a schema that contains logicalTypes

Faust Integration

11 Jun 20:39
Compare
Choose a tag to compare
  • Faust Serializer has been added.
  • Optional Faust requirement added

Documentation Updated

10 Jun 18:08
Compare
Choose a tag to compare
  • Documentation about Message Serializer and Faust Integration updated

Compatibility levels updated

05 Jun 20:44
be3ff12
Compare
Choose a tag to compare
  • Missing Compatibility levels added.
  • ClienError added to the documentation
  • Tests refactored

ClientError fixed on get_compatibility method

31 May 20:18
Compare
Choose a tag to compare
  • HTTP code and server_traceback added to the ClientError when Schema Server returns a not success when a schema compatibility check is requested.

Some tests missing

29 May 19:47
Compare
Choose a tag to compare
  • Missing tests added.
  • Bug in register fixed.