summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-10-10 13:25:11 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-10-10 14:02:19 -0500
commitd9ea0f1391ce3fdcf9e38bda1979ed7877e5b44a (patch)
tree185169048d1b0b584fdef39c9505f8ea6255b7c3 /HISTORY.md
parent6e10eb25a692cf4b240a628f14b2f3d31ae7e451 (diff)
downloadrequests-cache-d9ea0f1391ce3fdcf9e38bda1979ed7877e5b44a.tar.gz
Support immediate expiration + revalidation for Cache-Control: max-age=0 and Expires: 0
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 f86478f..ccbfe96 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -7,6 +7,8 @@
* Make per-request expiration thread-safe for both `CachedSession.request()` and `CachedSession.send()`
* Handle some additional corner cases when normalizing request data
* Some micro-optimizations for request matching
+* Fix issue with cache headers not being used correctly if `cache_control=True` is used with an `expire_after` value
+* Support immediate expiration + revalidation for `Cache-Control: max-age=0` and `Expires: 0`
* Fix license metadata as shown on PyPI
## 0.8.1 (2021-09-15)