Workflow Engine 17.1.0
May 23, 2025
Overview
Workflow Engine 17.1.0 focuses on provider reliability, dependency modernization, and Web API package updates.
Why update
- Fix PostgreSQL migration schema behavior with
Search Path. - Get compatibility and maintenance improvements from updated MongoDB and MySQL drivers.
- Get package compatibility and security updates across core, providers, plugins, and Web API.
Key features
- Replaced legacy signed MongoDB driver with official
MongoDB.Driver. - Replaced
MySql.DatawithMySqlConnector. - Updated DataEngine integration in Workflow API.
Changelog
Update instructions
Update all Workflow Engine packages to 17.1.0 and validate provider-specific dependencies in your environment.
Enhancements
- Replaced the MongoDB driver from
MongoDB.Driver.signed2.14.1withMongoDB.Driver2.30.0. - Replaced the MySQL driver from
MySql.Data8.0.28withMySqlConnector2.4.0. - Updated dependencies in the
OptimaJet.Workflow.Corepackage:System.Text.RegularExpressionsto version4.3.1. - Updated dependencies in the
OptimaJet.Workflow.MSSQLandOptimaJet.Workflow.Migratorpackages:Microsoft.IdentityModel.JsonWebTokensto8.10.0,System.IdentityModel.Tokens.Jwtto8.10.0,System.Runtime.Cachingto8.0.1,Microsoft.Identity.Clientto4.72.1,Azure.Identityto1.14.0. - Updated dependencies in the
OptimaJet.Workflow.FilesPluginpackage:System.Net.Securityto version4.3.2. - Updated dependencies in the
OptimaJet.Workflow.NexmoPluginpackage:System.Text.Encodings.Webto version8.0.0. - Updated dependencies in the
OptimaJet.Workflow.SQLitepackage:Microsoft.Data.Sqliteto version8.0.16,System.Text.Jsonto version8.0.5. - Updated dependencies in the
OptimaJet.Workflow.TwilioPluginpackage:Microsoft.IdentityModel.JsonWebTokensto version8.10.0,System.IdentityModel.Tokens.Jwtto version8.10.0. - Updated dependencies in Designer:
http-proxy-middlewarefrom version2.0.6to2.0.9,@babel/helpersfrom version7.23.8to7.27.0. DataEnginehas been updated from version1.1.1to1.2.0in Workflow API.- Updated
MongoDB.Driverfrom version2.24.0to2.30.0in Workflow API. - Updated dependencies in the
OptimaJet.Workflow.Api.Mssqlpackage:System.Text.Jsonto version8.0.5.
Bug fixes
- Fixed an issue in PostgreSQL migrations where objects were created in the wrong schema when a
Search Pathwas specified. - Fixed a bug in Designer where the
Booleantype was missing from the list of available parameter types.
Resources
- DataEngine release notes: DataEngine.NET 1.2.0.
Security
- Replaced
MongoDB.Driver.signed2.14.1withMongoDB.Driver2.30.0, addressing CVE-2022-48282 (GHSA-7j9m-j397-g4wx); affected range<2.19.0, fixed in2.19.0. - Updated
http-proxy-middlewarefrom2.0.6to2.0.9in Designer dependencies, addressing CVE-2024-21536 (GHSA-c7qv-q95q-8v27, affected<2.0.7, fixed in2.0.7), CVE-2025-32996 (GHSA-4www-5p9h-95mh, affected>=2.0.0and<2.0.8, fixed in2.0.8), and CVE-2025-32997 (GHSA-9gqv-wp59-fq42, affected>=2.0.0and<2.0.9, fixed in2.0.9). - Updated
@babel/helpersfrom7.23.8to7.27.0in Designer dependencies, addressing CVE-2025-27789 (GHSA-968p-4wvh-cqc8); affected<7.26.10, fixed in7.26.10.