|
12 | 12 | --- |
13 | 13 |
|
14 | 14 | # 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 | + |
15 | 50 | ## 0.6.6 |
16 | 51 |
|
17 | 52 | ### What's Changed |
|
0 commit comments