You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ All notable changes to this project will be documented in this file.
9
9
- Stopping creation of temporary directory prior to creating temporary file (#443)
10
10
11
11
### Changed
12
+
- Added `forResponsePredicate` method to HttpWaitStrategy to test response body (#441)
12
13
- Changed `DockerClientProviderStrategy` to be loaded via Service Loader (#434, #435)
13
14
- Made it possible to specify docker compose container in configuration (#422, #425)
14
15
- Clarified wording of pre-flight check messages (#457, #436)
15
16
- Added caching of failure to find a docker daemon, so that subsequent tests fail fast. This is likely to be a significant improvement in situations where there is no docker daemon available, dramatically reducing run time and log output when further attempts to find the docker daemon cannot succeed.
16
17
- Allowing JDBC containers' username, password and DB name to be customized (#400, #354)
17
18
18
-
19
19
## [1.4.2] - 2017-07-25
20
20
### Fixed
21
21
- Worked around incompatibility between Netty's Unix socket support and OS X 10.11. Reinstated use of TCP-Unix Socket proxy when running on OS X prior to v10.12. (Fixes #402)
0 commit comments