Releases: cognitedata/dotnet-extractor-utils
Releases · cognitedata/dotnet-extractor-utils
Release v1.0.0-alpha-024
Native tokens auth
Release v1.0.0-alpha-023
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
Create CODEOWNERS (#68)
Release v1.0.0-alpha-021
Separate SDK extensions
Release v1.0.0-alpha-020
Queue buffering (#56) Automatically push events and points to a local file if inserting into CDF fails. Once a push or call to login/status succeeds, read points or events back in chunks and push them to CDF.
Release v1.0.0-alpha-019
Fix "missing body in POST request" Happened if InsertDataPointsIgnoreErrors was called and all timeseries were invalid. CDF would return an error if there were no timeseries/datapoints in the request.
Release v1.0.0-alpha-018
Add some further flexibility to inserting raw
Release v1.0.0-alpha-017
- Improvements and bug fixes in the State Store
Release v1.0.0-alpha-016
- Improve Configuration Utilities by allowing the user to register extra config types in the service collection
Release v1.0.0-alpha-015
- State Storage:
- Save progress of time series extraction (first and last timestamps in CDF) using LiteDB and CDF Raw
- Functionality to obtain the time series extraction range from CDF
- CDF Events