Skip to content

Releases: cognitedata/dotnet-extractor-utils

Release v1.29.0

19 Nov 09:34
de68c22
Compare
Choose a tag to compare
Some utils for stream records (#493)

* Some utils for stream records

* Bump version

* Set logger

Release v1.28.0

06 Nov 14:23
f44a1f5
Compare
Choose a tag to compare
Add support for CDM Assets (#488)

* Add support for CDM Assets

* passthrough view identifiers as metric labels

* add testing method that allows capturing intermediary values

* bump version

* make parent summary persistent

* cleanup

Release v1.27.1

22 Oct 08:27
6f6e1ed
Compare
Choose a tag to compare
Avoid overwriting InsertDataPointsAsync in destination (#481)

Release v1.27.0

14 Oct 09:00
1223279
Compare
Choose a tag to compare
Promote CDM TimeSeries support to GA (#479)

* support CDM TimeSeries in GA

* bump version

* route datapoints insertion to correct method in CDM TS

Release v1.26.1

17 Sep 05:27
6edf7fa
Compare
Choose a tag to compare
Add jitter (#470)

Release v1.26.0

10 Sep 10:19
ac2539d
Compare
Choose a tag to compare
CDM TS Improvements (#467)

* Add DM-specific throttling/chunking configuration options

* remove unnecessary datapoint generics

Release v1.25.0

09 Sep 11:43
0e07bea
Compare
Choose a tag to compare
Add Support for CDM TimeSeries (#461)

* add CDM TimeSeries destination, remove status codes logic that moved to the SDK

* reorder enum values

* add maturity level indicators to public methods

Release v1.24.5

30 Aug 11:34
b4b06ea
Compare
Choose a tag to compare
Revert LiteDB version (#462)

There is an issue here: https://github.com/mbdavid/LiteDB/issues/2536,
which I believe is causing flaky behavior in the OPC-UA tests.

Release v1.24.4

29 Aug 05:47
56c4e74
Compare
Choose a tag to compare
Handle asset not in dict during update result handling (#460)

This happens if only _some_ assets in the update have parents.

Release v1.24.3

20 Jun 07:56
3d5765e
Compare
Choose a tag to compare
Fix custom converter serialization again (#441)

This time it should hopefully work.