Skip to content

Releases: cognitedata/dotnet-simulator-utils

Release v1.0.0-beta-014

06 Mar 10:04
800ef10
Compare
Choose a tag to compare
fix: retry init due to intermittent errors on extraction pipeline (#240)

- Generally, extraction pipeline errors should not stop the connector from being initialised / running
- however, there are cases when the extraction pipeline create/byids fails on startup due to whatever reasons (the API itself is soon to be replaced with v2, so I don't think it's wise to dig for the root cause)
- This is a problem, because some people rely on the ext pipeline notifications (e.g. connector is down), and previously the pipeline would be off if the initialisation failed from the get go
- This patch allows the ext pipeline to be initialized later on runtime whenever it's needed

Release v1.0.0-beta-013

18 Feb 14:45
ffbd236
Compare
Choose a tag to compare
attempt to address stability issues (#237)

* attempt to address stability issues

* update changelog

* update test

* update test

* fix sample interfaces

* use extractorutils retry

* update changelog

* update defaults

* log sdk defaults

* remove modifications from cdftest client

Release v1.0.0-beta-012

07 Feb 08:38
03d9195
Compare
Choose a tag to compare
feat: remove redundant "simulator" config section [POFSP-890] (#231)

- refactor legacy for-loop code that was built to support multiple simulators
- propagate Simulator definition via dotnet DI

Release v1.0.0-beta-011

05 Feb 13:32
39e384e
Compare
Choose a tag to compare
feat: prevent old simulation runs from piling up [POFSP-915] (#230)

* fix: prevent old simulation runs from piling up
* changelog & release

Release v1.0.0-beta-010

10 Dec 09:19
085fe36
Compare
Choose a tag to compare
feat: support large files (#219)

- support files up to 8 gb (theoretically)
- retry download a few times, instead of forever
- do not allow large (512+) MB files to be downloaded&parsed "on a fly"
- allow the file to be re-downloaded when re-parsing triggered and file was never downloaded before

Release v1.0.0-beta-009

22 Nov 14:31
d255dc4
Compare
Choose a tag to compare
smart loading for the routine library [POFSP-844] (#207)

Only load items outside of already fetched time range (same as done for model library). This becomes more crucial now, since we only support 20 items per page for the routine revision list endpoint.

Release v1.0.0-beta-008

01 Nov 11:59
1bba434
Compare
Choose a tag to compare
Set default library update interval to 10s, remove extra config prope…

Release v1.0.0-beta-007

29 Oct 11:36
1aaedb5
Compare
Choose a tag to compare
do not swallow api errors on connector startup (#200)

* do not swallow api errors on connector startup
* mode logs in routine base impl
* increase timeout on soft restart

Release v1.0.0-beta-006

25 Oct 10:50
bd15d89
Compare
Choose a tag to compare
feat: override log severity, adopt future breaking changes (#196)

- override min log severity level per simulation run
- adopt `IncludeAllFields` property and smaller response pages on routine revisions list
- minor rename in prop filter

Release v1.0.0-beta-005

10 Oct 14:26
d1247a2
Compare
Choose a tag to compare
target to netstandard2 (#190)