Skip to content

v0.15.0

Choose a tag to compare

@cachekit-release-bot cachekit-release-bot released this 23 Jul 08:54
1a35694

0.15.0 (2026-07-23)

⚠ BREAKING CHANGES

  • the no-op adaptive_timeout decorator kwarg, the TimeoutConfig nested config, DecoratorConfig.timeout, and ProfileConfig.adaptive_timeout are removed; CircuitBreaker.call() and .call_async() are removed (use should_allow_request() + record_success() / record_failure()). All were non-functional or dead in production.

Code Refactoring

  • remove non-functional adaptive timeout, dead CircuitBreaker.call, unused tenacity (LAB-522) (#239) (5ade101)