Skip to content

Release Notes


1.2.2


New Features:

  • Node.js has been upgraded to version 20.16.0 due to security issues. (SOC-92)

Bug-Fixes:

  • The error messages for OIDC request errors have been improved. (SOC-99)

1.2.1


New Features:

  • Node.js has been updated to 20.12.2 due to security reasons. (SOC-86, SOC-87, SOC-90)

  • Option --localhttp is available to force the usage of HTTP when connecting to localhost. For more information, refer to Local HTTP Server. (SOC-55)


1.2.0


New Features:

  • New script create-webportal added for creating Web Portal shares in SEAL Operator. (SOC-79)

  • Node.js has been updated to version 16.19.1. (SOC-82)


1.1.4


New Features:


Bug-Fixes:

  • The bug with the refresh token has been fixed. (SOC-77)

  • The connection to Azure AD has been improved. (SOC-78)


1.1.2


New Features:

  • Node.js has been updated due to security vulnerability.

1.1.1


New Features:

  • Node.js has been updated due to security vulnerability.

1.1.0


New Features:

  • Node.js has been updated due to security vulnerability.

  • The installation script on Windows has been changed from a batch file to a PowerShell script.

  • The OPCLI_AUTH_ADDITIONAL_SCOPES environment variable and the --auth-additional-scopes command line parameter are available for specifying additional scopes for OAuth 2.

  • The OPCLI_AUTH_TOKEN_TYPE environment variable and the --auth-token-type command line parameter are available for specifying the type of the token used for the authentication against the REST API.


Bug-Fixes:

  • The bug with files whose names contain special characters has been fixed.

  • The output messages have been corrected.


Back to top