|
1 | 1 | # Change Log |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | | -## UNRELEASED |
| 4 | +## [1.5.0] - 2017-12-12 |
5 | 5 | ### Fixed |
6 | | -- Problems with using container based docker-compose on Windows ([\#514](https://github.com/testcontainers/testcontainers-java/pull/514)) |
7 | | -- Problems with copying files on Windows ([\#514](https://github.com/testcontainers/testcontainers-java/pull/514)) |
| 6 | +- Fixed problems with using container based docker-compose on Windows ([\#514](https://github.com/testcontainers/testcontainers-java/pull/514)) |
| 7 | +- Fixed problems with copying files on Windows ([\#514](https://github.com/testcontainers/testcontainers-java/pull/514)) |
8 | 8 | - Fixed regression in 1.4.3 when using Docker Compose on Windows ([\#439](https://github.com/testcontainers/testcontainers-java/issues/439)) |
9 | | -- Fixed local Docker Compose executable name resolution on Windows (#416) |
10 | | -- Fixed TAR composition on Windows (#444) |
11 | | -- Allowing `addExposedPort` to be used after ports have been specified with `withExposedPorts` (#453) |
12 | | -- Stopping creation of temporary directory prior to creating temporary file (#443) |
13 | | -- Ensure that temp files are created in a temp directory (#423) |
| 9 | +- Fixed local Docker Compose executable name resolution on Windows ([\#416](https://github.com/testcontainers/testcontainers-java/issues/#416)) |
| 10 | +- Fixed TAR composition on Windows ([\#444](https://github.com/testcontainers/testcontainers-java/issues/#444)) |
| 11 | +- Allowing `addExposedPort` to be used after ports have been specified with `withExposedPorts` ([\#453](https://github.com/testcontainers/testcontainers-java/issues/#453)) |
| 12 | +- Stopping creation of temporary directory prior to creating temporary file ([\#443](https://github.com/testcontainers/testcontainers-java/issues/#443)) |
| 13 | +- Ensure that temp files are created in a temp directory ([\#423](https://github.com/testcontainers/testcontainers-java/issues/#423)) |
14 | 14 | - Added `WaitAllStrategy` as a mechanism for composing multiple startup `WaitStrategy` objects together |
15 | | -- Changed `BrowserWebDriverContainer` to use improved wait strategies, to eliminate race conditions when starting VNC recording containers. This should lead to far fewer 'error' messages logged when starting up selenium containers, and less exposure to race related bugs (fixes #466). |
| 15 | +- Changed `BrowserWebDriverContainer` to use improved wait strategies, to eliminate race conditions when starting VNC recording containers. This should lead to far fewer 'error' messages logged when starting up selenium containers, and less exposure to race related bugs (fixes [\#466](https://github.com/testcontainers/testcontainers-java/issues/#466)). |
| 16 | +- Add retry logic around checkExposedPort pre-flight check for improved robustness. |
16 | 17 |
|
17 | 18 | ### Changed |
18 | 19 | - Make Network instances reusable (i.e. work with `@ClassRule`) ([\#469](https://github.com/testcontainers/testcontainers-java/issues/469)) |
@@ -358,6 +359,8 @@ All notable changes to this project will be documented in this file. |
358 | 359 | ## [0.9] - 2015-04-29 |
359 | 360 | Initial release |
360 | 361 |
|
| 362 | +[1.4.2]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.5.0 |
| 363 | +[1.4.2]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.3 |
361 | 364 | [1.4.2]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.2 |
362 | 365 | [1.4.1]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.1 |
363 | 366 | [1.4.0]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.0 |
|
0 commit comments