diff options
Diffstat (limited to 'HISTORY.md')
-rw-r--r-- | HISTORY.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |