Releases: optimajet/DWKit
Releases · optimajet/DWKit
Release list
DWKit 5.0.0
- Updated .NET to version 10.0. You can download it here.
- Workflow Engine has been upgraded to version 21.1.1, refer to the release notes for more information.
- Updated Workflow Designer to version 21.1.1.
- Updated vulnerable backend dependencies:
- log4net (2.0.15 -> 3.3.1)
- ClosedXML (0.94.2 -> 0.105.0)
- Quartz (3.0.7 -> 3.18.1)
- Microsoft.AspNetCore.Authentication.JwtBearer (2.1.30 -> 10.0.9)
- Microsoft.AspNetCore.Authentication.OpenIdConnect (3.1.0 -> 10.0.9)
- Updated the PostgreSQL provider dependency to Npgsql 10.0.3.
- Replaced
System.Data.SqlClientwithMicrosoft.Data.SqlClientin the MS SQL provider and starter applications. - Removed redundant
PackageReferenceentries.
Update manual
Database:
- Run the SQL script Workflow_update_5_2_4_to_21_1_1.sql for all relative databases:
DWKit 4.0.1
- Fixed a bug causing incorrect field mapping generation when using "Generate Data Model".
DWKit 4.0.0
- Updated .NET to version 8.0. You can download it here.
- In scripts using Docker Compose, the
docker-composecommand has been replaced withdocker compose.
DWKit 3.7.0
- Fixed an issue causing an exception during DWKit startup or operation if the project references specific types of assemblies.
- Fixed a bug where, in certain code actions, the parameter object had an incorrect type.
- Updated vulnerable dependencies:
- Npgsql (4.1.3.1 -> 4.1.14)
- System.Data.SqlClient (4.8.5 -> 4.8.6)
- Microsoft.IdentityModel.JsonWebTokens (5.6.0 -> 5.7.0)
DWKit 3.6.0
- Workflow Engine has been upgraded to version 9.0.0, refer to the release notes for more information.
- Form Builder has been upgraded to version 1.10.0.
- Other minor improvements and fixes.