* Remove `types-redis` from dev dependencies (#336)
* Bump redis to 6.0.0 and address async `.close()` deprecation warning (#336)
* Avoid race condition when unlinking files in `FileStorage`. (#334)
* Allow prodiving a `path_prefix` in `S3Storage` and `AsyncS3Storage`. (#342)
- Update BuildRequires and Suggests from pyproject.toml
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=15
* Added a Logging section to the documentation.
* Don't raise an exception if the `Date` header is not present.
* Ignore file not found error when cleaning up a file storage.
* Fix `AssertionError` on `client.close()` when use
SQLiteStorage.
* Fix ignored flags when use `force_cache`.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=9
- update to 0.0.30:
* Fix cache update on revalidation response with content
(rfc9111 section 4.3.3)
* Fix request extensions that were not passed into revalidation
request for transport-based implementation (but were
* passed for the pool-based impl) (#247).
* Add `cache_private` property to the controller to support
acting as shared cache.
* Improve efficiency of scanning cached responses in
`FileStorage` by reducing number of syscalls.
* Add `remove` support for storages
OBS-URL: https://build.opensuse.org/request/show/1199446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hishel?expand=0&rev=4
* Fix cache update on revalidation response with content
(rfc9111 section 4.3.3)
* Fix request extensions that were not passed into revalidation
request for transport-based implementation (but were
* passed for the pool-based impl) (#247).
* Add `cache_private` property to the controller to support
acting as shared cache.
* Improve efficiency of scanning cached responses in
`FileStorage` by reducing number of syscalls.
* Add `remove` support for storages
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=7