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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
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
+
5
10
### Changed
11
+
- Extracted MariaDB into a separate repository (#337)
6
12
- Added `TC_DAEMON` JDBC URL flag to prevent `ContainerDatabaseDriver` from shutting down containers at the time all connections are closed. (#359, #360)
7
13
- 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)
10
14
- Improved startup time by adding dynamic priorities to DockerClientProviderStrategy (#362)
11
15
- 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`
0 commit comments