v0.10.2
·
100 commits
to v0.x.x
since this release
Frequenz Dispatch Client Library Release Notes
Summary
Upgrading
New Features
dispatch-clisupports now the parameter--typeand--runningto 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 for
DispatchApiClient.__init__():default_timeout: timedelta(default: 60 seconds)stream_timeout: timedelta(default: 5 minutes)
Bug Fixes
What's Changed
- Add two new filters by @Marenz in #167
- Add timeouts to all api calls by @Marenz in #169
- Widen base-client dependency to 0.12.0 by @Marenz in #171
Full Changelog: v0.10.1...v0.10.2