Skip to content

Commit 85bf027

Browse files
authored
Version 0.49.2 (#3058)
1 parent 3d480dd commit 85bf027

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release-notes.md

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

5+
## 0.49.2 (November 1, 2025)
6+
7+
#### Fixed
8+
9+
* Ignore `if-modified-since` header if `if-none-match` is present in `StaticFiles` [#3044](https://github.com/Kludex/starlette/pull/3044).
10+
511
## 0.49.1 (October 28, 2025)
612

713
This release fixes a security vulnerability in the parsing logic of the `Range` header in `FileResponse`.

starlette/__init__.py

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

0 commit comments

Comments
 (0)