What's Changed
๐ Features
- feat: Add support for copying directories and files to a container (#913) @HofmeisterAn
- feat: Change access modifier of OracleBuilder.WithUsername(string) to public (#923) @0xced
- feat: Add UsingHttpMessageHandler(HttpMessageHandler) to HttpWaitStrategy (#910) @mkstephenson
๐ Bug Fixes
- fix: Use the actual Docker endpoint to extract the socket path for the Resource Reaper (#930) @HofmeisterAn
- fix: Ensure site_url is set in the MkDocs config to prevent None in sitemap generation (#927) @leocross
- fix: Remove cref from inheritdoc (#922) @HofmeisterAn
- fix: Add Docker Desktop (for Linux / macOS) authentication provider (#911) @HofmeisterAn
๐ Documentation
- docs: Fix typo in Testcontainers properties file path (#935) @HofmeisterAn
- docs: Update Testcontainers for Java docs url (#916) @leocross
- docs: Add RabbitMQ module documentation incl. an example (#918) @annaerdi
- docs: Replaceย "mess up" with "clutter up" in the best practices (#905) @gurry
๐งน Housekeeping
- chore: Add DebugLogLevelEnabled property to default logger implementation (#928) @HofmeisterAn
- chore: Set ContinuousIntegrationBuild and EmbedUntrackedSources MSBuild propery (#926) @HofmeisterAn
- fix: Prefer indexing instead of Enumerable methods (#912) @HofmeisterAn
- fix: Refactor tests to support Podman container runtime (#906) @HofmeisterAn
- chore: Update WeatherForecast example (#904) @HofmeisterAn
- chore: Refactor legacy TestcontainersContainerTest class (#901) @HofmeisterAn