New
v3.17
What's Changed
- #1368: SqlClient dependency update to fix vulnerability by @Abrakadabr in https://github.com/danielgerlag/workflow-core/pull/1370
- feat: Add .NET 8.0 support for Oracle persistence provider and improve test infrastructure by @henriquepagno in https://github.com/danielgerlag/workflow-core/pull/1369
- fix: use timestamp with time zone in PostgreSQL by @yi-Xu-0100 in https://github.com/danielgerlag/workflow-core/pull/1374
- Add RabbitMQ.Client v7 support by migrating to async API by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1384
- Update OpenTelemetry to 1.12.0 and fix breaking API changes by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1387
- Add .NET 8.0 support to MySQL persistence provider to fix CoreTypeMappingParameters error by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1383
- Fix workflow consumer greylist removal to prevent workflows stuck in "Pending" status by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1382
- Upgrade Entity Framework from version 8 to 9 for .NET 8.0 builds by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1388
- Removed hard coded Max Concurrent Items in Event Consumer. by @dekrevedko in https://github.com/danielgerlag/workflow-core/pull/980
- Upgrade System.Linq.Dynamic.Core to 1.6.0 and fix breaking changes by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1389
- fix type error by @weibaohui in https://github.com/danielgerlag/workflow-core/pull/1256
- Fix Entity Framework Core pending model changes warning using dynamic ProductVersion by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1390
- Fix PostgreSQL DateTime compatibility issue in ActivityController by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1392
- Add comprehensive documentation for Sample08 (Human/User Workflow) by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1394
- Fix DynamoDB UpdateExpression syntax error in MarkEventUnprocessed method by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1397
- Add detailed individual test result reporting to GitHub Actions workflows by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1400
- Add LINQ database query optimizations for large data scenarios by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1399
- Fix StopAsync to properly await async task completion in workflow steps by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1401
- Add configurable ObjectSerializer for MongoDB persistence to allow user type deserialization by @Copilot in https://github.com/danielgerlag/workflow-core/pull/1391
New Contributors
- @Abrakadabr made their first contribution in https://github.com/danielgerlag/workflow-core/pull/1370
- @henriquepagno made their first contribution in https://github.com/danielgerlag/workflow-core/pull/1369
- @yi-Xu-0100 made their first contribution in https://github.com/danielgerlag/workflow-core/pull/1374
- @Copilot made their first contribution in https://github.com/danielgerlag/workflow-core/pull/1384
- @dekrevedko made their first contribution in https://github.com/danielgerlag/workflow-core/pull/980
- @weibaohui made their first contribution in https://github.com/danielgerlag/workflow-core/pull/1256
Full Changelog: https://github.com/danielgerlag/workflow-core/compare/v3.14.0...v3.17.0