Skip to content

v0.11.0

Choose a tag to compare

@cachekit-release-bot cachekit-release-bot released this 21 Jun 00:35
9749121

0.11.0 (2026-06-20)

⚠ BREAKING CHANGES

  • orjson is no longer installed by pip install cachekit. To use the orjson serializer (serializer="orjson" or OrjsonSerializer), install cachekit[json]. Without it, get_serializer("orjson") raises an ImportError with an actionable install hint.

Features

  • make orjson an optional dependency (cachekit[json]) (#196) (4512a2a)

Security