Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

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.Data with MySqlConnector.
  • 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.signed 2.14.1 with MongoDB.Driver 2.30.0.
  • Replaced the MySQL driver from MySql.Data 8.0.28 with MySqlConnector 2.4.0.
  • Updated dependencies in the OptimaJet.Workflow.Core package: System.Text.RegularExpressions to version 4.3.1.
  • Updated dependencies in the OptimaJet.Workflow.MSSQL and OptimaJet.Workflow.Migrator packages: Microsoft.IdentityModel.JsonWebTokens to 8.10.0, System.IdentityModel.Tokens.Jwt to 8.10.0, System.Runtime.Caching to 8.0.1, Microsoft.Identity.Client to 4.72.1, Azure.Identity to 1.14.0.
  • Updated dependencies in the OptimaJet.Workflow.FilesPlugin package: System.Net.Security to version 4.3.2.
  • Updated dependencies in the OptimaJet.Workflow.NexmoPlugin package: System.Text.Encodings.Web to version 8.0.0.
  • Updated dependencies in the OptimaJet.Workflow.SQLite package: Microsoft.Data.Sqlite to version 8.0.16, System.Text.Json to version 8.0.5.
  • Updated dependencies in the OptimaJet.Workflow.TwilioPlugin package: Microsoft.IdentityModel.JsonWebTokens to version 8.10.0, System.IdentityModel.Tokens.Jwt to version 8.10.0.
  • Updated dependencies in Designer: http-proxy-middleware from version 2.0.6 to 2.0.9, @babel/helpers from version 7.23.8 to 7.27.0.
  • DataEngine has been updated from version 1.1.1 to 1.2.0 in Workflow API.
  • Updated MongoDB.Driver from version 2.24.0 to 2.30.0 in Workflow API.
  • Updated dependencies in the OptimaJet.Workflow.Api.Mssql package: System.Text.Json to version 8.0.5.

Bug fixes

  • Fixed an issue in PostgreSQL migrations where objects were created in the wrong schema when a Search Path was specified.
  • Fixed a bug in Designer where the Boolean type was missing from the list of available parameter types.

Resources

Security