Skip to content

Releases: p6spy/p6spy

3.9.1

26 Jul 19:45
Compare
Choose a tag to compare
p6spy-3.9.1

[release] 3.9.1 version upgrade

3.9.0

04 Apr 05:56
Compare
Choose a tag to compare
p6spy-3.9.0

chore: 3.9.0 version upgrade

3.8.7

23 Dec 20:57
26a5142
Compare
Choose a tag to compare
p6spy-3.8.7

Merge branch 'master' of github.com:p6spy/p6spy

3.8.6

24 Sep 14:14
Compare
Choose a tag to compare

Improvements:

Defects resolved:

  • issue #488 fix NPE for binary/varbinary/blob when P6LogFactory not registered.

3.8.5

07 Aug 05:40
06f3ff1
Compare
Choose a tag to compare
p6spy-3.8.5

chore: version updated to 3.8.5

3.8.4

04 Aug 13:28
8e6aa33
Compare
Choose a tag to compare
p6spy-3.8.4

chore: version updated to 3.8.4

3.8.3

21 Jul 17:27
52575c8
Compare
Choose a tag to compare
p6spy-3.8.3

chore: version updated to 3.8.3

3.8.2

07 Apr 06:08
6377c2f
Compare
Choose a tag to compare
p6spy-3.8.2

chore: version updated to 3.8.2

3.8.1

14 Dec 07:20
Compare
Choose a tag to compare

Improvements:

Defects resolved:

  • issue #451 Fixed low level sonarqube reported issues.
  • issue #458 Property renamed (to reflect the docs) databaseDialectTimezoneFormat to databaseDialectTimestampFormat.
  • issue #459 Iterate over Map.entrySet() instead of Map.keySet.

3.8.0

15 Oct 18:08
Compare
Choose a tag to compare

Improvements:

  • issue #445 Introduced property:databaseDialectTimestampFormat for java.sql.Timestamp logging format customizations.
  • issue #434 Changed default value of propety:databaseDialectDateFormat.
  • issue #440 Connection URL stored in ConnectionInformation.
  • issue #446 Added url logging to loggers (#446)
  • issue #450 com.p6spy.engine.common.Value::toHexString using exact size for StringBuilder

Defects resolved:

  • issue #447 Fixed misc sonarqube reported issues.