Releases: optimajet/WorkflowServer
Releases · optimajet/WorkflowServer
Workflow Server 9.2.0
Features
- Workflow Engine has been upgraded to version 21.1.2, refer to the release notes for more information.
- Added support for retrying the database connection on application startup. This option can be enabled in config.json.
Bug Fixes
- Fixed the Docker container startup script for the application in the public repository.
- Fixed an issue where importing a BPMN diagram in the Designer could fail.
Workflow Server 9.1.0
Features
- Workflow Engine has been upgraded to version
20.0.8refer to the release notes for more information.
Dependencies
- Updated
lodash-esfrom4.17.23to4.18.1. - Updated
picomatchfrom2.3.1to2.3.2. - Updated
yamlfrom1.10.2to1.10.3. - Updated
flattedfrom3.3.3to3.4.2. - Updated
terser-webpack-pluginfrom5.3.16to5.3.17. - Updated
ajvfrom6.12.6to6.14.0. - Updated
qsfrom6.13.0to6.14.2. - Updated
body-parserfrom1.20.3to1.20.4. - Removed the
serialize-javascriptdependency.
Bug Fixes
- Fixed an issue where Request Headers settings were not being saved correctly in the
Basic plugin.
Workflow Server 9.0.3
Features
- Workflow Engine has been upgraded to version
20.0.5refer to the release notes for more information.
Dependencies
- Updated
expressfrom4.21.2to4.22.1. - Updated
qsfrom6.13.0to6.14.1. - Updated
element-plusfrom2.11.9to2.13.2. - Updated
node-fetchfrom2.6.7to2.7.0.
Workflow Server 9.0.2
Features
- Workflow Engine has been upgraded to version
20.0.4refer to the release notes for more information. - Cleaned up unused code in the public GitHub repository.
Dependencies
- Removed the
react-colordependency.
Workflow Server 9.0.1
Features
- Workflow Engine has been upgraded to version
20.0.3refer to the release notes for more information.
Dependencies
- Updated
node-forgefrom1.3.1to1.3.2.
Workflow Server 9.0.0
Breaking Changes
- Updated Vue from 2.6.14 to 3.5.22 to address security vulnerabilities in the Designer. If you use custom Vue templates, you must update them to work with Vue 3 version. See the migration guide for details.
- Authentication Update: Workflow Server has fully migrated to
OpenID Connectauthentication.Basic authenticationis no longer supported in theAdmin Panel.- The
AccessTokenmechanism has been removed from the API. Please refer to the configuration guide for details on how to set upOpenID Connect.
Features
- Workflow Engine has been upgraded to version
20.0.2, refer to the release notes for more information. - Added support for registering custom
Client CredentialsinOpenId Connect. Learn more in the documentation.
Bug Fixes
- Fixed an issue where setting up
OpenID Connectrequired registering an external server even when it was no necessary.
Dependencies
- Removed the
@babel/polyfillpackage. - Updated
core-jsfrom2.6.12to3.46.0. - Added the new package
regenerator-runtimeversion0.14.1.
Workflow Server 8.1.0
Dependencies
- Updated
OpenIddictfrom6.0.0to7.1.0.
Bug Fixes
- Fixed an issue that affected the
Client Credentials flowinOpenId Connectintroduced in version8.0.0. - Fixed
Access Tokenhandling in the API. For more details, refer to the documentation. - Fixed incorrect display of the
TRIAL licensestatus on the dashboard. - Corrected a typo in the "Run Workflow" label in the
designer.
Workflow Server 8.0.0
Breaking changes
- Replaced
IdentityServer4withOpenIddict. You can find usage instructions here. - Removed
Workflow Server Forms.
Dependencies
- Updated
on-headersfrom1.0.2to1.1.0.
Workflow Server 7.2.0
Features
- Workflow Engine has been upgraded to version
17.3.0, refer to the release notes for more information. Workflow Server Formshave been marked as deprecated and will be removed in the next major release.- The current
IdentityServerimplementation will be replaced withOpenIddictin the next major release.
Bug Fixes
- Fixed an issue where it was necessary to duplicate the
Base URLin everycallback namein theCallback API.
Dependencies
- Updated
brace-expansionfrom1.1.11to1.1.12. - Updated
@eslint/plugin-kitfrom0.3.1to0.3.4. - Updated
form-datafrom4.0.0to4.0.4.
Workflow Server 7.1.0
Features
- Workflow Engine has been upgraded to version
17.2.0, refer to the release notes for more information. - Added support for
Persistenceparameters in theSetActivityWithExecutionendpoint ofWorkflowApi. - Enabled the use of
loginandemailas user identifiers in theFillApproversUsersactivity. - Added support for
roleshandling in parallel approvers within theFillApproversRoles.
Dependencies
- Updated
http-proxy-middlewarefrom version2.0.7to2.0.9.