Skip to content

Commit 6664de7

Browse files
Update Release Notes for 0.5.35 (#2085)
* Update Release Notes for 0.5.35 * docs: generate API References * chore: make release docs manual --------- Co-authored-by: Lancetnik <[email protected]> Co-authored-by: airt-release-notes-updater[bot] <153718812+airt-release-notes-updater[bot]@users.noreply.github.com> Co-authored-by: Nikita Pastukhov <[email protected]>
1 parent 81b1e18 commit 6664de7

File tree

3 files changed

+28
-9
lines changed

3 files changed

+28
-9
lines changed

.github/workflows/docs_deploy.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: Deploy Docs to GitHub Pages
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- docs/**
9-
- .github/workflows/docs_deploy.yaml
10-
- faststream/__about__.py
4+
workflow_dispatch: null
5+
release:
6+
types:
7+
- published
118

129
permissions:
1310
contents: write

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"filename": "docs/docs/en/release.md",
154154
"hashed_secret": "35675e68f4b5af7b995d9205ad0fc43842f16450",
155155
"is_verified": false,
156-
"line_number": 1958,
156+
"line_number": 1980,
157157
"is_secret": false
158158
}
159159
],
@@ -178,5 +178,5 @@
178178
}
179179
]
180180
},
181-
"generated_at": "2025-01-10T14:53:01Z"
181+
"generated_at": "2025-03-02T10:17:27Z"
182182
}

docs/docs/en/release.md

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

1414
# Release Notes
15+
## 0.5.35
16+
17+
### What's Changed
18+
19+
* Add concurrent-between-partitions kafka subscriber by @Arseniy-Popov in [#2017](https://github.com/airtai/faststream/pull/2017){.external-link target="_blank"}
20+
* chore: make uv sync working by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#2041](https://github.com/airtai/faststream/pull/2041){.external-link target="_blank"}
21+
* docs: add Ask AI button with Gurubase widget by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#2042](https://github.com/airtai/faststream/pull/2042){.external-link target="_blank"}
22+
* docs: create FastStream image shield by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [#2062](https://github.com/airtai/faststream/pull/2062){.external-link target="_blank"}
23+
* Close #2060 by [@Flosckow](https://github.com/Flosckow){.external-link target="_blank"} in [#2063](https://github.com/airtai/faststream/pull/2063){.external-link target="_blank"}
24+
* feat: allow broker setting in on_startup hook by @Yakov-Varnaev in [#2073](https://github.com/airtai/faststream/pull/2073){.external-link target="_blank"}
25+
* ImportError raises change by [@0xWEBMILK](https://github.com/0xWEBMILK){.external-link target="_blank"} in [#2080](https://github.com/airtai/faststream/pull/2080){.external-link target="_blank"}
26+
* docs: Fix distributed spelling error in task scheduling page by [@Sandldan](https://github.com/Sandldan){.external-link target="_blank"} in [#2081](https://github.com/airtai/faststream/pull/2081){.external-link target="_blank"}
27+
* Exclude confluent-kafka 2.8.1 by @Yakov-Varnaev in [#2084](https://github.com/airtai/faststream/pull/2084){.external-link target="_blank"}
28+
29+
### New Contributors
30+
* @Arseniy-Popov made their first contribution in [#2017](https://github.com/airtai/faststream/pull/2017){.external-link target="_blank"}
31+
* @Yakov-Varnaev made their first contribution in [#2073](https://github.com/airtai/faststream/pull/2073){.external-link target="_blank"}
32+
* [@0xWEBMILK](https://github.com/0xWEBMILK){.external-link target="_blank"} made their first contribution in [#2080](https://github.com/airtai/faststream/pull/2080){.external-link target="_blank"}
33+
* [@Sandldan](https://github.com/Sandldan){.external-link target="_blank"} made their first contribution in [#2081](https://github.com/airtai/faststream/pull/2081){.external-link target="_blank"}
34+
35+
**Full Changelog**: [#0.5.34...0.5.35](https://github.com/airtai/faststream/compare/0.5.34...0.5.35){.external-link target="_blank"}
36+
1537
## 0.5.34
1638

1739
### What's Changed

0 commit comments

Comments
 (0)