Releases: sylvainlaurent/JDBC-Performance-Logger
Releases · sylvainlaurent/JDBC-Performance-Logger
0.9.0
0.8.2
#60 fixed "interface xxx is not visible from class loader" errors
zip distribution: http://repo1.maven.org/maven2/com/github/sylvainlaurent/jdbcperflogger/jdbc-perf-logger-gui/0.8.2/jdbc-perf-logger-gui-0.8.2-distrib.zip
0.8.1
0.8.0 java agent
0.7.3
0.7.2
Added Spring-Boot starter project
0.7.1
- Various bug fixes and enhancements : https://github.com/sylvainlaurent/JDBC-Performance-Logger/issues?milestone=9&page=1&state=closed
- Available on maven Central :
<dependency>
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
<artifactId>jdbc-perf-logger-driver</artifactId>
<version>0.7.1</version>
</dependency>
0.6.2
0.6.1
0.6.0
New features:
#19 option to format SQL
#24 show autocommit status of each statement
#25 show row count returned by executeUpdate
Bug fixes:
#20 classloader leak when redeploying a webapp
#22 Incorrect sort order for statements that have the same timestamp
#23 Unable to display SQLExceptions for non-h2 databases