* Fix incorrect mapping of coredis exceptions * Fix calculation of reset_time
3.9.0
------ Release Date: 2024-02-17
* Bug Fix
* Remove excessively low defaults for mongodb storage and instead delegate to the underlying dependency (pymongo, motor)
3.8.0
------ Release Date: 2024-02-14
* Features
* Add option to wrap storage errors with a ``StorageError`` exception
3.7.0
------ Release Date: 2023-11-24
* Features
* Ensure rate limit keys in redis use are prefixed with a `LIMITS` prefix. This allows for resetting all keys generated by the library without implicit knowledge of the key structure.
3.6.0
------ Release Date: 2023-08-31
* Bug Fix
* Remove default socket timeout from mongo storage * Ensure _version.py has stable content when generated using `git archive` from a tag regardless of when it is run.