Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 820 Bytes

File metadata and controls

20 lines (12 loc) · 820 Bytes

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