Skip to content

Version 0.1.0a2

Released March 4th, 2026

Added

  • Listeners now able to wait for cache changes:
    • confirm parameter in Cache: listen() and subscribe().
    • If True, listener not dispatched until cache updates.
    • If False, listener dispatches as soon as the cache gets the event.
    • Allows
  • confirm parameter to Backend setter methods.

Changed

  • Backend setter methods now return asyncio.Future[None] | None rather than None.