summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-11-24 08:38:52 -0600
committerJordan Cook <jordan.cook@pioneer.com>2021-11-24 08:40:22 -0600
commitd07b77d887a20d05a2d9689292ec3f36d8745e0f (patch)
tree09c2bb97342da7e5eb07ff9ed4f9268eecb3b162 /HISTORY.md
parent664b5f61ec42546ec9a509a88e0200ef24ffbfb8 (diff)
downloadrequests-cache-d07b77d887a20d05a2d9689292ec3f36d8745e0f.tar.gz
Add back overrides for requests.Response.__getstate__ and __setstate__ so plain pickle will work as a serializer
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 afed5f5..6b9ac88 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -25,6 +25,7 @@
* Add support for `BaseCache` keyword arguments passed along with a backend instance
* Fix issue with cache headers not being used correctly if `cache_control=True` is used with an `expire_after` value
* Fix license metadata as shown on PyPI
+* Fix `CachedResponse` serialization behavior when using stdlib `pickle` in a custom serializer
## 0.8.1 (2021-09-15)
* Redact `ingored_parameters` from `CachedResponse.url` (if used for credentials or other sensitive info)