Added - Support for `concurrencyPolicy` property in Workflows `TransformationsWorker`.
6.38.1
Fixed - `onFailure` property in Workflows was expected as mandatory and was raising KeyError if it was not returned by the API. The SDK now assumes the field to be optional and loads it as None instead of raising an error.
6.38.0
Added - Support `onFailure` property in Workflows, allowing marking Tasks as optional in a Workflow.
6.37.0
Added - Support for `type` property in `NodeApply` and `Node`.
6.36.0
Added - Support for listing members of Data Point Subscription, `client.time_series.subscriptions.list_member_time_series()`. Note this is an experimental feature.
6.35.0
Added - Support for `through` on node result set expressions.
Fixed - `unit` on properties in data modeling. This was typed as a string, but it is in fact a direct relation.