v0.6.0
What's Changed
- Setup .gitattributes - in order to exclude test dir from dist by @sasezaki in #97
- fixes allow actions to run on PRs from external contributors by @k-kinzal in #98
- Fixed cases where containers would not terminate by @k-kinzal in #99
- feat: add withFailurePattern() to LogMessageWaitStrategy by @k-kinzal in #100
- feat: add ConsoleLogger as a simple built-in PSR-3 debug logger by @k-kinzal in #101
- fix: use OneShotStartupCheckStrategy for exit-code-dependent tests by @k-kinzal in #102
- feat: add user and entrypoint override support to GenericContainer by @k-kinzal in #103
- feat: add withStopSignal and withStopTimeout for container stop configuration by @k-kinzal in #104
- fix: catch ProcessTimedOutException and convert to StartupCheckFailedException by @k-kinzal in #105
- fix: use null checks instead of falsy checks in setting trait getters by @k-kinzal in #106
New Contributors
Full Changelog: v0.5.1...v0.6.0