Releases: testcontainers/testcontainers-node
Releases · testcontainers/testcontainers-node
v5.0.0
🚨 Breaking Changes
- node-duration has been removed and replaced with primitive number types; the unit used everywhere is
milliseconds.
Before:
new Duration(1, TemporalUnit.SECONDS)After:
1000Changes
🚀 Features
- Remove dependency on node-duration @cristianrgreco (#157)
v4.7.0
v4.6.0
v4.5.0
Changes
🚀 Features
- Fix Windows @cristianrgreco (#147)
🐛 Bug Fixes
- Fix Windows @cristianrgreco (#147)
🧹 Maintenance
- Fix Windows @cristianrgreco (#147)
v4.4.0
Changes
🚀 Features
- Add elasticsearch module @matthewbpt (#146)
📖 Documentation
- Add test for DockerCompose with healthcheck @cristianrgreco (#144)
v4.3.0
v4.2.0
v4.1.0
Changes
🚀 Features
- Add support for stopping a docker-compose environment @cristianrgreco (#140)
- Do not bind the same port twice @cristianrgreco (#139)
📖 Documentation
- Update README to show examples as test cases @cristianrgreco (#138)
v4.0.9
Changes
- No changes
v4.0.8
Changes
- No changes