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.](https://quix.io/docs/quix-streams/advanced/schema-registry.html).
PRs: 447, 449, 451, 454, 458, 472, 476).
Dependencies updates
* Support confluent-kafka versions 2.5.x by gwaramadze in https://github.com/quixio/quix-streams/pull/459
* Bump testcontainers from 4.5.1 to 4.8.0 by dependabot in https://github.com/quixio/quix-streams/pull/462
* Update pydantic requirement from <2.8,>=2.7 to >=2.7,<2.9 by dependabot in https://github.com/quixio/quix-streams/pull/463
* Update pydantic-settings requirement from <2.4,>=2.3 to >=2.3,<2.5 by dependabot in https://github.com/quixio/quix-streams/pull/464
* Update pre-commit requirement from <3.5,>=3.4 to >=3.4,<3.9 by dependabot in https://github.com/quixio/quix-streams/pull/465
* Update black requirement from <24.4,>=24.3.0 to >=24.3.0,<24.9 by dependabot in https://github.com/quixio/quix-streams/pull/466
Documentation updates
* fix(docs): minor correction in an example by shrutimantri in https://github.com/quixio/quix-streams/pull/444
* fix(docs): correcting the output showcased for word count with other minor corrections by shrutimantri in https://github.com/quixio/quix-streams/pull/445
* Update docs headers structure by daniil-quix in https://github.com/quixio/quix-streams/pull/456
Other changes
* Application config API by quentin-quix in https://github.com/quixio/quix-streams/pull/470
**Full Changelog**: https://github.com/quixio/quix-streams/compare/v2.9.0...v2.10.0