Fixed - The deserialization `datetime` properties in `TypedNode`/`TypedEdge` now correctly handles truncated milliseconds.
7.58.3
Fixed - The parameter `query` is now optional in `client.data_modeling.instances.search(...)`.
7.58.2
Added - [Feature Preview - alpha] Support for `client.hosted_extractors.sources`.
7.58.1
Fixed - [Feature Preview - beta] data workflows: `workflowExecutionId` in `cognite.client.data_classes.workflows.WorkflowTriggerRun` can be null or missing, as according to the API spec.
7.58.0
Added - Data Workflows: add support for `SubworkflowReferenceParameters` subworkflow task type. Allowing embedding other workflows into a workflow.
7.57.0
Added - Add a `load` method to CogniteClient, ClientConfig, and CredenitalProvider (and all it's subclasses). - Add `apply_settings` method to `global_config` to pass in a dict of settings