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
test_utils: complete event simulation for AppTestHarness (#525)
scheduler: trigger-based API redesign + frontend integration (specs 032+033) (#517)
test_utils:RecordingApi.get_entity and get_entity_or_none now require an explicit BaseEntity subclass model argument, matching the production Api.get_entity signature. The previous BaseState-sentinel default silently aliased to get_state() and hid real bugs in test apps that forgot the model argument. Callers that want registry-converted state without a specific entity model should call get_state(entity_id) instead.
redesign Docker startup deps with constraints-based protection (#480)
Features
add error handlers for event listeners and scheduled jobs (#575) (3ef61df)
add execution timeout enforcement for scheduler jobs and event handlers (#552) (97b4cdc)
add resource dependency ordering with wave-based startup/shutdown (#584) (9a97898)