Skip to content

Releases: optimajet/WorkflowServer

Workflow Server 9.2.0

22 Jun 08:52

Choose a tag to compare

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

10 Apr 13:54

Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 20.0.8 refer to the release notes for more information.

Dependencies

  • Updated lodash-es from 4.17.23 to 4.18.1.
  • Updated picomatch from 2.3.1 to 2.3.2.
  • Updated yaml from 1.10.2 to 1.10.3.
  • Updated flatted from 3.3.3 to 3.4.2.
  • Updated terser-webpack-plugin from 5.3.16 to 5.3.17.
  • Updated ajv from 6.12.6 to 6.14.0.
  • Updated qs from 6.13.0 to 6.14.2.
  • Updated body-parser from 1.20.3 to 1.20.4.
  • Removed the serialize-javascript dependency.

Bug Fixes

  • Fixed an issue where Request Headers settings were not being saved correctly in the Basic plugin.

Workflow Server 9.0.3

18 Feb 13:28

Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 20.0.5 refer to the release notes for more information.

Dependencies

  • Updated express from 4.21.2 to 4.22.1.
  • Updated qs from 6.13.0 to 6.14.1.
  • Updated element-plus from 2.11.9 to 2.13.2.
  • Updated node-fetch from 2.6.7 to 2.7.0.

Workflow Server 9.0.2

13 Jan 12:10

Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 20.0.4 refer to the release notes for more information.
  • Cleaned up unused code in the public GitHub repository.

Dependencies

  • Removed the react-color dependency.

Workflow Server 9.0.1

02 Dec 15:17

Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 20.0.3 refer to the release notes for more information.

Dependencies

  • Updated node-forge from 1.3.1 to 1.3.2.

Workflow Server 9.0.0

26 Nov 18:55

Choose a tag to compare

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 Connect authentication.
    • Basic authentication is no longer supported in the Admin Panel.
    • The AccessToken mechanism has been removed from the API. Please refer to the configuration guide for details on how to set up OpenID 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 Credentials in OpenId Connect. Learn more in the documentation.

Bug Fixes

  • Fixed an issue where setting up OpenID Connect required registering an external server even when it was no necessary.

Dependencies

  • Removed the @babel/polyfill package.
  • Updated core-js from 2.6.12 to 3.46.0.
  • Added the new package regenerator-runtime version 0.14.1.

Workflow Server 8.1.0

20 Oct 15:48

Choose a tag to compare

Dependencies

  • Updated OpenIddict from 6.0.0 to 7.1.0.

Bug Fixes

  • Fixed an issue that affected the Client Credentials flow in OpenId Connect introduced in version 8.0.0.
  • Fixed Access Token handling in the API. For more details, refer to the documentation.
  • Fixed incorrect display of the TRIAL license status on the dashboard.
  • Corrected a typo in the "Run Workflow" label in the designer.

Workflow Server 8.0.0

11 Sep 18:08

Choose a tag to compare

Breaking changes

  • Replaced IdentityServer4 with OpenIddict. You can find usage instructions here.
  • Removed Workflow Server Forms.

Dependencies

  • Updated on-headers from 1.0.2 to 1.1.0.

Workflow Server 7.2.0

14 Aug 11:47

Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 17.3.0, refer to the release notes for more information.
  • Workflow Server Forms have been marked as deprecated and will be removed in the next major release.
  • The current IdentityServer implementation will be replaced with OpenIddict in the next major release.

Bug Fixes

  • Fixed an issue where it was necessary to duplicate the Base URL in every callback name in the Callback API.

Dependencies

  • Updated brace-expansion from 1.1.11 to 1.1.12.
  • Updated @eslint/plugin-kit from 0.3.1 to 0.3.4.
  • Updated form-data from 4.0.0 to 4.0.4.

Workflow Server 7.1.0

26 Jun 17:37

Choose a tag to compare

Features

  • Workflow Engine has been upgraded to version 17.2.0, refer to the release notes for more information.
  • Added support for Persistence parameters in the SetActivityWithExecution endpoint of WorkflowApi.
  • Enabled the use of login and email as user identifiers in the FillApproversUsers activity.
  • Added support for roles handling in parallel approvers within the FillApproversRoles.

Dependencies

  • Updated http-proxy-middleware from version 2.0.7 to 2.0.9.