Skip to content

Releases: cognitedata/dotnet-extractor-utils

Release v1.0.0-alpha-020

21 Jul 07:16
61096ab
Compare
Choose a tag to compare
Pre-release
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

06 Jul 12:00
Compare
Choose a tag to compare
Pre-release
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

26 Jun 12:33
Compare
Choose a tag to compare
Pre-release
Add some further flexibility to inserting raw

Release v1.0.0-alpha-017

22 Jun 06:48
aae077f
Compare
Choose a tag to compare
Pre-release
  • Improvements and bug fixes in the State Store

Release v1.0.0-alpha-016

18 Jun 10:32
c415a25
Compare
Choose a tag to compare
Pre-release
  • Improve Configuration Utilities by allowing the user to register extra config types in the service collection

Release v1.0.0-alpha-015

17 Jun 13:08
95fe820
Compare
Choose a tag to compare
Pre-release
  • 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

Release v1.0.0-alpha-014

17 Jun 12:34
ea59a2f
Compare
Choose a tag to compare
Pre-release

This version is broken.

Release v1.0.0-alpha-013

15 Jun 13:05
f72c612
Compare
Choose a tag to compare
Pre-release
  • Support for CDF Assets
  • Functionality to delete ranges of data points in CDF
  • Other improvements:
    • Http client retry/timeout policies are configurable
    • Remove data points with timestamps outside CDF bounds
    • Option to build time series objects asynchronously

Release v1.0.0-alpha-012

10 Jun 09:04
Compare
Choose a tag to compare
Pre-release
Option to not set http client in AddCogniteClient

Release v1.0.0-alpha-011

28 May 07:47
0b25ab5
Compare
Choose a tag to compare
Pre-release
  • Improvements to configuration utilities:
    • Version check is not mandatory
    • Abstract method to generate default config values
    • Add configuration for the SDK logging level and logging format
  • Improved performance of data chunking
  • CDF Raw:
    • Insert rows subject to chunking and throttling configuration
    • Raw upload queues