Fixed - When cache lookup did not yield a token for `CredentialProvider`s like `OAuthDeviceCode` or `OAuthInteractive`, a `TypeError` could be raised instead of initiating their authentication flow.
6.28.1
Improved - Warning when using alpha/beta features.
6.28.0
Added - Support for the WorkflowOrchestrationAPI with the implementation `client.workflows`.
6.27.0
Changed - Reduce concurrency in data modeling client to 1
6.26.0
Added - Support `partition` and `cursor` parameters on `time_series.subscriptions.iterate_data` - Include the `cursor` attribute on `DatapointSubscriptionBatch`, which is yielded in every iteration of `time_series.subscriptions.iterate_data`.
6.25.3
Added - Support for setting and retrieving `data_set_id` in data class `client.data_classes.ThreeDModel`.