We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce129ff commit 5e33d43Copy full SHA for 5e33d43
docs/release-notes.md
@@ -2,11 +2,12 @@
2
toc_depth: 2
3
---
4
5
-## 0.34.3 (April 19, 2025)
+## 0.34.3 (June 1, 2025)
6
7
### Fixed
8
9
* Don't include `cwd()` when non-empty `--reload-dirs` is passed (#2598)
10
+* Apply `get_client_addr` formatting to WebSocket logging (#2636)
11
12
## 0.34.2 (April 19, 2025)
13
mkdocs.yml
@@ -56,6 +56,11 @@ nav:
56
- Contributing: contributing.md
57
- Sponsorship: sponsorship.md
58
59
+extra:
60
+ analytics:
61
+ provider: google
62
+ property: G-KTS6TXPD85
63
+
64
markdown_extensions:
65
- attr_list
66
- admonition
0 commit comments