Skip to content

Releases: cognitedata/dotnet-simulator-utils

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)

Release v1.0.0-beta-004

10 Oct 12:54
f15a56a
Compare
Choose a tag to compare
Add changelog and release beta-004 (#189)

adding the changelog for more visibility (since we are beta now)

Release v1.0.0-beta-003

03 Oct 09:09
57196a3
Compare
Choose a tag to compare
fix: Upgrade to .NET 8 (#184)

* Upgrade to .NET 8

* Update LangVersion

* Update version in GH actions

Release v1.0.0-beta-002

01 Oct 13:31
b36395f
Compare
Choose a tag to compare
[POFSP-628] fix remote logger + refactor (#150)

Fix the issue where the remote logger didn't respect the minimum log level setting

Release v1.0.0-beta-001

11 Sep 14:19
3284695
Compare
Choose a tag to compare
release beta version (#165)