Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 694 Bytes

File metadata and controls

19 lines (11 loc) · 694 Bytes

Dispatch Highlevel Interface Release Notes

Summary

Upgrading

  • Two properties have been replaced by methods that require a type as parameter.
    • Dispatcher.lifecycle_events has been replaced by the method Dispatcher.new_lifecycle_events_receiver(self, type: str).
    • Dispatcher.running_status_change has been replaced by the method Dispatcher.new_running_state_event_receiver(self, type: str).

New Features

Bug Fixes