Releases: karpetrosyan/hishel
Releases · karpetrosyan/hishel
Version 0.1.1
Changelog
0.1.1 (2nd Nov, 2024)
- FIx typig extensions nor found. (#290)
Version 0.1.0
Changelog
0.1.0 (2nd Nov, 2024)
- Add support for Python 3.12 / drop Python 3.8. (#286)
- Specify usedforsecurity=False in blake2b. (#285)
Contributors
Version 0.0.33
Changelog
0.0.33 (4th Oct, 2024)
- Added a Logging section to the documentation.
Version 0.0.32
Changelog
0.0.32 (27th Sep, 2024)
- Don't raise an exception if the
Date
header is not present. (#273)
Version 0.0.30
Changelog
0.0.30 (12th July, 2024)
- Fix cache update on revalidation response with content (rfc9111 section 4.3.3) (#239)
- 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. (#224)
- Improve efficiency of scanning cached responses in
FileStorage
by reducing number of syscalls. (#252)
- Add
remove
support for storages (#241)
Version 0.0.29
Changelog
0.0.29 (23th June, 2024)
- Add
revalidated
response extension. (#242)
Version 0.0.27
Changelog
0.0.27 (31th May, 2024)
- Fix
RedisStorage
when using without ttl. (#231)
Version 0.0.26
Changelog
0.0.26 (12th April, 2024)
- Expose
AsyncBaseStorage
and BaseStorage
. (#220)
- Prevent cache hits from resetting the ttl. (#215)
Version 0.0.25
Changelog
0.0.25 (26th March, 2024)
- Add
force_cache
property to the controller, allowing RFC9111 rules to be completely disabled. (#204)
- Add
.gitignore
to cache directory created by FIleStorage
. (#197)
- Remove
stale_*
headers from the CacheControl
class. (#199)