Skip to content

Commit 987d069

Browse files
Update Release Notes for 0.5.6 (#1451)
Co-authored-by: Lancetnik <[email protected]>
1 parent 1bcbcf5 commit 987d069

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/docs/en/release.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ hide:
1212
---
1313

1414
# Release Notes
15+
## 0.5.6
16+
17+
### What's Changed
18+
19+
* feature: add --factory param by [@Sehat1137](https://github.com/Sehat1137){.external-link target="_blank"} in [#1440](https://github.com/airtai/faststream/pull/1440){.external-link target="_blank"}
20+
* feat: add RMQ channels options, support for prefix for routing_key, a… by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#1448](https://github.com/airtai/faststream/pull/1448){.external-link target="_blank"}
21+
* feature: Add `from faststream.rabbit.annotations import Connection, Channel` shortcuts
22+
* Bugfix: RabbitMQ RabbitRouter prefix now affects to queue routing key as well
23+
* Feature (close #1402): add `broker.add_middleware` public API to append a middleware to already created broker
24+
* Feature: add `RabbitBroker(channel_number: int, publisher_confirms: bool, on_return_raises: bool)` options to setup channel settings
25+
* Feature (close #1447): add `StreamMessage.batch_headers` attribute to provide with access to whole batch messages headers
26+
27+
### New Contributors
28+
29+
* [@Sehat1137](https://github.com/Sehat1137){.external-link target="_blank"} made their first contribution in [#1440](https://github.com/airtai/faststream/pull/1440){.external-link target="_blank"}
30+
31+
**Full Changelog**: [#0.5.5...0.5.6](https://github.com/airtai/faststream/compare/0.5.5...0.5.6){.external-link target="_blank"}
32+
1533
## 0.5.5
1634

1735
### What's Changed

0 commit comments

Comments
 (0)