Skip to content

Release notes for the March 9, 2025 update

Update Version 4.1.202503071815

New Features

Added silent option for the application deployment and update.

Silent option allows to automate application deployment and update by allowing to execute setup and update scripts in a non-interactive way suitable to launch them from batch files or any other ambient process. Among other applications, the option is useful to automate maintenance of high availability or remote peer nodes.

Use the following options to run deployment in the silent mode:

  • Windows: ./setup.ps1 -eula -silent
  • Linux: ./setup.sh -eula -silent

Use the following options to run application update in the silent mode:

  • Windows: ./update.ps1 -eula -silent
  • Linux: ./update.sh -eula -silent

Security

  • Updated application WEB container to the last version.

  • Updated FIPS Public Key Infrastructure API to the last version.

  • Updated application WEB client framework to the last version.

  • Updated REST API data processing component to the last version.

  • Improved code security when displaying context help, list of available icons, initializing script library and updating out of the box asset types.

Fixes

  • Fixed the issue with displaying nested asset references in the GUI lists.

  • Fixed the issue with displaying help message of the application Windows installer.