Skip to content

Commit

Permalink
chore: version updated to 3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
typekpb committed Dec 23, 2019
1 parent 83d123c commit 89ed173
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = '3.8'
# The full version, including alpha/beta/rc tags.
release = '3.8.7-SNAPSHOT'
release = '3.8.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions docs/configandusage.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ An example follows:
Moreover to set different file to be used as the properties file (as an example: another_spy.properties), it should be specified using system property "spy.properties" as:

java -Dspy.properties=c:\jboss\lib\another_spy.properties

The encoding for loading the properties file can be set via `-Dfile.encoding=<charset name>` or via p6spy specific System property: `-Dspy.properties.charset=<charset name>`.

## Common Property File Settings

Expand Down
10 changes: 9 additions & 1 deletion docs/releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Release Notes

## [3.8.7](https://github.com/p6spy/p6spy/compare/p6spy-3.8.6...master) (Unreleased)
## [3.8.8](https://github.com/p6spy/p6spy/compare/p6spy-3.8.7...master) (Unreleased)

Improvements:

Defects resolved:

## [3.8.7](https://github.com/p6spy/p6spy/compare/p6spy-3.8.6...3.8.7) (Unreleased)

Improvements:
* [issue #492](https://github.com/p6spy/p6spy/pull/492) The `file.encoding` system property is used by default to read the configuration file, can be overriden using `-Dspy.properties.charset`.
* [issue #488](https://github.com/p6spy/p6spy/pull/488) Added `ConnectionInformation.getTimeToCloseConnectionNs()`.

Defects resolved:

## [3.8.6](https://github.com/p6spy/p6spy/compare/p6spy-3.8.5...3.8.6) (2019-09-24)

Improvements:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=p6spy
archivesBaseName=p6spy
version=3.8.7-SNAPSHOT
version=3.8.7
description=P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application.

# test env defaults
Expand Down

0 comments on commit 89ed173

Please sign in to comment.