Skip to content

0.6.0

Latest

Choose a tag to compare

@GJCoke GJCoke released this 07 May 03:42
· 2 commits to main since this release

Changelog v0.6.0

Added:

  • Cross-instance call() support via Redis List + BLPOP
  • AsyncRedisCallManager — drop-in replacement for AsyncRedisManager with cross-instance call routing
  • Local short-circuit optimization when target client is on the same instance
  • CallError exception for cross-instance call failures
  • Optional dependency group: pip install fastapi-sio-di[redis]