Skip to content

v3.17

Latest
Compare
Choose a tag to compare
@danielgerlag danielgerlag released this 11 Oct 03:09
3afbe2b

What's Changed

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

New Contributors

Full Changelog: v3.14.0...v3.17.0