Releases: cachekit-io/cachekit-py
Releases · cachekit-io/cachekit-py
v0.7.0
28 May 11:39
Compare
Sorry, something went wrong.
No results found
0.7.0 (2026-05-28)
Features
add tuple preservation to AutoSerializer and 'pythonic' alias (#121 ) (4ab03d8 )
Bug Fixes
5 issues from encrypted-payload E2E testing (#127 ) (b1aab22 )
conform CachekitIOBackend.acquire_lock to LockableBackend protocol (#130 ) (835d20b )
preserve Python types in L1-only mode, allow cache_clear() on async (#117 ) (1fc506b )
v0.6.1
16 May 06:50
Compare
Sorry, something went wrong.
No results found
0.6.1 (2026-05-16)
Bug Fixes
invalidate_cache() with no args now clears all entries (#108 ) (f0dca32 )
v0.6.0
28 Apr 22:04
Compare
Sorry, something went wrong.
No results found
0.6.0 (2026-04-28)
Features
Bug Fixes
use local> preset ref for private renovate-config repo (#99 ) (bc30e7e )
v0.5.1
28 Mar 08:39
Compare
Sorry, something went wrong.
No results found
0.5.1 (2026-03-28)
Bug Fixes
fall back to CACHEKIT_MASTER_KEY env var in cache.secure decorator (#79 ) (7275e70 )
v0.5.0
27 Mar 11:22
Compare
Sorry, something went wrong.
No results found
0.5.0 (2026-03-27)
Features
add Memcached backend with pymemcache HashClient (#67 ) (a06e88a )
v0.4.1
26 Mar 21:52
Compare
Sorry, something went wrong.
No results found
0.4.1 (2026-03-23)
Bug Fixes
default L1-Status header for standalone CachekitIO usage (#64 ) (1eed9e4 )
v0.4.0
17 Mar 01:48
Compare
Sorry, something went wrong.
No results found
0.4.0 (2026-03-17)
Features
add CachekitIO SaaS backend with SSRF protection (#60 ) (472623e )
v0.3.1
22 Feb 05:03
Compare
Sorry, something went wrong.
No results found
0.3.1 (2026-02-22)
Bug Fixes
async cache_clear() TypeError + nested numpy serialization (#54 ) (5a9c8ca ), closes #50
lazy-load ArrowSerializer to avoid ImportError without pyarrow (#44 ) (065eb23 )
v0.3.0
13 Jan 00:21
Compare
Sorry, something went wrong.
No results found
0.3.0 (2025-12-18)
Features
extend key generator with Path, UUID, Decimal, Enum, datetime, and constrained numpy support (#38 ) (78e025a )
v0.2.3
18 Dec 03:01
Compare
Sorry, something went wrong.
No results found
0.2.3 (2025-12-18)
Bug Fixes
downgrade to edition 2021 and MSRV 1.80 for stable Rust compatibility (#32 ) (9b13722 )
use AliasChoices for REDIS_URL env var fallback (#35 ) (274a925 )