Skip to content

Releases: cachekit-io/cachekit-py

v0.3.1

22 Feb 05:03
0892453

Choose a tag to compare

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
9847ef9

Choose a tag to compare

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
6d8916d

Choose a tag to compare

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)

v0.2.2

18 Dec 00:50
88cc957

Choose a tag to compare

0.2.2 (2025-12-18)

Bug Fixes

  • fail-fast import guard for ArrowSerializer when pyarrow missing (#29) (e6ab19e)

v0.2.1

17 Dec 22:59
c9b0751

Choose a tag to compare

0.2.1 (2025-12-17)

Bug Fixes

  • resolve async implementation bugs and race conditions (#26) (f75477a)

v0.2.0

16 Dec 05:53
f81ba46

Choose a tag to compare

0.2.0 (2025-12-16)

Features

  • add FileBackend for filesystem-based caching (#18) (e73b865)