summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-18 15:04:51 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-18 15:04:51 -0500
commitea326d16d82d86f4fda14f83745a5a399824257d (patch)
tree708407dead63c0411ab0f0e62dab0837559ec67d /HISTORY.md
parent8eaa78848f4f71e687c56609d49302c03775bb2a (diff)
downloadrequests-cache-ea326d16d82d86f4fda14f83745a5a399824257d.tar.gz
Add support for Cache-Control: max-stale and min-fresh
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index d64acc9..5e5468a 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -5,6 +5,8 @@
**Expiration & Headers:**
* Add support for `Cache-Control: only-if-cached`
+* Add support for `Cache-Control: min-fresh`
+* Add support for `Cache-Control: max-stale`
* Revalidate for `Cache-Control: no-cache` request or response header
* Revalidate for `Cache-Control: max-age=0, must-revalidate` response headers
* Add `only_if_cached` option to `CachedSession.request()` and `send()` to return only cached results without sending real requests