You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
two once=True listeners registered with the same name and topic now raise DuplicateListenerError instead of silently coexisting. Use distinct names, or the new if_exists parameter, to register more than one once-listener under a shared name+topic.
Bus.add_listener now returns a Subscription instead of None. Callers that asserted the return was None must update; callers that ignore the return are unaffected.
Features
add typed sync facades for all domain entity classes (#1020) (c0b2f0c)
add if_exists to bus handler registration (#1015) (dd1cb28)
runtime detection of forgotten await on registration methods (#1019) (61e36be)
Bug Fixes
cli: show degraded telemetry status on 503 instead of exiting (#1016) (67b537e)