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 6611029 commit df2ee22Copy full SHA for df2ee22
2 files changed
docs/release-notes.md
@@ -2,8 +2,20 @@
2
toc_depth: 2
3
---
4
5
+## 0.51.0 (January 10, 2026)
6
+
7
+#### Added
8
9
+* Add `allow_private_network` in `CORSMiddleware` [#3065](https://github.com/Kludex/starlette/pull/3065).
10
11
+#### Changed
12
13
+* Increase warning stacklevel on `DeprecationWarning` for wsgi module [#3082](https://github.com/Kludex/starlette/pull/3082).
14
15
## 0.50.0 (November 1, 2025)
16
17
+#### Removed
18
19
* Drop Python 3.9 support [#3061](https://github.com/Kludex/starlette/pull/3061).
20
21
## 0.49.3 (November 1, 2025)
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.50.0"
+__version__ = "0.51.0"
0 commit comments