Skip to content

Commit 3498a14

Browse files
Update CHANGES
1 parent 88b57c3 commit 3498a14

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
HikariCP Changes
22

3+
Changes in 3.2.0
4+
5+
* check connection closed condition before attempting to set network timeout to avoid spurios exceptions
6+
in the log.
7+
8+
* updated validation failure message to include recommendation to check maxLifetime value.
9+
10+
* fixed 1141 do not throw SQLException when calling isClosed() or close() on a already closed unwrapped
11+
Connection, as per JDBC specification.
12+
13+
* fixed 1137 support changing user/password at runtime for DriverDataSource-wrapped driver connections.
14+
15+
* fixed 1136 log loaded driver when using jdbcUrl.
16+
17+
* pull 1135 extract sealed pool check into independent method.
18+
19+
* fixed 1126 correct error in JavaDoc for HikariConfig.setInitializationFailTimeout().
20+
21+
* fixed 1114 removed unreachable code.
22+
323
Changes in 3.1.0
424

525
* Add get/setCatalog() to HikariConfigMXBean, allowing the catalog to be changed at runtime.

0 commit comments

Comments
 (0)