summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-21 11:47:22 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-21 13:50:50 -0500
commit826738d5254b8ca2a24ba0c1630914529efc2bfc (patch)
treea420080078deac6e378f7c6aa6d132e597ec4ac8 /HISTORY.md
parent67dd63cfa7904b2e746728882d64414c94364490 (diff)
downloadrequests-cache-826738d5254b8ca2a24ba0c1630914529efc2bfc.tar.gz
Fix parameter forwarding for redis-py 4.2 and pymongo 4.1 on python <=3.8
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index bc97907..1edc48b 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -67,6 +67,10 @@ The following undocumented behaviors have been removed:
Internal module changes:
* The contents of the `cache_control` module have been split up into multiple modules in a new `policy` subpackage
+## 0.9.4 (2022-04-21)
+* Fix forwarding connection parameters passed to `RedisCache` for redis-py 4.2 and python <=3.8
+* Fix forwarding connection parameters passed to `MongoCache` for pymongo 4.1 and python <=3.8
+
### 0.9.3 (2022-02-22)
* Fix handling BSON serializer differences between pymongo's `bson` and standalone `bson` codec.
* Handle `CorruptGridFile` error in GridFS backend