Faststream

Latest version: v0.5.37

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 15

0.2.13

What's Changed
*chore: rRemove uvloop python 3.12 restriction from pyproject by sternakt in https://github.com/airtai/faststream/pull/914
* fix: mike deploy command by kumaranvpl in https://github.com/airtai/faststream/pull/919
* chore: update dependencies by Lancetnik in https://github.com/airtai/faststream/pull/920
* chore: use dev dependencies to build docs by Lancetnik in https://github.com/airtai/faststream/pull/921
* chore: update packages' versions by davorrunje in https://github.com/airtai/faststream/pull/937
* fix: FastAPI subscriber Path support by Lancetnik in https://github.com/airtai/faststream/pull/931


**Full Changelog**: https://github.com/airtai/faststream/compare/0.2.12...0.2.13

0.2.12

What's Changed
* feat: NATS polling subscriber by sheldygg in https://github.com/airtai/faststream/pull/912


**Full Changelog**: https://github.com/airtai/faststream/compare/0.2.11...0.2.12

0.2.11

What's Changed

Bug fixes

* fix (910): correct pydantic enum refs resolving by Lancetnik in https://github.com/airtai/faststream/pull/911

Documentation

* docs: update the number of lines of code referred to in the documentation by vvanglro in https://github.com/airtai/faststream/pull/905
* docs: add API reference in docs by kumaranvpl in https://github.com/airtai/faststream/pull/891
* docs: add release notes for version 0.2.10 by kumaranvpl in https://github.com/airtai/faststream/pull/907
* docs: detail 0.2.10 release note by Lancetnik in https://github.com/airtai/faststream/pull/908
* docs: proofread and update 0.2.10 release notes by kumaranvpl in https://github.com/airtai/faststream/pull/909

New Contributors
* vvanglro made their first contribution in https://github.com/airtai/faststream/pull/905

**Full Changelog**: https://github.com/airtai/faststream/compare/0.2.10...0.2.11

0.2.10

What's Changed

Now, you can hide your connection secrets in the **AsyncAPI** schema by manually setting up the server URL:

python
broker = RabbitBroker(
"amqp://guest:guestlocalhost:5672/", Connection URL
asyncapi_url="amqp://****:****localhost:5672/", Public schema URL
)


Additionally, the **RabbitMQ AsyncAPI** schema has been improved, adding support for `faststream.security`, and the connection scheme is now defined automatically.

**RabbitMQ** connection parameters are now merged, allowing you to define the main connection data as a URL string and customize it using kwargs:

python
broker = RabbitBroker(
"amqp://guest:guestlocalhost:5672/",
host="127.0.0.1",
)

amqp://guest:guest127.0.0.1:5672/ - The final URL

* A more suitable `faststream.security` import instead of `faststream.broker.security`
* chore: add release notes for 0.2.9 by kumaranvpl in https://github.com/airtai/faststream/pull/894
* chore: upgrade packages by davorrunje in https://github.com/airtai/faststream/pull/901
* chore: use js redirect and redirect to version by kumaranvpl in https://github.com/airtai/faststream/pull/902
* feat: add `asyncapi_url` broker arg by Lancetnik in https://github.com/airtai/faststream/pull/903


**Full Changelog**: https://github.com/airtai/faststream/compare/0.2.9...0.2.10

0.2.9

What's Changed
* docs: fix grammatical errors in README.md by JanumalaAkhilendra in https://github.com/airtai/faststream/pull/880
* chore: update release notes by davorrunje in https://github.com/airtai/faststream/pull/881
* docs: use meta tag for redirect by kumaranvpl in https://github.com/airtai/faststream/pull/886
* chore: semgrep upgrade by davorrunje in https://github.com/airtai/faststream/pull/888
* docs: update README.md by bhargavshirin in https://github.com/airtai/faststream/pull/889
* fix (892): use normalized subjects in NATS streams by Lancetnik in https://github.com/airtai/faststream/pull/893

New Contributors
* JanumalaAkhilendra made their first contribution in https://github.com/airtai/faststream/pull/880
* bhargavshirin made their first contribution in https://github.com/airtai/faststream/pull/889

**Full Changelog**: https://github.com/airtai/faststream/compare/0.2.8...0.2.9

0.2.8

What's Changed
* fix: FASTAPI_V2 always True by shepilov-vladislav in https://github.com/airtai/faststream/pull/877
* feat: better RMQ AsyncAPI by Lancetnik in https://github.com/airtai/faststream/pull/879

New Contributors
* shepilov-vladislav made their first contribution in https://github.com/airtai/faststream/pull/877

**Full Changelog**: https://github.com/airtai/faststream/compare/0.2.7...0.2.8

Page 12 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.