3.1.0
版本发布时间: 2023-04-28 21:49:20
testcontainers/testcontainers-dotnet最新发布版本:3.6.0(2023-11-11 03:49:34)
What's Changed
⚠️ Breaking Changes
- As mentioned in the two previous releases, we replaced the legacy extension method modules with a dedicated API. We recommend moving forward to the new API. In this release, all classes and interfaces related to the legacy extension method approach have been removed.
🚀 Features
- feat: Add default session-id label to Docker resources (#878) @HofmeisterAn
- feat: Expose host ports (#873) @HofmeisterAn
- feat: Automatically detect Docker Desktop for Linux rootless socket (#872) @HofmeisterAn
- feat: Replace Azurite module (#871) @HofmeisterAn
- feat: Add .NET Source Link to modules (#870) @HofmeisterAn
- feat: Detect rootless Docker endpoint configurations (#868) @HofmeisterAn
- feat: Always use Docker's assigned random host port (Ryuk) (#852) @HofmeisterAn
- feat: Add container builder member to depend on other Docker resources (#832) @HofmeisterAn
- feat: Add K3s module (#835) @adar2
- feat: Replace CosmosDb module (#833) @AButler
- feat: Add WebDriver module (#780) @ShaharM7
🐛 Bug Fixes
- fix: KafkaException (timeout) while creating a topic (#849) @HofmeisterAn
- fix: Log Docker image build progress messages (#839) @HofmeisterAn
📖 Documentation
- docs: Explain how to delete multi-stage intermediate layers (#867) @HofmeisterAn
- docs: Explain the Docker build context (building a Docker image) (#861) @HofmeisterAn
- docs: Update ASP.NET Core Blazor out-off-process example (#838) @HofmeisterAn
- docs: Update the documentation and WeatherForecast example (#823) @HofmeisterAn
🧹 Housekeeping
- chore: Update Ryuk image from version 0.3.4 to 0.4.0 (#854) @HofmeisterAn
- chore: Update LocalStack image from version 1.4 to 2.0 (#864) @HofmeisterAn
- chore: Update Redpanda image (#840) @eddumelendez
- feat: Prepare next release cycle (3.1.0) (#822) @HofmeisterAn