- Make `S3Storage` to check staleness of all cache files with set interval. (182) - Fix an issue where an empty file in `FileCache` could cause a parsing error. (181) - Support caching for `POST` and other HTTP methods. (183)
0.0.22
- Make `FileStorage` to check staleness of all cache files with set interval. (169) - Support AWS S3 storages. (164) - Move `typing_extensions` from requirements.txt to pyproject.toml. (161)
0.0.21
- Fix inner transport and connection pool instances closing. (147) - Improved error message when the storage type is incorrect. (138)
- Add `force_cache` extension to enforce the request to be cached, ignoring the HTTP headers. (117) - Fix issue where sqlite storage cache get deleted immediately. (119) - Support float numbers for storage ttl. (107)
0.0.18
- Fix issue where freshness cannot be calculated to re-send request. (104) - Add `cache_disabled` extension to temporarily disable the cache (109) - Update `datetime.datetime.utcnow()` to `datetime.datetime.now(datetime.timezone.utc)` since `datetime.datetime.utcnow()` has been deprecated. (111)