Releases: cognitedata/dotnet-simulator-utils
Releases · cognitedata/dotnet-simulator-utils
Release v1.0.0-beta-014
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
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
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
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
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)