Releases: testcontainers/testcontainers-rs
Releases · testcontainers/testcontainers-rs
v0.25.0
Details
Bug Fixes
- Make tls features optional (#806)
- Add
Send
trait tostderr
&stdout
ofExecResult
(#809) - Added new parse rule for correctly parsing ports without protocol specifier (#812)
Features
- Allow ready conditions customization via ImageExt (#794)
- Allow to wait for log line on either stdout or stderr (#795)
- Add
Container*::exit_code
(#791) - Add
Container*::is_running
(#790) - Add custom health check support for containers (#816)
- Introduce container builder api (#801)
Miscellaneous Tasks
- [❗] Update bollard to 1.19.1 (#817)
Refactor
- Testimages and tests to use builder API (#804)
v0.24.0
Details
Features
- Support waiting for commands exit regardless of exit code (#771)
- Add user configuration for container commands (#784)
- Add option to stop containers with a timeout (#779)
- Support
pause
andunpause
container (#785) - Allow
security_opt
andreadonly_rootfs
to be configured (#787)
Miscellaneous Tasks
v0.23.3
v0.23.2
Details
Documentation
- Add examples of
ImageExt
usage and coverGenericImage
(#747)
Features
- Add
cap_add
andcap_drop
support (#726) - Add support for user-configured labels (#756)
- Reusable containers (#757)
- Add image hook to run commands before ready (#766)
Miscellaneous Tasks
Testing
- Deflake the test
start_containers_in_parallel
(#748)