Releases: testcontainers/testcontainers-node
Releases · testcontainers/testcontainers-node
v10.22.0
Changes
🚀 Features
- Improve PortCheck logging for distroless images @digital88 (#954)
- Add buildkit support @cristianrgreco (#955)
- Add
TESTCONTAINERS_RYUK_VERBOSEsetting @digital88 (#941) - Update ChromaDB + improve docs and tests @cristianrgreco (#940)
- Implement
withAutoRemove#905 @digital88 (#939)
🐛 Bug Fixes
- Couchbase: add missing exports and fix sonar suggestions @digital88 (#942)
🧹 Maintenance
- Docs: clarified timeout unit in different places @digital88 (#958)
- Remove Docker no shell fixture @cristianrgreco (#959)
- Tidy up imports @cristianrgreco (#956)
- Update docs @digital88 (#950)
- Add missing reaper tests @cristianrgreco (#947)
- Fix flaky port forwarder tests @cristianrgreco (#951)
- Fix scrollbar in docs #948 @digital88 (#949)
- Vitest stub env refactor @cristianrgreco (#945)
- Minor fixes @cristianrgreco (#937)
v10.21.0
Changes
🚀 Features
- Add ability to set command flags to Gcloud emulators @digital88 (#926)
- Update resource reaper version @loikg (#933)
- Add cosmos db emulator module @mrtnsch (#934)
- Add ability to copy archives into containers @zacaj (#932)
🐛 Bug Fixes
- Do not replace user-provided Localstack
LAMBDA_DOCKER_FLAGS@florian-nguyen (#935)
🧹 Maintenance
- Upgrade linting libraries @prenaissance (#931)
v10.20.0
Changes
🚀 Features
- Add support for container commit @smcroskey (#923)
🧹 Maintenance
- Fix flaky healthcheck timeout test @cristianrgreco (#930)
- Fix flaky Selenium test @cristianrgreco (#929)
v10.19.0
Changes
🚀 Features
- Add CockroachDB module @leourbina (#910)
🐛 Bug Fixes
- Fix lambda container is dropped by ryuk (#848) @julienboulay (#922)
- Fix PostgreSQL container restart @cristianrgreco (#914)
🧹 Maintenance
- Migrate from Jest to Vitest @cristianrgreco (#921)
- GHA workflow job names @cristianrgreco (#920)
- Optimise CI to reduce runners usage, caching NPM modules when needed @mdelapenya (#918)
- Update docs to demonstrate specifying Qdrant version @Anush008 (#917)
v10.18.0
Changes
🚀 Features
- Enable/disable container reuse with an environment variable @juliette-derancourt (#908)
- Add support for specifying container hostname @kyzooghost (#889)
- Add Valkey module @mdodsworth (#906)
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
isRootparameter 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
stdoutandstderrfields 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)