Skip to content

Releases: frequenz-floss/frequenz-dispatch-python

v0.2.0

24 Jul 13:14
v0.2.0
0a37bb8
Compare
Choose a tag to compare

Dispatch Highlevel Interface Release Notes

Upgrading

  • An API key for authorization must now be passed to the client.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 May 14:32
v0.1.0
08c8c07
Compare
Choose a tag to compare

Dispatch Highlevel Interface Release Notes

Summary

This is the first release of the highlevel dispatch interface!

Upgrading

  • Dispatcher.ready_to_execute() was renamed to Dispatcher.running_status_change()

New Features

  • Introduced new class Dispatch (based on the client class) that contains useful functions and extended information about the received dispatch.
  • Dispatcher.client was added to provide an easy access to the client for updating, deleting and creating dispatches

What's Changed

New Contributors

Full Changelog: https://github.com/frequenz-floss/frequenz-dispatch-python/commits/v0.1.0