Skip to content

Releases: vitaly-t/pg-monitor

v.0.3.5

18 Nov 18:46
Compare
Choose a tag to compare

Extended event log to support overriding screen output.

Example:

info.display = false; // suppress screen output for the event;

This is to support those cases when the log is to be stored in a file or elsewhere, while providing no screen output, as well as suppressing individual events based on what they are.

v.0.3.4

23 Oct 05:37
Compare
Choose a tag to compare

Fixing support for savepoint commands.

v.0.3.3

23 Oct 05:37
Compare
Choose a tag to compare

Changes for the savepoint support added in pg-promise 2.2.0

v.0.3.2

16 Sep 07:26
Compare
Choose a tag to compare

Documentation updates.

v.0.3.1

12 Sep 01:59
Compare
Choose a tag to compare

Fixing task details when logging an error.

v.0.3.0

04 Sep 17:33
Compare
Choose a tag to compare

Added support for Tasks and the task event introduced in pg-promise v.1.9.0

v.0.2.2

01 Aug 13:09
Compare
Choose a tag to compare

Fixing support for Prepared Statements.

v.0.2.1

01 Aug 11:59
Compare
Choose a tag to compare

Fixed compatibility with Prepared Statements, support for which was introduced in pg-promise v.1.8.2

v.0.2.0

23 May 19:18
Compare
Choose a tag to compare

Added compatibility with pg-promise v.1.3.0:

  • To recognize and display a connection-related error;
  • To recognize generic Error object when errors are reported.

v.0.1.3

29 Apr 01:19
Compare
Choose a tag to compare

Adding property event (name of the event) to the log event supported by the library.

This will let your application know which event is reporting the log event, so you can decide whether or not it should be saved in your application's log file.