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 Instancebutton has been replaced withRun Workflowin the designer for improved clarity.
Dependencies
oidc-clienthas been replaced withoidc-client-ts.react-router-domhas been removed as it is no longer required.path-to-regexphas been updated from0.1.10to0.01.12.expresshas been updated from4.21.1to4.21.2.nanoidhas been updated from3.3.6to3.3.8.Microsoft/SignalRhas been updated from8.0.0to8.0.7.wshas been updated from7.5.9to7.5.10.cross-spawnhas been updated from7.0.3to7.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 Schemespage.
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-middlewarehas been updated from version2.0.6to2.0.7.cookiehas been updated from version0.6.0to0.7.1.expresshas been updated from version4.21.0to4.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. Nodehas been updated to version20.17.0.
Dependencies
serve-statichas been updated from version1.15.0to1.16.2.micromatchhas been updated from version4.0.5to4.0.8.webpackhas been updated from version5.76.0to5.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
uploadSchememethod inDesignerApicould throw an exception. - Fixed an issue causing WorkflowServer to have prolonged startup times in developer mode.
- Fixed an issue where
CodeActionmight not save correctly in developer mode. - Fixed an issue where
RealTimeTrackingPluginfailed 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
CodeActionin 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
bracesdependency has been updated from version3.0.2to3.0.3. - Updated
wsfrom version7.5.9to7.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 instanceicon in the designer.
Dependencies
- The
Microsoft.AspNetCore.Authentication.JwtBearerlibrary has been updated to3.1.32. - The
microsoft/signalRlibrary has been updated from3.1.9to8.0.0. - The
IdentityServer4library has been updated from4.1.1to4.1.2. - The
react-virtualizedlibrary has been updated from9.22.3to9.22.5.
Bugfixes
- Fixed a typo
Exeptionsin the JSON error message.