0.5.26
版本发布时间: 2024-10-13 02:28:40
airtai/faststream最新发布版本:0.5.28(2024-10-21 03:51:54)
What's Changed
This it the official Python 3.13 support! Now, FastStream works (and tested) at Python 3.8 - 3.13 versions!
Warning: Python3.8 is EOF since 3.13 release and we plan to drop it support in FastStream 0.6.0 version.
Also, current release has little bugfixes related to CLI and AsyncAPI schema.
- fix: asgi docs by @Sehat1137 in https://github.com/airtai/faststream/pull/1828
- docs: add link to RU TG community by @Lancetnik in https://github.com/airtai/faststream/pull/1831
- docs: add dynaconf NATS HowTo example by @sheldygg in https://github.com/airtai/faststream/pull/1832
- Fix AsyncAPI 2.6.0 operation label by @KrySeyt in https://github.com/airtai/faststream/pull/1835
- fix: correct CLI factory behavior by @Lancetnik in https://github.com/airtai/faststream/pull/1838
- Autocommit precommit changes by @kumaranvpl in https://github.com/airtai/faststream/pull/1840
- Add devcontainers supporting all the brokers by @kumaranvpl in https://github.com/airtai/faststream/pull/1839
- Replace async Event with bool by @Olegt0rr in https://github.com/airtai/faststream/pull/1846
- Add support for Python 3.13 by @davorrunje in https://github.com/airtai/faststream/pull/1845
Full Changelog: https://github.com/airtai/faststream/compare/0.5.25...0.5.26