Releases: optimajet/WorkflowServer
Releases · optimajet/WorkflowServer
Workflow Server 6.2.0
Features
- Workflow Engine has been upgraded to version 16.3.0, refer to the release notes for more information.
- The
Create an Instance
button has been replaced withRun Workflow
in the designer for improved clarity.
Dependencies
oidc-client
has been replaced withoidc-client-ts
.react-router-dom
has been removed as it is no longer required.path-to-regexp
has been updated from0.1.10
to0.01.12
.express
has been updated from4.21.1
to4.21.2
.nanoid
has been updated from3.3.6
to3.3.8
.Microsoft/SignalR
has been updated from8.0.0
to8.0.7
.ws
has been updated from7.5.9
to7.5.10
.cross-spawn
has been updated from7.0.3
to7.0.6
.
Workflow Server 6.1.0
Features
- BPMN Plugin: added
WorkflowEngine.NETCore-BpmnPlugin
. This plugin enables the import of bpmn schemes. - Fixed an issue where the install and uninstall service scripts fail.
- Fixed an issue causing an unnecessary page reload when opening schemes in
Workflow/Manage Schemes
page.
Workflow Server 6.0.0
Features
- Workflow Engine has been upgraded to version 16.1.0, refer to the release notes for more information.
Dependencies
http-proxy-middleware
has been updated from version2.0.6
to2.0.7
.cookie
has been updated from version0.6.0
to0.7.1
.express
has been updated from version4.21.0
to4.21.1
.
Workflow Server 5.3.0
Features
- Workflow Engine has been upgraded to version 14.1.0, refer to
the release notes for more information. Node
has been updated to version20.17.0
.
Dependencies
serve-static
has been updated from version1.15.0
to1.16.2
.micromatch
has been updated from version4.0.5
to4.0.8
.webpack
has been updated from version5.76.0
to5.94.0
.
Workflow Server 5.2.3
Bug Fixes
- Fixed a visual glitch in plugin settings behavior after a page refresh.
- Fixed an issue where the
uploadScheme
method inDesignerApi
could throw an exception. - Fixed an issue causing WorkflowServer to have prolonged startup times in developer mode.
- Fixed an issue where
CodeAction
might not save correctly in developer mode. - Fixed an issue where
RealTimeTrackingPlugin
failed to initialize in developer mode.
Workflow Server 5.2.2
Features
- Workflow Engine has been upgraded to version 13.3.0, refer to the release notes for more information.
Bug Fixes
- Fixed an issue occurring during the creation of
CodeAction
in Developer Mode.
Workflow Server 5.2.1
Features
- Workflow Engine has been upgraded to version 13.2.2, refer to the release notes for more information.
Bug Fixes
- Fixed errors occurring during report generation on PostgreSQL, MySQL, and MongoDB.
- Fixed an issue caused by attempting to delete all processes on an incomplete page.
- Added the Real Time Tracking Plugin name to the localization.
- Fixed an issue where the Real Time Tracking Plugin was not initializing.
- Fixed an issue with prolonged loading of the "Manage instances" page.
Workflow Server 5.2.0
Dependencies
- The
braces
dependency has been updated from version3.0.2
to3.0.3
. - Updated
ws
from version7.5.9
to7.6.10
.
Features
- Workflow Engine has been upgraded to version 13.2.1, refer to the release notes for more information.
- New Migrator tool: introduced
WorkflowEngine.NETCore-Migrator
. The database update method has been changed to use the mechanism from WorkflowEngine. - Real-Time Tracking Plugin: added
WorkflowEngine.NETCore-RealTimeTrackingPlugin
. This plugin enables real-time tracking of process states.
Workflow Server 5.1.0
Features
- Workflow Engine has been upgraded to version 12.2.0, refer to the release notes for more information.
Bugfixes
- Callback API now correctly displays enabled or disabled status.
Workflow Server 5.0.0
Breaking changes
- WorkflowEngine has been updated to version 12.1.1, refer to the release notes for more information.
- WorkflowServer has been updated to .NET 8.
Features
- Added documentation for the Workflow API response.
- Added the ability to add custom HTTP headers for admin and frontend servers.
- Added the ability to register your own services in a DI container.
- Added a
Create an instance
icon in the designer.
Dependencies
- The
Microsoft.AspNetCore.Authentication.JwtBearer
library has been updated to3.1.32
. - The
microsoft/signalR
library has been updated from3.1.9
to8.0.0
. - The
IdentityServer4
library has been updated from4.1.1
to4.1.2
. - The
react-virtualized
library has been updated from9.22.3
to9.22.5
.
Bugfixes
- Fixed a typo
Exeptions
in the JSON error message.