3.2.0
版本发布时间: 2023-05-23 14:47:46
testcontainers/testcontainers-dotnet最新发布版本:3.6.0(2023-11-11 03:49:34)
What's Changed
🚀 Features
- feat: Add TC host strategy (#885) @HofmeisterAn
- feat: Add Keycloak module (#880) @VMelnalksnis
- feat: Add Docker image build policy (#882) @HofmeisterAn
🐛 Bug Fixes
- fix: Do not create a Port Forwarding Container instance if auto-discovery does not detect Docker host (#900) @HofmeisterAn
- fix: Replace CLI command to detect open ports in Linux containers (#883) @HofmeisterAn
- fix: Remove trailing slash from rootless Docker socket path (#881) @HofmeisterAn
📖 Documentation
- docs: Add information about running Testcontainers in specific CI environments (#895) @HofmeisterAn
- fix: Typo in Selenium (#893) @dotkarl
- docs: Link to Wikipedia to explain the .properties file format (#889) @HofmeisterAn
- docs: Add Docker remote host configuration (#888) @HofmeisterAn
🧹 Housekeeping
- chore: Favor custom environment variable configurations over properties file (#899) @HofmeisterAn
- chore: Update Docker.DotNet from version 3.125.13 to 3.125.15 (#898) @HofmeisterAn
- chore: Update Ryuk image from version 0.4.0 to 0.5.1 (#896) @HofmeisterAn
- chore: Build image with ITestcontainersClient implementation (#884) @HofmeisterAn