Releases: requests-cache/aiohttp-client-cache
Releases · requests-cache/aiohttp-client-cache
v0.12.2
Fixed a regression in v0.12.0
when the request_info
property was unavailable on a cached response.
See Changelog for details.
v0.12
This is a small release containing a few bugfixes and compatibility updates. Note that previously cached data will be invalidated after updating.
See Changelog for details.
v0.10
This release adds support for conditional requests, as well as some minor compatibility fixes and error handling.
See Changelog for details, and see Milestones for a complete list of issues and PRs.
v0.9
Mainly compatibility and bugfixes. See Changelog for details
v0.8: SQLite improvements and compatibility fixes
v0.7: Response properties, async filters, and dependency & compatibility fixes
v0.6: Session cookie support, faster bulk delete, and improved request matching