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 26d66bb commit 7d88ea6Copy full SHA for 7d88ea6
2 files changed
docs/release-notes.md
@@ -2,6 +2,18 @@
2
toc_depth: 2
3
---
4
5
+## 0.49.0 (October 28, 2025)
6
+
7
+#### Added
8
9
+* Add `encoding` parameter to `Config` class [#2996](https://github.com/Kludex/starlette/pull/2996).
10
+* Support multiple cookie headers in `Request.cookies` [#3029](https://github.com/Kludex/starlette/pull/3029).
11
+* Use `Literal` type for `WebSocketEndpoint` encoding values [#3027](https://github.com/Kludex/starlette/pull/3027).
12
13
+#### Changed
14
15
+* Do not pollute exception context in `Middleware` when using `BaseHTTPMiddleware` [#2976](https://github.com/Kludex/starlette/pull/2976).
16
17
## 0.48.0 (September 13, 2025)
18
19
#### Added
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.48.0"
+__version__ = "0.49.0"
0 commit comments