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)