Skip to content

Commit

Permalink
Merge pull request #614 from JWCook/parameter-forwarding
Browse files Browse the repository at this point in the history
Fix forwarding connection parameters for redis-py 4.2 and pymongo 4.1 on python <=3.8
  • Loading branch information
JWCook committed Apr 22, 2022
2 parents e85e3c0 + 80aa16e commit 815a87d
Show file tree
Hide file tree
Showing 8 changed files with 402 additions and 401 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -1,5 +1,9 @@
# History

## 0.9.4 (2022-04-22)
* 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
Expand Down

0 comments on commit 815a87d

Please sign in to comment.