Faststream

Latest version: v0.5.35

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

Scan your dependencies

Page 14 of 14

0.1.6

What's Changed
* Add coverage badge at docs index by kumaranvpl in https://github.com/airtai/faststream/pull/762
* Fill asyncapi custom information page by Sternakt in https://github.com/airtai/faststream/pull/767
* Add article for using faststream template by kumaranvpl in https://github.com/airtai/faststream/pull/768
* Use httpx instead of requests by rjambrecic in https://github.com/airtai/faststream/pull/771


**Full Changelog**: https://github.com/airtai/faststream/compare/0.1.5...0.1.6

0.1.5

What's Changed
* Licence on PyPi updated from MIT to Apache by davorrunje in https://github.com/airtai/faststream/pull/753
* fix: Connection broker with url by Jaroslav2001 in https://github.com/airtai/faststream/pull/754
* fix: correct AsyncAPI oneOf schema by Lancetnik in https://github.com/airtai/faststream/pull/755

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

**Full Changelog**: https://github.com/airtai/faststream/compare/0.1.4...0.1.5

0.1.4

What's Changed
* tiny typo by julzhk in https://github.com/airtai/faststream/pull/740
* docs: add docs mention by Lancetnik in https://github.com/airtai/faststream/pull/744
* Add code of conduct and include badge for it in README by kumaranvpl in https://github.com/airtai/faststream/pull/747
* Fixed docs building when pydantic version less than 2.4.0 by davorrunje in https://github.com/airtai/faststream/pull/748
* fix: raise inner exceptions in `with_real` tests by Lancetnik in https://github.com/airtai/faststream/pull/751
* docs fix by davorrunje in https://github.com/airtai/faststream/pull/752
* Bugfixes 745 by Lancetnik in https://github.com/airtai/faststream/pull/749

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

**Full Changelog**: https://github.com/airtai/faststream/compare/0.1.3...0.1.4

0.1.3

What's Changed

* docs: fix styles by Lancetnik in https://github.com/airtai/faststream/pull/717
* test (638): extra AsyncAPI channel naming test by Lancetnik in https://github.com/airtai/faststream/pull/719
* test: cover docs_src/context by Lancetnik in https://github.com/airtai/faststream/pull/723
* library to framework changed by davorrunje in https://github.com/airtai/faststream/pull/724
* Create templates for issues and pull requests by kumaranvpl in https://github.com/airtai/faststream/pull/727
* Bump actions/dependency-review-action from 2 to 3 by dependabot in https://github.com/airtai/faststream/pull/728
* Bump actions/cache from 2 to 3 by dependabot in https://github.com/airtai/faststream/pull/729
* Bump semgrep from 1.40.0 to 1.41.0 by dependabot in https://github.com/airtai/faststream/pull/732
* Bump ruff from 0.0.290 to 0.0.291 by dependabot in https://github.com/airtai/faststream/pull/733
* Polish contributing file and remove duplicate docker compose file by kumaranvpl in https://github.com/airtai/faststream/pull/734
* Bump dawidd6/action-download-artifact from 2.26.0 to 2.28.0 by dependabot in https://github.com/airtai/faststream/pull/731
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/airtai/faststream/pull/730
* Pydantiv2.4.0 compat by Lancetnik in https://github.com/airtai/faststream/pull/738
* fix: add url option to _connection_args by Lancetnik in https://github.com/airtai/faststream/pull/739
* Fix typos and grammar in Kafka and RabbitMQ articles in the docs by kumaranvpl in https://github.com/airtai/faststream/pull/736


**Full Changelog**: https://github.com/airtai/faststream/compare/0.1.1...0.1.3

0.1.1

**Full Changelog**: https://github.com/airtai/faststream/commits/0.1.1

0.1.0

**FastStream** is a new package based on the ideas and experiences gained from [FastKafka](https://github.com/airtai/fastkafka) and [Propan](https://github.com/lancetnik/propan). By joining our forces, we picked up the best from both packages and created the unified way to write services capable of processing streamed data regardless of the underlying protocol. We'll continue to maintain both packages, but new development will be in this project. If you are starting a new service, this package is the recommended way to do it.

Features

[**FastStream**](https://faststream.airt.ai/) simplifies the process of writing producers and consumers for message queues, handling all the
parsing, networking and documentation generation automatically.

Making streaming microservices has never been easier. Designed with junior developers in mind, **FastStream** simplifies your work while keeping the door open for more advanced use-cases. Here's a look at the core features that make **FastStream** a go-to framework for modern, data-centric microservices.

- **Multiple Brokers**: **FastStream** provides a unified API to work across multiple message brokers (**Kafka**, **RabbitMQ** support)

- [**Pydantic Validation**](writing-app-code): Leverage [**Pydantic's**](https://docs.pydantic.dev/) validation capabilities to serialize and validates incoming messages

- [**Automatic Docs**](project-documentation): Stay ahead with automatic [AsyncAPI](https://www.asyncapi.com/) documentation.

- **Intuitive**: full typed editor support makes your development experience smooth, catching errors before they reach runtime

- [**Powerful Dependency Injection System**](dependencies): Manage your service dependencies efficiently with **FastStream**'s built-in DI system.

- [**Testable**](testing-the-service): supports in-memory tests, making your CI/CD pipeline faster and more reliable

- **Extendable**: use extensions for lifespans, custom serialization and middlewares

- [**Integrations**](any-framework): **FastStream** is fully compatible with any HTTP framework you want ([**FastAPI**](fastapi-plugin) especially)

- **Built for Automatic Code Generation**: **FastStream** is optimized for automatic code generation using advanced models like GPT and Llama

That's **FastStream** in a nutshell—easy, efficient, and powerful. Whether you're just starting with streaming microservices or looking to scale, **FastStream** has got you covered.

Page 14 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.