summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2023-03-30 19:15:30 -0500
committerJordan Cook <jordan.cook.git@proton.me>2023-04-02 21:42:25 -0500
commitd20f445419529ea0fb5d8c6e851cd7d4cc56f65f (patch)
tree5fb8a42f432cc403069de7ce170ab25881288acf /HISTORY.md
parenta137fd6b8a8622b6652948ef9567acd080c5dd43 (diff)
downloadrequests-cache-d20f445419529ea0fb5d8c6e851cd7d4cc56f65f.tar.gz
Don't normalize CachedResponse.url when redacting ignored params
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 1b4ce20..968a957 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -3,6 +3,9 @@
## Unreleased
* Add support for regular expressions when using `urls_expire_after`
+## 1.0.2 (2023-TBD)
+* Revert normalizing `CachedResponse.url` so it matches the original request URL
+
## 1.0.1 (2023-03-24)
* Ignore `Cache-Control: must-revalidate` and `no-cache` response headers with `cache_control=False`