Skip to content

Commit 23e87e8

Browse files
authored
Update Release Notes for 0.6.7 (#2790)
1 parent 8abc91a commit 23e87e8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/docs/en/release.md

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

1414
# Release Notes
15+
## 0.6.7
16+
17+
### What's Changed
18+
19+
The main feature of this release is the **Try It Out** feature for your **Async API** documentation!
20+
21+
Now you can test your developing application directly from the web, just like Swagger for HTTP. It supports in-memory publication to test a subscriber and real broker publication to verify behavior in real scenarios.
22+
23+
<img width="1467" height="640" alt="Снимок экрана 2026-03-01 в 11 16 10" src="[#>](https://github.com/user-attachments/assets/4320e674-24d5-4ead-9820-4bb979e340e7" />){.external-link target="_blank"}
24+
25+
* feat: Add Try It Out feature for AsyncAPI documentation by [@vvlrff](https://github.com/vvlrff){.external-link target="_blank"} in [#2777](https://github.com/ag2ai/faststream/pull/2777){.external-link target="_blank"}
26+
27+
Full updates:
28+
29+
* feat: Static membership for aiokafka broker (group_instance_id) by [@tmlnv](https://github.com/tmlnv){.external-link target="_blank"} in [#2783](https://github.com/ag2ai/faststream/pull/2783){.external-link target="_blank"}
30+
* feat: add on_assign, on_revoke, on_lost callbacks for Confluent subscriber by [@Br1an67](https://github.com/Br1an67){.external-link target="_blank"} in [#2789](https://github.com/ag2ai/faststream/pull/2789){.external-link target="_blank"}
31+
* feat: use MRO-based exception handler resolution by [@Br1an67](https://github.com/Br1an67){.external-link target="_blank"} in [#2788](https://github.com/ag2ai/faststream/pull/2788){.external-link target="_blank"}
32+
* fix: Bug: AsyncAPI documentation fails when Confluent uses oauth bearer authentication by @yann-combarnous in [#2775](https://github.com/ag2ai/faststream/pull/2775){.external-link target="_blank"}
33+
* fix: preserve exception chains in AsgiFastStream startup by [@zoni](https://github.com/zoni){.external-link target="_blank"} in [#2781](https://github.com/ag2ai/faststream/pull/2781){.external-link target="_blank"}
34+
* fix: use sentinel in StreamMessage.decode() to cache None results by @benedikt-bartscher in [#2784](https://github.com/ag2ai/faststream/pull/2784){.external-link target="_blank"}
35+
* fix: propagate expiration property in rabbit test broker by @marcm-ml in [#2787](https://github.com/ag2ai/faststream/pull/2787){.external-link target="_blank"}
36+
* docs: Add schedule parameter for NATS publishing by [@Majajashka](https://github.com/Majajashka){.external-link target="_blank"} in [#2763](https://github.com/ag2ai/faststream/pull/2763){.external-link target="_blank"}
37+
* docs: fix publish_scope by [@kurrbanov](https://github.com/kurrbanov){.external-link target="_blank"} in [#2768](https://github.com/ag2ai/faststream/pull/2768){.external-link target="_blank"}
38+
39+
### New Contributors
40+
* [@kurrbanov](https://github.com/kurrbanov){.external-link target="_blank"} made their first contribution in [#2768](https://github.com/ag2ai/faststream/pull/2768){.external-link target="_blank"}
41+
* @yann-combarnous made their first contribution in [#2775](https://github.com/ag2ai/faststream/pull/2775){.external-link target="_blank"}
42+
* [@zoni](https://github.com/zoni){.external-link target="_blank"} made their first contribution in [#2781](https://github.com/ag2ai/faststream/pull/2781){.external-link target="_blank"}
43+
* [@tmlnv](https://github.com/tmlnv){.external-link target="_blank"} made their first contribution in [#2783](https://github.com/ag2ai/faststream/pull/2783){.external-link target="_blank"}
44+
* @benedikt-bartscher made their first contribution in [#2784](https://github.com/ag2ai/faststream/pull/2784){.external-link target="_blank"}
45+
* @marcm-ml made their first contribution in [#2787](https://github.com/ag2ai/faststream/pull/2787){.external-link target="_blank"}
46+
* [@Br1an67](https://github.com/Br1an67){.external-link target="_blank"} made their first contribution in [#2789](https://github.com/ag2ai/faststream/pull/2789){.external-link target="_blank"}
47+
48+
**Full Changelog**: [#0.6.6...0.6.7](https://github.com/ag2ai/faststream/compare/0.6.6...0.6.7){.external-link target="_blank"}
49+
1550
## 0.6.6
1651

1752
### What's Changed

0 commit comments

Comments
 (0)