v2.10.0
What's Changed
Schema Registry Support
Introduced Schema Registry support for JSONSchema, Avro, and Protobuf formats.
To learn how to use Schema Registry, please follow the docs on the Schema Registry page..
PRs: #447, #449, #451, #454, #458, #472, #476).
Dependencies updates
- Support confluent-kafka versions 2.5.x by @gwaramadze in #459
- Bump testcontainers from 4.5.1 to 4.8.0 by @dependabot in #462
- Update pydantic requirement from <2.8,>=2.7 to >=2.7,<2.9 by @dependabot in #463
- Update pydantic-settings requirement from <2.4,>=2.3 to >=2.3,<2.5 by @dependabot in #464
- Update pre-commit requirement from <3.5,>=3.4 to >=3.4,<3.9 by @dependabot in #465
- Update black requirement from <24.4,>=24.3.0 to >=24.3.0,<24.9 by @dependabot in #466
Documentation updates
- fix(docs): minor correction in an example by @shrutimantri in #444
- fix(docs): correcting the output showcased for word count with other minor corrections by @shrutimantri in #445
- Update docs headers structure by @daniil-quix in #456
Other changes
- Application config API by @quentin-quix in #470
Full Changelog: v2.9.0...v2.10.0