]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.49.2 (#3058) 0.49.2
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 1 Nov 2025 11:37:12 +0000 (12:37 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Nov 2025 11:37:12 +0000 (11:37 +0000)
docs/release-notes.md
starlette/__init__.py

index bf0c1160bab1f5b0ee115e71ef114daf1dbba682..d2ff4ac70a9eee76329daca21af1c1818d0669b3 100644 (file)
@@ -2,6 +2,12 @@
 toc_depth: 2
 ---
 
+## 0.49.2 (November 1, 2025)
+
+#### Fixed
+
+* Ignore `if-modified-since` header if `if-none-match` is present in `StaticFiles` [#3044](https://github.com/Kludex/starlette/pull/3044).
+
 ## 0.49.1 (October 28, 2025)
 
 This release fixes a security vulnerability in the parsing logic of the `Range` header in `FileResponse`.
index e72de01efcc2093bc482b52878043bb3efb4f705..6cbe9ad59d1856cbbe228fd9b81b2566083b6646 100644 (file)
@@ -1 +1 @@
-__version__ = "0.49.1"
+__version__ = "0.49.2"