Releases: vitaly-t/pg-monitor
Releases · vitaly-t/pg-monitor
v.0.3.5
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
v.0.3.3
v.0.3.2
v.0.3.1
v.0.3.0
Added support for Tasks and the task event introduced in pg-promise v.1.9.0
v.0.2.2
v.0.2.1
Fixed compatibility with Prepared Statements, support for which was introduced in pg-promise v.1.8.2
v.0.2.0
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.