Skip to content

Commit 7d88ea6

Browse files
authored
Version 0.49.0 (#3046)
1 parent 26d66bb commit 7d88ea6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
toc_depth: 2
33
---
44

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+
517
## 0.48.0 (September 13, 2025)
618

719
#### Added

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.48.0"
1+
__version__ = "0.49.0"

0 commit comments

Comments
 (0)