|
12 | 12 | --- |
13 | 13 |
|
14 | 14 | # Release Notes |
| 15 | +## 0.6.4 |
| 16 | + |
| 17 | +### What's Changed |
| 18 | + |
| 19 | +* feat: Enables message keys for batch publishing by [@ozeranskii](https://github.com/ozeranskii){.external-link target="_blank"} in [#2586](https://github.com/ag2ai/faststream/pull/2586){.external-link target="_blank"} |
| 20 | +* feat: add env variable to disable rich CLI output by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#2654](https://github.com/ag2ai/faststream/pull/2654){.external-link target="_blank"} |
| 21 | +* feat: Add api for nats message scheduling by [@sheldygg](https://github.com/sheldygg){.external-link target="_blank"} in [#2640](https://github.com/ag2ai/faststream/pull/2640){.external-link target="_blank"} |
| 22 | +* feat: trace is printed only once by [@fil1n](https://github.com/fil1n){.external-link target="_blank"} in [#2661](https://github.com/ag2ai/faststream/pull/2661){.external-link target="_blank"} |
| 23 | +* fix: update fast depends config when setting a broker by [@borisalekseev](https://github.com/borisalekseev){.external-link target="_blank"} in [#2701](https://github.com/ag2ai/faststream/pull/2701){.external-link target="_blank"} |
| 24 | +* fix: Dont raise on unknown content types by [@borisalekseev](https://github.com/borisalekseev){.external-link target="_blank"} in [#2702](https://github.com/ag2ai/faststream/pull/2702){.external-link target="_blank"} |
| 25 | +* fix(redis): fix xautoclaim consumption by [@JonathanSerafini](https://github.com/JonathanSerafini){.external-link target="_blank"} in [#2628](https://github.com/ag2ai/faststream/pull/2628){.external-link target="_blank"} |
| 26 | +* fix: bug in AsyncAPI schema by [@kittywaresz](https://github.com/kittywaresz){.external-link target="_blank"} in [#2638](https://github.com/ag2ai/faststream/pull/2638){.external-link target="_blank"} |
| 27 | +* fix(rabbit): handle leading slash in virtualhost correctly by [@Vitaly312](https://github.com/Vitaly312){.external-link target="_blank"} in [#2707](https://github.com/ag2ai/faststream/pull/2707){.external-link target="_blank"} |
| 28 | +* fix: use publisher's exchange when applicable to send reply by [@lachaib](https://github.com/lachaib){.external-link target="_blank"} in [#2655](https://github.com/ag2ai/faststream/pull/2655){.external-link target="_blank"} |
| 29 | +* fix: kafka ack policies` behaviour by [@borisalekseev](https://github.com/borisalekseev){.external-link target="_blank"} in [#2644](https://github.com/ag2ai/faststream/pull/2644){.external-link target="_blank"} |
| 30 | +* refactor: streamline conditional logic in `get_one` method of stream … by [@powersemmi](https://github.com/powersemmi){.external-link target="_blank"} in [#2667](https://github.com/ag2ai/faststream/pull/2667){.external-link target="_blank"} |
| 31 | +* refactor: restructure justfile and unify cross-platform commands by [@suiseriff](https://github.com/suiseriff){.external-link target="_blank"} in [#2690](https://github.com/ag2ai/faststream/pull/2690){.external-link target="_blank"} |
| 32 | +* refactor(docs): actualize kafka how to by [@WorkHardes](https://github.com/WorkHardes){.external-link target="_blank"} in [#2692](https://github.com/ag2ai/faststream/pull/2692){.external-link target="_blank"} |
| 33 | +* docs: Added a Code examples article by [@RenameMe1](https://github.com/RenameMe1){.external-link target="_blank"} in [#2670](https://github.com/ag2ai/faststream/pull/2670){.external-link target="_blank"} |
| 34 | +* docs: Fix kafka subscribe docs and llms.txt by [@borisalekseev](https://github.com/borisalekseev){.external-link target="_blank"} in [#2700](https://github.com/ag2ai/faststream/pull/2700){.external-link target="_blank"} |
| 35 | +* docs: Fix link reference in FastAPI integration docs by [@supadrupa](https://github.com/supadrupa){.external-link target="_blank"} in [#2681](https://github.com/ag2ai/faststream/pull/2681){.external-link target="_blank"} |
| 36 | +* chore: LICENSE copying added by [@ZoRex15](https://github.com/ZoRex15){.external-link target="_blank"} in [#2685](https://github.com/ag2ai/faststream/pull/2685){.external-link target="_blank"} |
| 37 | +* chore: Add warning when using AckPolicy.REJECT_ON_ERROR with kafka by [@borisalekseev](https://github.com/borisalekseev){.external-link target="_blank"} in [#2686](https://github.com/ag2ai/faststream/pull/2686){.external-link target="_blank"} |
| 38 | +* chore: skip relator notifications for dependabot events by @if-i in [#2669](https://github.com/ag2ai/faststream/pull/2669){.external-link target="_blank"} |
| 39 | +* chore: added no_confirm=True warning by @roma-frolov in [#2703](https://github.com/ag2ai/faststream/pull/2703){.external-link target="_blank"} |
| 40 | +* chore: update relator by [@Sehat1137](https://github.com/Sehat1137){.external-link target="_blank"} in [#2650](https://github.com/ag2ai/faststream/pull/2650){.external-link target="_blank"} |
| 41 | + |
| 42 | +### New Contributors |
| 43 | +* @if-i made their first contribution in [#2669](https://github.com/ag2ai/faststream/pull/2669){.external-link target="_blank"} |
| 44 | +* [@supadrupa](https://github.com/supadrupa){.external-link target="_blank"} made their first contribution in [#2681](https://github.com/ag2ai/faststream/pull/2681){.external-link target="_blank"} |
| 45 | +* [@ZoRex15](https://github.com/ZoRex15){.external-link target="_blank"} made their first contribution in [#2685](https://github.com/ag2ai/faststream/pull/2685){.external-link target="_blank"} |
| 46 | +* [@WorkHardes](https://github.com/WorkHardes){.external-link target="_blank"} made their first contribution in [#2692](https://github.com/ag2ai/faststream/pull/2692){.external-link target="_blank"} |
| 47 | +* [@Vitaly312](https://github.com/Vitaly312){.external-link target="_blank"} made their first contribution in [#2707](https://github.com/ag2ai/faststream/pull/2707){.external-link target="_blank"} |
| 48 | +* [@lachaib](https://github.com/lachaib){.external-link target="_blank"} made their first contribution in [#2655](https://github.com/ag2ai/faststream/pull/2655){.external-link target="_blank"} |
| 49 | + |
| 50 | +**Full Changelog**: [#0.6.3...0.6.4](https://github.com/ag2ai/faststream/compare/0.6.3...0.6.4){.external-link target="_blank"} |
| 51 | + |
15 | 52 | ## 0.6.3 |
16 | 53 |
|
17 | 54 | ### What's Changed |
|
0 commit comments