Releases: testcontainers/testcontainers-node
Releases · testcontainers/testcontainers-node
v10.17.2
v10.17.1
Changes
- Fix EventstoreDB publish config
v10.17.0
Changes
🚀 Features
- Add EventStoreDB module @botflux (#894)
- Add Toxiproxy module @chriswiggins (#891)
- Add MinIO module @stscoundrel (#893)
- Add Mockserver module @botflux (#892)
- MySQL add
isRoot
parameter toexecuteQuery
@jeengbe (#882) - Optimise file-lock retry options @GiDW (#890)
🐛 Bug Fixes
- Support restart on 5 containers with previously fixed ports @stscoundrel (#895)
🧹 Maintenance
- Update CodeQL action to V3 @stscoundrel (#896)
- NPM audit @cristianrgreco (#888)
v10.16.0
Changes
🚀 Features
- Remove explicit port binding in Azurite container @ChlorUpload (#876)
- Add support for enabling Nats JetStream @jonjomckay (#877)
- Add
stdout
andstderr
fields to container exec result @chungjung-d (#874)
v10.15.0
Changes
🚀 Features
- Add K3s module @joebowbeer (#864)
- Add BigQueryEmulatorContainer to gcloud module @oskarwidmark (#862)
- Add ScyllaDB module @stscoundrel (#861)
- Add Azurite module @cbrevik (#860)
🧹 Maintenance
- Add Node 22 to CI version matrix @stscoundrel (#858)
v10.14.0
Changes
🚀 Features
- Add support for reusing stopped containers @cbrevik (#849)
- Add Cassandra module @stscoundrel (#855)
- Add MariaDB module @stscoundrel (#851)
🐛 Bug Fixes
- Revert HealthCheckWaitStrategy poll @cristianrgreco (#856)
🧹 Maintenance
- Update CI Actions versions from 3 -> 4 @stscoundrel (#854)
v10.13.2
v10.13.1
Changes
🐛 Bug Fixes
- Fix LocalStack container hostname resolution @joebowbeer (#834)
- Fix Neo4j default password to support v5 @EcksDy (#832)
v10.13.0
v10.12.0
Changes
🚀 Features
- Log docker daemon labels @eddumelendez (#815)
- Add
CloudStorageEmulatorContainer
andPubSubEmulatorContainer
to gcloud module @weyert (#805) - Replace md5 with sha256 to work on FIPS machines @cristianrgreco (#814)
- Add support for specifying image platform @weyert (#806)
📖 Documentation
- Update MongoDB docs about
directConnection
@BradLewis (#821) - Update link and info of
withFiles/directories/content
@danmondra (#809)
🧹 Maintenance
- Update deps @cristianrgreco (#812)