Skip to content

Releases: cognitedata/dotnet-extractor-utils

Release v1.24.2

19 Jun 05:26
334a510
Compare
Choose a tag to compare
Fix issue with custom type converters and ConfigToString (#440)

Release v1.24.1

18 Jun 07:36
205c564
Compare
Choose a tag to compare
Add option to add custom type converters (#438)

Co-authored-by: cognite-bulldozer[bot] <51074376+cognite-bulldozer[bot]@users.noreply.github.com>

Release v1.24.0

13 Jun 10:28
5839dc3
Compare
Choose a tag to compare
Make operation scheduler async internally (#431)

Release v1.23.4

21 May 10:39
64cfa2a
Compare
Choose a tag to compare
Bump Cognite SDK and release (#422)

Release v1.23.3

08 May 12:14
9e271b4
Compare
Choose a tag to compare
Fix null datapoints again (#417)

* Fix null datapoints again

* Bump version

Release v1.23.2

08 May 08:51
4ca72b5
Compare
Choose a tag to compare
Do not skip bad datapoints (#416)

* Do not skip bad datapoints

* Bump version

Release v1.23.1

08 May 07:34
5696958
Compare
Choose a tag to compare
Fix some edge cases in status codes validation (#415)

* Fix some edge cases in status codes validation

* Nit

Release v1.23.0

08 May 05:25
90e3673
Compare
Choose a tag to compare
Promote status codes to GA (#413)

* Promote status codes to GA

* Update verify

* Fix tests

Release v1.22.2

07 May 06:18
9ed4c63
Compare
Choose a tag to compare
Fix issue with token renewal (#411)

The token would be stored as renewed even if the request itself failed,
which is very wrong.

Release v1.22.1

02 May 07:09
18b8c13
Compare
Choose a tag to compare
Fix cleaning of missing parentExternalId requests (#409)

* Fix cleaning of missing parentExternalId requests

We need to exclude assets included in the request when doing this.

* Bump version