Release Notes
Bug Fixes
- Bump the minimum version of
aiohttp-client-cache>=0.12.3
to fix an issue with the latest version ofaiohttp
. (124
{.interpreted-text role="issue_hydro"})
Breaking Changes
- Drop support for Python 3.8 since its end-of-life date is October 2024.
- Remove all exceptions from the main module and raise them from the
exceptions
module. This is to declutter the public API and make it easier to maintain.