Skip to content

Releases: cognitedata/cognite-sdk-dotnet

Release v1.0.14

23 Jun 07:41
4c59a67
Compare
Choose a tag to compare
Release v1.0.14 Pre-release
Pre-release
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

17 Jun 14:36
Compare
Choose a tag to compare
Release v1.0.13 Pre-release
Pre-release
Add get row by key

Release v1.0.12

16 Jun 14:56
Compare
Choose a tag to compare
Release v1.0.12 Pre-release
Pre-release
Add tests for functions

Release v1.0.11

11 Jun 13:00
Compare
Choose a tag to compare
Release v1.0.11 Pre-release
Pre-release
Add ignoreUnkownIds to retrieve methods

Release v1.0.10

10 Jun 12:34
8a9c736
Compare
Choose a tag to compare
Release v1.0.10 Pre-release
Pre-release
Add stringify to externaldi (#208)

Release v1.0.9

08 Jun 13:48
6096ec3
Compare
Choose a tag to compare
Release v1.0.9 Pre-release
Pre-release
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.