summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2023-01-13 14:35:46 -0600
committerJordan Cook <jordan.cook.git@proton.me>2023-02-18 15:55:25 -0600
commit1011835f2787a1a8a6900d5f1bc074e3973f045e (patch)
tree576f170b17ea96f491fa51f4ebcddc3e459b4824
parent4ed44ab36ef56e674221beff060c58b9b3f65437 (diff)
downloadrequests-cache-1011835f2787a1a8a6900d5f1bc074e3973f045e.tar.gz
Update changelog
-rw-r--r--HISTORY.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 88a715a..09b6c1b 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -148,6 +148,14 @@ If you encounter a problem not listed here after updating to 1.0, please create
* Internal utility module changes:
* The `cache_control` module (added in `0.7`) has been split up into multiple modules in a new `policy` subpackage
+### 0.9.8 (2023-01-13)
+* Fix `DeprecationWarning` raised by `BaseCache.urls`
+* Reword ambiguous log message for `BaseCache.delete`
+
+Backport fixes from 1.0:
+* For custom serializers, handle using a cattrs converter that doesn't support `omit_if_default`
+* Raise an error for invalid expiration string values (except for headers containing httpdates)
+
### 0.9.7 (2022-10-26)
Backport compatibility fixes from 1.0:
* **PyInstaller:** Fix potential `AttributeError` due to undetected imports when requests-cache is bundled in a PyInstaller package