Releases: cognitedata/dotnet-extractor-utils
Releases · cognitedata/dotnet-extractor-utils
Release v1.24.2
Fix issue with custom type converters and ConfigToString (#440)
Release v1.24.1
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
Make operation scheduler async internally (#431)
Release v1.23.4
Bump Cognite SDK and release (#422)
Release v1.23.3
Fix null datapoints again (#417) * Fix null datapoints again * Bump version
Release v1.23.2
Do not skip bad datapoints (#416) * Do not skip bad datapoints * Bump version
Release v1.23.1
Fix some edge cases in status codes validation (#415) * Fix some edge cases in status codes validation * Nit
Release v1.23.0
Promote status codes to GA (#413) * Promote status codes to GA * Update verify * Fix tests
Release v1.22.2
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
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