Skip to content

Workflow Engine 9.0.0

Choose a tag to compare

@optimajet optimajet released this 20 Apr 17:53
· 45 commits to master since this release

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).