Releases: cognitedata/cognite-sdk-dotnet
Releases · cognitedata/cognite-sdk-dotnet
Release v1.0.14
Rewrite label filtering [CDF-7434] (#213) * New LabelFilter class used to create (contains, containsAll, containsAny) label filters * Rewrite UpdateLabel object * Change RootId test so it mirrors the odata test, checking that all asset roots point to themselves via RootId * Add test for labels containsAll case (AND-filter)
Release v1.0.13
Add get row by key
Release v1.0.12
Add tests for functions
Release v1.0.11
Add ignoreUnkownIds to retrieve methods
Release v1.0.10
Add stringify to externaldi (#208)
Release v1.0.9
Feature/labels [CDF-6463] (#206) * Add support for Labels in Assets * Improve separation between V1 and Playground * Move Relationships resource to Playground namespace * Add support for Assets Count in playground * Add tests for labeled assets * Obsolete tag on all label attributes (warns user that labels are in development and only accessible in playground) * Change relationships return types to match other resources * Move Oryx shadow types to separate file * Remove playground named versions of handler functions (both in v1 and playground). Make Relationships use 'normal' handler functions instead. The Exception is searchPlayground, because relationship search isn't immediately compatible with the normal search function.