Releases: cognitedata/dotnet-simulator-utils
Releases · cognitedata/dotnet-simulator-utils
Release v1.0.0-beta-010
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
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
Set default library update interval to 10s, remove extra config prope…
Release v1.0.0-beta-007
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
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
target to netstandard2 (#190)
Release v1.0.0-beta-004
Add changelog and release beta-004 (#189) adding the changelog for more visibility (since we are beta now)
Release v1.0.0-beta-003
fix: Upgrade to .NET 8 (#184) * Upgrade to .NET 8 * Update LangVersion * Update version in GH actions
Release v1.0.0-beta-002
[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
release beta version (#165)