From 1011835f2787a1a8a6900d5f1bc074e3973f045e Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Fri, 13 Jan 2023 14:35:46 -0600 Subject: Update changelog --- HISTORY.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'HISTORY.md') 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 -- cgit v1.2.1