What's Changed
This release adds a new configuration (DOCKER_API_VERSION) that lets you pin and downgrade the Docker Engine API version. This was needed because Docker Engine v29 introduced breaking changes that affect Docker.DotNet and Testcontainers for .NET. This release pins the API version to 1.44. So far, no issues or negative side effects have been observed.
I am also working on updating Docker.DotNet to make it fully compatible with Docker Engine v29. There is already a work-in-progress PR.
Thanks to all the contributors who helped with this release 👍.
⚠️ Breaking Changes
- feat: Add KurrentDb module (#1583) @diegosasw
🚀 Features
- feat: Add KurrentDb module (#1583) @diegosasw
- chore: Bump NuGet dependencies (#1578) @HofmeisterAn
- feat: Add .NET 10 support (#1572) @HofmeisterAn
- feat: Support configuring Docker API version (#1576) @HofmeisterAn
- feat: Add Mosquitto module (#1522) @EtherZa
- feat: Add Toxiproxy module (#1454) @iltertaha
- feat: Add Grafana module (#1509) @thomhurst
- feat: Add Playwright module (#1288) @alimahboubi
🐛 Bug Fixes
- fix(Milvus): Set DEPLOY_MODE=STANDALONE (necessary for v2.6+) (#1569) @verdie-g
- fix: Set Kusto wait strategy encoding to UTF-8 (#1567) @MattKotsenas
- fix: Split ALL_CHANGED_FILES on any whitespace (#1566) @HofmeisterAn
📖 Documentation
- docs: Use correct comment characters for C# language (#1564) @HofmeisterAn
🧹 Housekeeping
- feat: Add SLNX file (#1579) @HofmeisterAn
- chore: Update Toxiproxy NuGet dependency to a .NET compatible version (#1568) @HofmeisterAn
- chore: Add script to detect which tests to run in CI (#1563) @HofmeisterAn
- chore: Make the continuous delivery job fork-friendly (#1559) @0xced
- feat: Prepare next release cycle (4.9.0) (#1561) @HofmeisterAn