Skip to content

Releases: vitaly-t/pg-promise

10.5.0-beta.1

31 Mar 21:57
Compare
Choose a tag to compare
10.5.0-beta.1 Pre-release
Pre-release
  • Removed password hiding from connection, because v8.0.0 of the driver does it by itself now.
  • In general, trying to follow up on this ticket.

10.5.0-beta.0

30 Mar 21:57
Compare
Choose a tag to compare
10.5.0-beta.0 Pre-release
Pre-release

The underlying driver has been updated to the freshly released v8.0.0.

This is a Beta for now, to see if any issues pop up in the new driver, before v10.5.0 official release.

Also, the driver doesn't have any changelog presently, so something may be easily amiss here.

10.4.4

21 Feb 15:14
Compare
Choose a tag to compare
  • Dependencies updated, including the driver to v7.18.2
  • Added test coverage for the color console

10.4.3

08 Feb 20:24
Compare
Choose a tag to compare
  • Improving error reporting for event handlers.
  • Refactoring strings to use ES6 syntax everywhere.
  • DEV dependencies updated.

10.4.2

02 Feb 18:25
Compare
Choose a tag to compare
  • Improved errors + warnings reporting.

10.4.1

02 Feb 16:11
Compare
Choose a tag to compare

10.4.0

30 Jan 23:32
Compare
Choose a tag to compare
  • Updated driver to the latest 7.18.1, see #687
  • Dropped support for pg-query-stream < 3.0.0, see #695
  • Dropped support for Nodejs < 8.0.0 (because of the new streams)

10.4.0-beta.5

30 Jan 11:08
Compare
Choose a tag to compare
10.4.0-beta.5 Pre-release
Pre-release
  • Updated the driver to v7.18.1 (critical update for SSL support)

10.4.0-beta.4

29 Jan 22:33
Compare
Choose a tag to compare
10.4.0-beta.4 Pre-release
Pre-release
  • Updated dependencies, including the driver to v7.18.0

10.3.5

12 Jan 16:32
Compare
Choose a tag to compare
  • Fixed #680, and potentially similar connectivity issues, to auto-kill non-queryable connections.

This is an important overall-connectivity fix on the base driver, which sometimes would give us a dead connection.