Skip to content

Commit

Permalink
Update changelog for v1.1.1 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Jul 17, 2016
1 parent 8f0bdc8 commit 330302a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.1.1] - 2016-07-17
### Fixed
- Improve shutdown of unnecessary docker clients (#170)
- Shade `io.netty` dependencies into the testcontainers core JAR to reduce conflicts (#170 and #157)
- Remove timeouts for docker compose execution, particularly useful when image pulls are involved
- Improve output logging from docker-compose, pausing to log output in case of failure rather than letting logs intermingle.

### Changed
- Reinstate container startup retry (removed in v1.1.0) as an optional setting, only used by default for Selenium webdriver containers

## [1.1.0] - 2016-07-05
### Fixed
- Apply shade relocation to Jersey repackaged Guava libs
Expand Down

0 comments on commit 330302a

Please sign in to comment.