Releases: zx80/cachetools-utils
Releases · zx80/cachetools-utils
v10.2
Allow to change the cipher within Salsa20, AES-128-CBC and ChaCha20.
v10.1
Add optional integrity check to EncryptedCache
.
Code cleanup.
Reorder memcached serialization formats.
v10.0
Add full_hash_key
function.
Add EncryptedCache
, ToBytesCache
and BytesCache
.
v9.3
Add opts
to provide additional parameters to cached when wrapping methods
and functions.
v9.2
- Simpler and more compact json cache key function.
v9.1
- Improve documentation.
- Add experimental
json_key
and hash_json_key
cache key functions.
v9.0
- Add
stats
method to return a convenient dict
of statistics.
- Improve type declarations.
- Add some tests.
- Test with (future) Python 3.14.
- Fix doc typo.
v8.6
- Add license section to README.
- Add
ruff
pass.
- Add Pypy 3.10 and Python 3.13 to CI.
v8.5
- improved typing
- updated CI
v8.4
- improved doc
- improved type checking