Releases: testcontainers/testcontainers-node
Releases · testcontainers/testcontainers-node
v10.6.0
Changes
🚀 Features
🧹 Maintenance
- Compute list of modules for testing automatically @cristianrgreco (#707)
v10.5.0
Changes
🚀 Features
- Add Redis module @djakielski (#642)
🧹 Maintenance
- Fixing typo in the documentation @jespino (#700)
- Add CONTRIBUTING.md @cristianrgreco (#695)
v10.4.0
Changes
🚀 Features
- Add Localstack module @ilopezluna (#640)
- Switch docker compose defaults from v1 to v2 @danielglazer (#681)
v10.3.2
v10.3.1
v10.3.0
Changes
🚀 Features
- Add support for setting
user
,workingDir
andenv
when executing a command in a container @LNSD (#668) - Add support for fetching container logs from a given time @NuShoSinkuPomogliTebeTvoiSankcii (#670)
- Allow to start containers with raw image IDs @gzm0 (#663)
- Export container runtime @cristianrgreco (#644)
🧹 Maintenance
v10.2.2
🧹 Maintenance
- Update minor deps @cristianrgreco (#664)
v10.2.1
v10.2.0
Changes
🚀 Features
- Add UA header to Docker runtime @cristianrgreco (#637)
- Remove unnecessary ping of container runtime @cristianrgreco (#635)
📖 Documentation
- Update
DOCKER_AUTH_CONFIG
example in docs @testica (#636) - Add global testcontainers header to docs @leocross (#633)
- Rename Elastic Search to Elasticsearch in docs @mdelapenya (#634)
🧹 Maintenance
- Update minor deps @cristianrgreco (#638)
- Restructure test workflow @cristianrgreco (#632)
v10.1.0
Changes
🚀 Features
- Add support for targeting a build stage when building a Docker image @ClaytonNorthey92 (#628)
🧹 Maintenance
- Rename
src
topackages
to follow workspaces convention @cristianrgreco (#631) - Copy README and LICENSE from root to each package on pack @cristianrgreco (#630)
- Improve test coverage of container runtime strategies @cristianrgreco (#627)