You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
toc_depth: 2
3
3
---
4
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).
0 commit comments