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 3d480dd commit 85bf027Copy full SHA for 85bf027
docs/release-notes.md
@@ -2,6 +2,12 @@
2
toc_depth: 2
3
---
4
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
11
## 0.49.1 (October 28, 2025)
12
13
This release fixes a security vulnerability in the parsing logic of the `Range` header in `FileResponse`.
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.49.1"
+__version__ = "0.49.2"
0 commit comments