Skip to content

Commit 3daaa26

Browse files
authored
Update changelog for 1.3.1 release
1 parent 0932d5b commit 3daaa26

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## UNRELEASED
4+
## [1.3.1] - 2017-06-22
5+
### Fixed
6+
- Fixed non-POSIX fallback for file attribute reading (#371)
7+
- Fixed NullPointerException in AuditLogger when running using slf4j-log4j12 bridge (#375)
8+
- Improved cleanup of JDBC connections during database container startup checks
9+
510
### Changed
11+
- Extracted MariaDB into a separate repository (#337)
612
- Added `TC_DAEMON` JDBC URL flag to prevent `ContainerDatabaseDriver` from shutting down containers at the time all connections are closed. (#359, #360)
713
- Added pre-flight checks (can be disabled with `checks.disable` configuration property) (#363)
8-
- Removed unused Jersey dependencies (#361)
9-
- Fixed non-POSIX fallback for file attribute reading (#371)
1014
- Improved startup time by adding dynamic priorities to DockerClientProviderStrategy (#362)
1115
- Added global configuration file `~/.testcontainers.properties` (#362)
16+
- Added container arguments to specify SELinux contexts for mounts (#334)
17+
- Removed unused Jersey dependencies (#361)
18+
- Removed deprecated, wrongly-generated setters from `GenericContainer`
1219

1320
## [1.3.0] - 2017-06-05
1421
### Fixed

0 commit comments

Comments
 (0)