3.5.0
版本发布时间: 2023-09-08 01:01:06
testcontainers/testcontainers-dotnet最新发布版本:3.6.0(2023-11-11 03:49:34)
What's Changed
🚀 Features
- feat: Allow MongoDb module configuration without credentials (#983) @the-avid-engineer
- feat: Add support for RSA private key (RsaPrivateCrtKeyParameters) TLS authentication with protected Docker daemon sockets (#978) @zuntio
- feat: Add InfluxDb module (#975) @MelomanG
🐛 Bug Fixes
- fix: Do not pre pull Dockerfile build stages that do not correspond to base images (#979) @HofmeisterAn
📖 Documentation
- docs: Add documentation on enabling debug log messages for the default logger (#991) @HofmeisterAn
- docs: Add global Testcontainers header (#967) @leocross
🧹 Housekeeping
- chore: Improve error message when Docker is not running (#987) @0xced
- chore: Update BouncyCastle.Cryptography to 2.2.1 (previous Portable.BouncyCastle) (#985) @jcmrva
- chore: Add User-Agent HTTP header to Docker.DotNet client (#970) @eddumelendez
- chore: Remove
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT
env var (#971) @eddumelendez