- Fixed a bug that allowed users to use `save_response()` and `from_client_response()` with an incorrect `expires` argument without throwing any warnings or errors.
0.12.3
- Revert some changes from `v0.12.0`, and add alternative fix for compatibility with aiohttp 3.10.6+
0.12.2
- Fixed a regression in `v0.12.0` when the `request_info` property was unavailable on a cached response. (!260)
0.12.1
- Fixed `get_encoding()` access after unpickling. (256)
0.12.0
- Add support for Python 3.13 - Fix `CachedResponse.is_expired` check to consider any errors as "expired". (!252) - Fix compatibility with aiohttp 3.10.6+ (251) - Now `CachedResponse` inherits from the `aiohttp.ClientResponse`.
0.11.1
- Fix compatibility with aiosqlite 0.20 - Add complete type hints for `CachedSession.get()`, `post()`, etc. for compatibility with aiohttp 3.10 - Remove usage of `datetime.utcnow()` (deprecated in python 3.12)