Skip to content

Releases: vitaly-t/pg-monitor

v.0.5.6

05 Jun 19:10
Compare
Choose a tag to compare

Fixing an issue where it was mistakenly overriding new parameters dc and fresh for event connect.

v.0.5.5

27 May 17:29
Compare
Choose a tag to compare

Added integration with Typings.

v.0.5.4

11 May 11:22
Compare
Choose a tag to compare
  • Improved support for the latest PreparedStatement and ParameterizedQuery in pg-promise;
  • Added .d to the typescript file, to avoid automatic code generation.

v.0.5.3

24 Apr 21:41
Compare
Choose a tag to compare

Improved support for prepared statements that was introduced in pg-promise 4.0.0.

v.0.5.2

16 Apr 09:36
Compare
Choose a tag to compare

v.0.5.1

14 Apr 15:04
Compare
Choose a tag to compare

Fixing the TypeScript distribution.

v.0.5.0

14 Apr 14:57
Compare
Choose a tag to compare

v.0.4.6

08 Apr 11:34
Compare
Choose a tag to compare

Fixing Params layout for pgFormatting mode.

v.0.4.5

21 Dec 06:04
Compare
Choose a tag to compare

Fixed a minor bug: Special queries, such as BEGIN, COMMIT, etc were not colored correctly when capitalized.

v.0.4.4

06 Dec 20:13
Compare
Choose a tag to compare

improved error reporting

When reporting an error caused by an exception thrown within a task or transaction, it was trying to report a query context by mistake.

This is now fixed. Query context is reported only when there is a query associated with the event.