New features:
- New HTTPX support with
kafkit.registry.httpx.RegistryApi
, in addition to the existing aiohttp support. - Documentation is now built with the new Rubin Observatory user guide theme and Sphinx configuration.
- The
__named_schemas
annotation added by FastAvro is now stripped, in addition to__fastavro_parsed
. Via @hhromic 🎉 - Kafkit is now also available on Conda-Forge (feedstock URL: https://github.com/conda-forge/kafkit-feedstock).
What's Changed
- DM-35548: Cleanup pyproject.toml by @jonathansick in #16
- DM-37493: Add support for httpx by @jonathansick in #18
- Update pre-commit hooks and resolve numpydoc issue by @jonathansick in #20
- Remove
__named_schemas
hint in parsed schemas from fastavro by @hhromic in #19 - Update change log for 0.3.0 by @jonathansick in #21
New Contributors
Full Changelog: 0.2.1...0.3.0