Skip to content

Latest commit

 

History

History
82 lines (40 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

82 lines (40 loc) · 2.22 KB

Change Log

All notable changes to this project will be documented in this file.

Release v1.0.0-beta-010 (2024-12-06)

Features

  • 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.

Release v1.0.0-beta-009 (2024-11-22)

Bug Fixes

  • Improve the scalability of the connector by sending fewer requests to the routine revision list endpoint.

Release v1.0.0-beta-008 (2024-11-01)

Features

  • Breaking deleted model-library.state-store-interval configuration option. Use model-library.library-update-interval instead.
  • Increased default refresh interval for the model library and routine library to 10 seconds.

Release v1.0.0-beta-007 (2024-10-29)

Features

  • 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.

Bug Fixes

  • Fixed the issue where error during startup was being swallowed and connector would not be re-started after.

Release v1.0.0-beta-006 (2024-10-25)

Features

  • Added a possibility of overridding the minimum log level for each simulation run

Release v1.0.0-beta-005 (2024-10-10)

Bug Fixes

  • Fix the target framework to be netstandard2.0 to support older .NET versions (introduced in v1.0.0-beta-003)

Release v1.0.0-beta-004 (2024-10-10)

Bug Fixes

  • 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.

Release v1.0.0-beta-003 (2024-10-03)

Chore

  • Bump .NET SDK version to 8.
  • Bump multiple dependencies.

Release v1.0.0-beta-002 (2024-10-01)

Bug Fixes

  • Fix the issue where the remote (API) logger didn't respect the minimum log level setting.

Features

  • Breaking Change - Remote logger config moved to the logger.remote section in the configuration file, instead of being in the connector.api-logger section.

Release v1.0.0-beta-001 (2024-09-11)

Features

  • Initial release to beta.