Releases: testcontainers/testcontainers-node
Releases · testcontainers/testcontainers-node
v4.0.7
Changes
🐛 Bug Fixes
- Mount unix socket into Reaper if it exists, with DOCKER_HOST fallback @cristianrgreco
v4.0.6
v4.0.5
v4.0.4
Changes
- No changes
v4.0.3
v4.0.2
v4.0.1
v4.0.0
Changes
🚨 Breaking Changes
- Default timeout for
container.stop()changed from 10s to 0. - Starting a
KafkaContainernow returns an instance of aStartedKafkaContainer, which when stopped, shuts down any self-managed networks/zoo keeper containers.
🚀 Features
- Use moby-ryuk for auto cleanup of resources on unexpected exit @cristianrgreco (#121)
v3.5.0
Changes
🚀 Features
- Show Docker pull output @cristianrgreco (#128)
- Separate container logs under new namespace @cristianrgreco (#126)
📖 Documentation
- Reword Usage -> Configuration @cristianrgreco (#129)
🧹 Maintenance
- Use cross-env for running build on Windows @cristianrgreco (#130)
- Fixes arango test - Have fun! @ltwlf (#127)
v3.4.11
Changes
- No changes