Skip to content

Tags: airtai/faststream

Tags

0.5.34

Toggle 0.5.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix (#2013): allow to create publisher in already connected broker (#…

…2024)

* fix: allow to create publisher in connected broker

* chore: bump version

0.5.33

Toggle 0.5.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix #1967: correct empty kafka message body processing (#1968)

0.5.32

Toggle 0.5.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: support only uvicorn ASGI Runner (#1965)

* fix: support only uvicorn ASGI Runner

* docs: generate API References

* remove unused "type: ignore"

---------

Co-authored-by: Sehat1137 <[email protected]>
Co-authored-by: Sehat1137 <[email protected]>

0.5.31

Toggle 0.5.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: pin typer version, bump FastStream (#1947)

0.5.30

Toggle 0.5.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correct working with dependencies versions (#1918)

* fix: correct working with dependencies versions

* fix: correct FastAPI patch version check

0.5.29

Toggle 0.5.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix (#1856): call factory once in regular case (#1898)

* fix (#1874): call factory once in regular case

* chore: bump version

* lint: fix mypy

* chore: fix pydantic 2.10 compatibility

---------

Co-authored-by: Kumaran Rajendhiran <[email protected]>

0.5.28

Toggle 0.5.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add info about grafana dashboard (#1863)

0.5.27

Toggle 0.5.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: anyio major version parser (#1850)

* fix: anyio major version parser

* chore: bump version

---------

Co-authored-by: Pastukhov Nikita <[email protected]>

0.5.26

Toggle 0.5.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for Python 3.13 (#1845)

* upgraded Python to 3.13

* tests: fix 3.13 tabulation problem

---------

Co-authored-by: Nikita Pastukhov <[email protected]>

0.5.25

Toggle 0.5.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/cli import (#1816)

* fix: correct CLI import order

* chore: add warning comment

* chore: bump version

* fix: correct CLI import order