Skip to content

Releases: vitaly-t/pg-promise

v10.12.0

27 Aug 22:09
888db97
Compare
Choose a tag to compare
  • Updated all dependencies
  • Merged PR #822
  • Merged PR #826

10.11.1

16 Oct 02:12
Compare
Choose a tag to compare
  • Documentation updates: Removed Gitter link, moving into Discussions
  • Dev dependencies updated

10.11.0

31 Jul 15:38
Compare
Choose a tag to compare
  • Implemented #800 - added support for connection option allowExitOnIdle, to let process exit when pool is idle. This means you no longer need to destroy the connection pool inside tests or any run-through process. Instead, just set allowExitOnIdle: true within the database connection parameters.
  • Updated all dependencies, including the base pg driver to v8.7.1
  • Removed tests integration for Travis CI. Adding it to GitHub Actions is still just a plan - see #799, but right now there is no CI, only manualy-run tests.
  • Refactored many tests + examples
  • Documentation updates

10.10.2

02 May 14:44
Compare
Choose a tag to compare
  • Updated dependencies
  • Documentation updates

10.10.1

04 Apr 01:11
Compare
Choose a tag to compare
  • Implemented #782, to return Promise from method done, specifically for direct connections. This was added mainly for consistency with the underlying driver.
  • Updated documentation
  • Updated DEV dependencies

10.9.5

12 Mar 07:45
Compare
Choose a tag to compare
  • Changed how useCount for connections is incremented, to make sure it never overfloats, and never resets to zero.
  • DEV dependencies updated.

10.9.4

28 Feb 03:32
Compare
Choose a tag to compare
  • Removing pg-native from dependencies, which crawled into the package during tests, yet again.

Damn NPM, with its auto-save features!!! 😠

10.9.3

28 Feb 00:48
Compare
Choose a tag to compare

10.9.2

28 Jan 12:40
Compare
Choose a tag to compare

10.9.1

17 Jan 05:30
Compare
Choose a tag to compare
  • Extending on #175, added global instance support to QueryFile class.