What's Changed
This is likely the last release for this year, unless urgent fixes become necessary.
I want to mention a change introduced in the last major release, where we refactored the IImage
interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string)
, please ensure you pass the correct values to the constructor.
Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.
On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.
🚀 Features
- feat: Add Azure Service Bus module (#1309) @HofmeisterAn
- feat: Set ryuk.container.privileged default value to true (#1313) @HofmeisterAn
- feat: Remove
net6.0
and addnet9.0
TFM (#1311) @HofmeisterAn - feat: Introduce a new Testcontainers.Xunit package (#1165) @0xced
🐛 Bug Fixes
- fix: Postpone exception in
DbContainerFixture
to match the behavior ofContainerFixture
(#1310) @0xced - fix: Do not pre-pull scratch image (#1304) @HofmeisterAn
- fix: Add HTTP wait strategy to prevent race-condition in WaitUntilHttpRequestIsSucceededTest (#1299) @HofmeisterAn
- fix: Add HTTP wait strategy to prevent race-condition in TarOutputMemoryStreamTest (#1297) @HofmeisterAn
- fix: Prepend Docker Hub namespace to repository (#1287) @HofmeisterAn
📖 Documentation
- docs: Add low level API access (#1300) @HofmeisterAn
🧹 Housekeeping
- feat: Add Respawn example (#1307) @HofmeisterAn
- chore: Add test to ensure that all test projects are configured for CI (#1305) @0xced
- chore: Run each test project on a separate runner (#1295) @HofmeisterAn
- chore: Replace Docker.DotNet with the Testcontainers organization's build (#1292) @HofmeisterAn