Changed - The `AssetHierarchy` class would consider assets linking their parent by ID only as orphans, contradicting the docstring stating "All assets linking a parent by ID are assumed valid". This is now true (they are no longer considered orphans).
6.8.0
Added - Support for annotations reverse lookup.
6.7.1
Fixed - Needless function "as_id" on View as it was already inherited Added - Flag "all_versions" on data_modeling.data_models.retrieve() to retrieve all versions of a data model or only the latest one - Extra documentation on how to delete edges and nodes. - Support for using full Node and Edge objects when deleting instances.
6.7.0
Added - Support for applying graphql dml using `client.data_modeling.graphql.apply_dml()`.
6.6.1
Improved - Added convenience function to instantiate a `CogniteClient.default(...)` to save the users from typing the default URLs.
6.6.0
Fixed - Support for query and sync endpoints across instances in the Data Modeling API with the implementation `client.data_modeling.instances`, the methods `query` and `sync`.