summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-10-10 12:33:21 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-10-10 12:43:52 -0500
commit9f8027f658c9dbc57742ce75ed8f30d62daffbf9 (patch)
tree12c9d72e739b8fad2dfe997fc8f5aacd58053438 /HISTORY.md
parente9f425d4631c9da8b49f598d4a82e6f6b729dd73 (diff)
downloadrequests-cache-9f8027f658c9dbc57742ce75ed8f30d62daffbf9.tar.gz
Add better error message if parent path exists but isn't a directory
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 79839a9..f86478f 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -3,6 +3,7 @@
## 0.8.2 (Unreleased)
* Use `Cache-Control` **request** headers by default
* Support `expire_after` param for `CachedSession.send()`
+* Filesystem and SQLite backends: Add better error message if parent path exists but isn't a directory
* 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