Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
0.1.1 - 2026-07-04¶
Changed¶
- Config prefix renamed from
cachetocaching, keeping the ecosystem rule (prefix = package name suffix). Acache:block is no longer read — rename it tocaching:. Breaking only for configs written against 0.1.0.
0.1.0 - 2026-07-03¶
Added¶
@cacheabledecorator (sync + async; the awaited result is cached).CacheBackendprotocol; user backends replace the built-in automatically.InMemoryCacheBackend: thread-safe LRU with per-entry TTL.CacheSettings(prefixcache):enabled,default_ttl_seconds,max_entries.- Auto-discovery through the
pico_boot.modulesentry point; zero-config.