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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
toc_depth: 2
3
3
---
4
4
5
+
## 1.3.0 (June 11, 2026)
6
+
7
+
#### Added
8
+
9
+
* Add `httpx2` to the `full` extra [#3323](https://github.com/encode/starlette/pull/3323).
10
+
* Annotate the `URLPath``protocol` parameter with `Literal`[#3285](https://github.com/encode/starlette/pull/3285).
11
+
12
+
#### Fixed
13
+
14
+
* Build `request.url` from structured components [#3326](https://github.com/encode/starlette/pull/3326).
15
+
* Clamp oversized suffix ranges in `FileResponse`[#3307](https://github.com/encode/starlette/pull/3307).
16
+
* Catch `OSError` alongside `MultiPartException` when closing temp files [#3191](https://github.com/encode/starlette/pull/3191).
17
+
* Avoid collapsing exception groups raised from user code [#2830](https://github.com/encode/starlette/pull/2830).
18
+
* Use `removeprefix` to strip the weak `ETag` indicator in `is_not_modified`[#3193](https://github.com/encode/starlette/pull/3193).
19
+
* Fix `IndexError` in `URL.replace()` on a URL with no authority [#3317](https://github.com/encode/starlette/pull/3317).
20
+
* Adjust `testclient` typing and warnings [#3322](https://github.com/encode/starlette/pull/3322).
0 commit comments