summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-09 16:27:06 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-09 18:18:47 -0500
commit04c41feeb3d611061db41d4a627eed3bea19afbd (patch)
treed17020396a90859a9117f6c5a82ad854fb54ab05 /HISTORY.md
parent7578f704dc6a96226ec392e5ebb2a08ea56ae6c8 (diff)
downloadrequests-cache-04c41feeb3d611061db41d4a627eed3bea19afbd.tar.gz
Also skip cache read for requests excluded by allowable_methods
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 797aa78..a9aea84 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -26,6 +26,7 @@
* `is_expired`
* Populate `cache_key` and `expires` for new (non-cached) responses, if it was written to the cache
* Add return type hints for all `CachedSession` request methods (`get()`, `post()`, etc.)
+* Always skip both cache read and write for requests excluded by `allowable_methods` (previously only skipped write)
**Dependencies:**
* Replace `appdirs` with `platformdirs`