Added - Support for `ignore_unknown_ids` in `client.functions.retrieve_multiple` method.
6.24.1
Fixed - Bugfix for `AssetsAPI.create_hierarchy` when running in upsert mode: It could skip certain updates above the single-request create limit (currently 1000 assets).
6.24.0
Fixed - Bugfix for `FilesAPI.upload` and `FilesAPI.upload_bytes` not raising an error on file contents upload failure. Now `CogniteFileUploadError` is raised based on upload response.
6.23.0
Added - Supporting for deleting constraints and indexes on containers.
Changed - The abstract class `Index` can no longer be instantiated. Use BTreeIndex or InvertedIndex instead.
6.22.0
Added - `client.data_modeling.instances.subscribe` which lets you subscribe to a given data modeling query and receive updates through a provided callback. - Example on how to use the subscribe method to sync nodes to a local sqlite db.
6.21.1
Fixed - Concurrent usage of the `CogniteClient` could result in API calls being made with the wrong value for `api_subversion`.