1.16.2
版本发布时间: 2021-10-22 23:29:59
testcontainers/testcontainers-java最新发布版本:1.20.2(2024-10-01 06:18:31)
What's Changed
1.16.2 fixes a race condition that was inadvertently added in 1.16.1. This bug can potentially cause unstable builds in some environments, manifesting as port wait timeouts at container startup.
🚀 Features & Enhancements
- Added started log message used in Selenium 4.0.0 (#4580) @tobiasstadler
- [couchbase] Add support for Couchbase Analytics. (#4592) @daschl
🐛 Bug Fixes
- Make Bolt log wait strategy more lenient (#4455) @fbiville
- Fix nested lambda in getWithTimeout (#4470) @Flugtiger
- Fix race condition in external port check (#4597) @kiview
📖 Documentation
- Update RELEASING.md (#4590) @kiview
🧹 Housekeeping
- Upgrade to Docker Compose 1.29.2 (#4164) (#4461) @rombert
- Don't run tests as part of the release build (#4600) @kiview
- Revert "Temporarily disable Thundra on master branch" (#4571) @rwxdash
- Remove Linux Azure pipelines build (#4452) @rnorth