- Fix `RedisStorage` when using without ttl. (231)
0.0.26
- Expose `AsyncBaseStorage` and `BaseStorage`. (220) - Prevent cache hits from resetting the ttl. (215)
0.0.25
- Add `force_cache` property to the controller, allowing RFC9111 rules to be completely disabled. (204) - Add `.gitignore` to cache directory created by `FIleStorage`. (197) - Remove `stale_*` headers from the `CacheControl` class. (199)
0.0.24
- Fix `botocore is not installed` exception when using any kind of storage. (186)