Skip to content

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 27 May 14:40
· 100 commits to v0.x.x since this release
v0.10.2
8db06d9

Frequenz Dispatch Client Library Release Notes

Summary

Upgrading

New Features

  • dispatch-cli supports now the parameter --type and --running to filter the list of running services by type and status, respectively.
  • Every call now has a default timeout of 60 seconds, streams terminate after five minutes. This can be influenced by the two new parameters forDispatchApiClient.__init__():
    • default_timeout: timedelta (default: 60 seconds)
    • stream_timeout: timedelta (default: 5 minutes)

Bug Fixes

What's Changed

Full Changelog: v0.10.1...v0.10.2