Releases: testcontainers/testcontainers-node
Releases · testcontainers/testcontainers-node
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)
v10.11.0
Changes
🚀 Features
- Make
HealthCheckWaitStrategy
event based @cristianrgreco (#789) - Support custom compose project names @jalaziz (#800)
- Add
DatastoreEmulatorContainer
to gcloud module @oskarwidmark (#782)
🧹 Maintenance
- Bump archiver from 5.3.2 to 7.0.1 @committomaster (#791)
- Replace
node-fetch
with Node.js' nativefetch
@Kurre (#777) - Pin MSSQL Docker image from 2022-latest -> 2022-CU13-ubuntu-22.04 @cristianrgreco (#801)
v10.10.4
Changes
🐛 Bug Fixes
- Fix fetching registry credentials when using Gcloud cred helper @HiranmayaGundu (#764)
🧹 Maintenance
- Update minor deps @cristianrgreco (#796)
v10.10.3
v10.10.2
v10.10.1
Changes
🚀 Features
- Add logs around resolving a container runtime @cristianrgreco (#787)
🐛 Bug Fixes
- Include Redpanda assets in build artifact @fabio-miguel (#790)
- Fix OllamaContainer's commitToImage @eddumelendez (#788)
🧹 Maintenance
- Added Ollama module docs @ilopezluna (#784)