summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-06 17:41:42 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-06 18:19:37 -0500
commit1d9cb18fe5d346db08a4acf6ac530eb6772e643a (patch)
tree10bcb5fac3e1eea0e19e56659018b49a83931926 /HISTORY.md
parent47ef59ecc423c5673172b908c315c82c344a2857 (diff)
downloadrequests-cache-1d9cb18fe5d346db08a4acf6ac530eb6772e643a.tar.gz
Update tests, changelog, and contributors
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 a9505da..d2ad014 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -11,6 +11,9 @@
* Add `refresh` option to `CachedSession.request()` and `send()` to make (and cache) an new request regardless of existing cache contents
* Add `revalidate` option to `CachedSession.request()` and `send()` to send conditional request (if possible) before using a cached response
+**Backends:**
+* Add `wal` parameter for SQLite backend to enable write-ahead logging
+
**Other features:**
* All settings that affect cache behavior can now be accessed and modified via `CachedSession.settings`
* Add `OriginalResponse` class, which wraps `requests.Response` objects and adds type hints for extra cache attributes set on non-cached responses: