* Major refactor of the lib * Tests coverage 99.8% * New feature: full support for cache-control headers (no-cache, no-store, max-age, max-stale, expires, ...)
0.2.0
What's Changed * Add 'Filecache' support by obendidi in https://github.com/obendidi/httpx-cache/pull/2 * Feature/refactor by obendidi in https://github.com/obendidi/httpx-cache/pull/3
Initial release with: - In memory dict cache store - Support for cache-controle headers - Sync cache transport for httpx - Async cache transport for httpx