From 04c41feeb3d611061db41d4a627eed3bea19afbd Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Sat, 9 Apr 2022 16:27:06 -0500 Subject: Also skip cache read for requests excluded by allowable_methods --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') 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` -- cgit v1.2.1