Skip to content

Releases: cachekit-io/cachekit-rs

cachekit-rs: v0.3.0

26 Apr 09:12
Immutable release. Only release title and notes can be modified.
36d5ff9

Choose a tag to compare

0.3.0 (2026-04-26)

Features

  • unsync feature flag for ?Send contexts (#16) (c52c3f2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • cachekit-macros bumped from 0.2.0 to 0.3.0

cachekit-rs: v0.2.0

26 Apr 01:54
Immutable release. Only release title and notes can be modified.
2afeacf

Choose a tag to compare

0.2.0 (2026-04-26)

Features

  • CachekitIO backend full parity — session, metrics, SSRF, errors, locking, TTL (88f1344)
  • CachekitIO backend full parity (session, metrics, SSRF, locking, TTL) (b8bc4bb)
  • implement #[cachekit] proc-macro and Workers backend (7ae2f05)
  • implement Backend and TtlInspectable traits with wasm32 support (fa8e612)
  • implement Blake2b-256 cache key generation (0bb1df0)
  • implement CacheKit client with L1 cache and builder pattern (5fb63e7)
  • implement CachekitConfig with builder and env parsing (8caad1d)
  • implement CachekitIO HTTP backend for native targets (556d935)
  • implement error types with HTTP status mapping (219e737)
  • implement L1 in-memory cache with per-entry TTL via moka Expiry (c458f6c)
  • implement MessagePack serializer (e97cd82)
  • implement Redis backend with TtlInspectable support (4777e3a)
  • implement zero-knowledge encryption layer with AAD v0x03 (3ced335)

Bug Fixes

  • resolve critical issues from expert panel review (41d2189)
  • serialize config env var tests to prevent race condition (79a1359)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • cachekit-macros bumped from 0.1 to 0.2.0

cachekit-macros: v0.3.0

26 Apr 09:12
Immutable release. Only release title and notes can be modified.
36d5ff9

Choose a tag to compare

0.3.0 (2026-04-26)

Miscellaneous

  • cachekit-macros: Synchronize cachekit-rs versions

cachekit-macros: v0.2.0

26 Apr 01:54
Immutable release. Only release title and notes can be modified.
2afeacf

Choose a tag to compare

0.2.0 (2026-04-26)

Features

  • implement #[cachekit] proc-macro and Workers backend (7ae2f05)

Bug Fixes

  • resolve critical issues from expert panel review (41d2189)