0.5.10
版本发布时间: 2024-05-29 20:46:19
airtai/faststream最新发布版本:0.5.28(2024-10-21 03:51:54)
What's Changed
Now you can return Response class to set more specific outgoing message parameters:
from faststream import Response
@broker.subscriber("in")
@broker.subscriber("out")
async def handler():
return Response(body=b"", headers={})
- Pass logger to confluent producer and consumer by @kumaranvpl in https://github.com/airtai/faststream/pull/1464
- Fixes #1412 with
TestKafkaBroker
behaviour where Consumer Groups weren't being respected by @sifex in https://github.com/airtai/faststream/pull/1413 - Chore: update dependency versions by @kumaranvpl in https://github.com/airtai/faststream/pull/1478
- Remove typing-extensions version restriction by @kumaranvpl in https://github.com/airtai/faststream/pull/1477
- feat (#1431): add Response class by @Lancetnik in https://github.com/airtai/faststream/pull/1481
New Contributors
- @sifex made their first contribution in https://github.com/airtai/faststream/pull/1413
Full Changelog: https://github.com/airtai/faststream/compare/0.5.9...0.5.10