Skip to content

SEAL Operator 1.3.0


New Features

  • MongoDB is no longer included in the installation of SEAL Operator. For how to install and configure MongoDB, refer to the SEAL-specific MongoDB documentation.

  • LOG_DELETED_TASK_ITEMS is available for specifying if the deletion of task input items will be logged in the deletedInputItems task parameter.

  • A SharePoint system can be connected to SEAL Operator. For more information, refer to Connect a SharePoint System

  • RLI_STOP_ON_ERROR is available for specifying if on any document error the creation of a DPF job is stopped or if the error is logged into the reprolist document data (only for creating DPF job via RLI).

  • If a CA certificate has been specified, the SEAL Operator services and all other components suchs as MongoDB and Consul require a client certificate from their correspondent client components. This would require corresponding properties of the certificate and would be a high effort. A complete explanation of how to use client certificates is beyond the scope of this documentation. The chapters containing the security configuration have been changed accordingly.

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

  • AUTH_ADDITIONAL_SCOPES is available for specifying additional scopes for OAuth 2.

  • AUTH_TOKEN_TYPE is available for specifying the type of the token used for the authentication against the REST API.


Bug-Fixes

  • The bug that the owner of a PLOSSYS 4 task was not used as user name when starting the task has been fixed.

  • The bug with importing repro list files via Web Server has been fixed.

  • The bug with parameters containing blanks has been fixed.

  • The bug with overlapping texts in the user interface has been fixed.

  • The bug that tasks which have been deleted are still displayed has been fixed.

  • The default of the Color parameter in panel.json has been corrected.


Back to top