0.20.0
版本发布时间: 2024-07-07 23:51:03
testcontainers/testcontainers-rs最新发布版本:0.22.0(2024-08-31 03:22:23)
[0.20.0] - 2024-07-07
Details
Bug Fixes
- [❗] Drop
Clone
impl forContainerRequest
(#680) - Exclude image pulling time from startup timeout (#687)
- Waiting for mutiple messages from the same log frame (#688)
- Pass correct log-source for
stderr
wait strategy (#692)
Features
- Introduce log consumers (#681)
- Introduce
LoggingConsumer
based onlog
crate (#682) - [❗] Enhance
LogWaitStrategy
to wait for message appearance multiple times (#683) - [❗] Introduce
ExitWaitStrategy
(#684)
Miscellaneous Tasks
- Get rid of outdated variables naming (#679)
- Relax log level for log producer error (#685)
- Re-configure blocking runtime (#690)
Performance
- Avoid spawning log producer without consumers (#689)
Refactor
- Internal log processing structures (#678)
Styling
- Apply clippy suggestion (#693)