Skip to content

Releases: sylvainlaurent/JDBC-Performance-Logger

0.9.0

29 May 21:06
Compare
Choose a tag to compare
  • #66 and #68 properly stop threads and sockets, contributed by @madness-inc
  • #67 java 8 as minimum version
  • #69 display transaction isolation in a new column, contributed by @millgi

0.8.2

11 Oct 22:03
Compare
Choose a tag to compare

0.8.1

06 May 13:27
Compare
Choose a tag to compare

Same as 0.8.0 but fixes #57 : the artefact had not been correctly pushed to maven central.

0.8.0 java agent

10 May 21:41
Compare
Choose a tag to compare

0.7.3

16 Dec 21:42
Compare
Choose a tag to compare
  • #46: driver no longer requires slf4j. Thus the depsincluded jar is no longer provided
  • #47: Use exec + fetch time instead of only exec in "group by" modes
  • #48: Highlight searched text in detail pane

Misc :

  • Using Travis CI + Coverity Scan

0.7.2

28 Aug 20:52
Compare
Choose a tag to compare

Added Spring-Boot starter project

0.7.1

18 Jun 21:01
Compare
Choose a tag to compare
<dependency>
    <groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
    <artifactId>jdbc-perf-logger-driver</artifactId>
    <version>0.7.1</version>
</dependency>

0.6.2

26 Apr 22:18
Compare
Choose a tag to compare

0.6.1

23 Mar 21:53
Compare
Choose a tag to compare

Fixed #28 : filtering no longer worked in console
Implemented #27 : put raw and filled SQL in separate tabs to gain some space at the bottom of the screen
Removed the pretty print option : the formatting was not good enough

0.6.0

20 Mar 22:12
Compare
Choose a tag to compare

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