Skip to content

Releases: cognitedata/dotnet-extractor-utils

Release v1.0.0-alpha-030

10 Mar 07:59
9db8541
Compare
Choose a tag to compare
Pre-release
Metrics timeout fix

Release v1.0.0-alpha-029

08 Mar 07:51
a372f51
Compare
Choose a tag to compare
Pre-release
Update SDK to 1.5.0-beta-03

Release v1.0.0-alpha-028

07 Dec 09:17
a86ad4e
Compare
Choose a tag to compare
Pre-release
Add general OAuth2/OIDC option (#80)

Add option to provide a token url directly, instaed of an AAD tenant.
Also provide an (optional) resource parameter.

Update example config

Release v1.0.0-alpha-027

18 Nov 13:33
2c05056
Compare
Choose a tag to compare
Pre-release
Properly handle null-metadata values (#79)

These cause errors if sent to CDF. We should handle them during sanitation.

Release v1.0.0-alpha-026

02 Nov 07:00
Compare
Choose a tag to compare
Pre-release
Replace calls to GetByteCount with a safe alternative

Release v1.0.0-alpha-025

19 Oct 10:18
e0a1419
Compare
Choose a tag to compare
Pre-release
Fixes for error handling

Release v1.0.0-alpha-024

16 Oct 08:23
65e2116
Compare
Choose a tag to compare
Pre-release
Native tokens auth

Release v1.0.0-alpha-023

21 Sep 08:31
3435cd1
Compare
Choose a tag to compare
Pre-release
Asset create fixes (#69)

Three small fixes to asset create sanitation:
 - Add labels, this was missing due to a bug in the API.
 - Properly handle parentExternalId, there was a missing comparer there
 - Report null name. Null asset name will result in an error.

Release v1.0.0-alpha-022

14 Sep 07:27
658456a
Compare
Choose a tag to compare
Pre-release
Create CODEOWNERS (#68)

Release v1.0.0-alpha-021

26 Aug 13:47
ed227d5
Compare
Choose a tag to compare
Pre-release
Separate SDK extensions