All notable changes to this project will be documented in this file.
- Support model revision file size up to 8GB (previously 2GB). This is theoretical limit, as the actual limit is determined by the available memory, disk space and the performance of the system.
- Improve the scalability of the connector by sending fewer requests to the routine revision list endpoint.
- Breaking deleted
model-library.state-store-interval
configuration option. Usemodel-library.library-update-interval
instead. - Increased default refresh interval for the model library and routine library to 10 seconds.
- Increased the default timeout for the soft restart of the connector to 10 seconds after the failure.
- More debug logs on simulation routine base methods.
- Fixed the issue where error during startup was being swallowed and connector would not be re-started after.
- Added a possibility of overridding the minimum log level for each simulation run
- Fix the target framework to be netstandard2.0 to support older .NET versions (introduced in v1.0.0-beta-003)
- Fix the scheduler issue where the simulation was not getting correct run time when being executed in non-UTC time zone environments.
- Fix the issue which caused the connector with enabled extraction pipeline to get stuck in a loop upon any API error.
- Bump .NET SDK version to 8.
- Bump multiple dependencies.
- Fix the issue where the remote (API) logger didn't respect the minimum log level setting.
- Breaking Change - Remote logger config moved to the
logger.remote
section in the configuration file, instead of being in theconnector.api-logger
section.
- Initial release to beta.