- Two properties have been replaced by methods that require a type as parameter.
Dispatcher.lifecycle_eventshas been replaced by the methodDispatcher.new_lifecycle_events_receiver(self, type: str).Dispatcher.running_status_changehas been replaced by the methodDispatcher.new_running_state_event_receiver(self, type: str).