Fixed - All data modeling endpoints will now be retried. This was not the case for POST endpoints.
6.14.1
Fixed - Passing `sources` as a tuple no longer raises `ValueError` in `InstancesAPI.retrieve`.
6.14.0
Changed - Don't terminate client.time_series.subscriptions.iterate_data() when `has_next=false` as more data may be returned in the future. Instead we return the `has_next` field in the batch, and let the user decide whether to terminate iteration. This is a breaking change, but this particular API is still in beta and thus we reserve the right to break it without bumping the major version.
6.13.3
Fixed - Fixed bug in `ViewApply.properties` had type hint `ConnectionDefinition` instead of `ConnectionDefinitionApply`. - Fixed bug in `dump` methods of `ViewApply.properties` causing the return code `400` with message `Request had 1 constraint violations. Please fix the request and try again. [type must not be null]` to be returned from the CDF API.
6.13.2
Fixed - Fixed bug in `Index.load` that would raise `TypeError` when trying to load `indexes`, when an unexpected field was encountered (e.g. during a call to `client.data_modeling.container.list`).
6.13.1
Fixed - Fixed bug when calling a `retrieve`, `list`, or `create` in `client.data_modeling.container` raised a `TypeError`. This is caused by additions of fields to the API, this is now fixed by ignoring unknown fields.