Skip to content

Releases: optimajet/WorkflowEngine.NET

Workflow Engine 10.0.0

13 Jul 16:22
Compare
Choose a tag to compare

Please use version 10.0.1 instead of version 10.0.0.

Designer

Providers

  • The System.Linq.Dynamic.Core dependency has been removed from the MongoDB provider.

Workflow Engine 9.1.1

02 Jun 11:53
Compare
Choose a tag to compare

Providers

  • A bug has been fixed in the MongoDB provider, where incorrect entries were being created in ApprovalHistory.

Workflow Engine 9.1.0

24 May 23:15
Compare
Choose a tag to compare

Designer

  • Now all data from error response is thrown into the onError callbacks of the Designer.load, Designer.save and others functions.

And other minor improvements and fixes.

Workflow Engine 9.0.2

10 May 16:49
Compare
Choose a tag to compare

Designer

  • Fixed a bug with moving the selected activity.

Workflow Engine 9.0.1

03 May 17:45
Compare
Choose a tag to compare

Designer

  • Fixed filling types for custom activities.

Workflow Engine 9.0.0

20 Apr 17:53
Compare
Choose a tag to compare

Breaking changes

  • The Oracle database provider has been updated to netstandard2.1 target framework. The update is due to vulnerabilities found in previous versions of the Oracle.ManagedDataAccess.Core package. This means that the Oracle database provider can no longer be used with the .NET Framework, since netstandard2.1 is not supported on the .NET Framework. If you don't use an Oracle database, this change is not breaking for you.

Core

  • Changes in the procedure for obtaining license and trial keys, you can read more here.

Samples

  • Removed Oracle sample for .NET Framework.
  • Removed Oracle sample for .NET Framework (WebForms).

Workflow Engine 8.1.0

01 Mar 15:13
Compare
Choose a tag to compare

Designer

  • The size of POST requests to Designer API has been reduced.

Samples

  • Updated log4net, sharpcompress, Microsoft.Data.SqlClient, System.Text.Encodings.Web dependencies in the Framework examples.

Plugins

  • Updated SSH.NET, SharpZipLib dependencies in FilesPlugin.

Core

  • Removed SharpZipLib dependency.

Workflow Engine 8.0.0

21 Feb 17:00
Compare
Choose a tag to compare

There are no changes to the .NET libraries. In this version, only Workflow Designer packages are updated.

Designer

  • The style-loader package has been moved from dependencies to dev dependencies.
  • Updated some NPM packages in the Workflow Designer examples.
  • @optimajet/workflow-designer-angular package updated to Angular 15.
    This is breaking changes for this package.
  • Added an option to get a Vue instance, see our documentation for details.

Workflow Engine 7.3.0

13 Feb 16:01
Compare
Choose a tag to compare

Core

Designer

  • Improved text display for RTL languages.
  • Fixed the location of the activity when creating in Firefox.
  • Changing the language no longer resets the schema state.

Workflow Engine 7.2.3

05 Dec 13:54
Compare
Choose a tag to compare

Providers

  • Added sort parameter for LoadGlobalParametersWithNamesAsync, LoadGlobalParametersAsync and LoadGlobalParametersWithPagingAsync
    methods of the IPersistenceProvider.
  • Sorting of global parameters is implemented by all persistence providers.

Core

  • Fixed a bug with type mutations of default process parameters (fields of static instances of the ParameterDefinition class
    in DefaultDefinitions are made immutable).

Designer

  • Improved usability of zooming/scrolling.
  • Fixed a bug in workflow-designer-angular that caused apiurl not to change on the fly.