Pg Promise Versions Save

PostgreSQL interface for Node.js

11.6.0

3 weeks ago
  • Dependencies updated, including the underlying driver, to v8.11.5
  • Removing some deprecated JavaScript
  • Upgrading CI tests to use new Postgres v16 and Node v20
  • Documentation updates

11.5.5

1 month ago
  • Addressing sql injection issue; All negative numbers are now wrapped in parentheses.
  • Dev dependencies updated.

Thanks to @paul-gerste-sonarsource!

11.5.4

8 months ago
  • Dependencies updated, including the driver, to v8.11.3

11.5.3

9 months ago
  • Following up on driver fix-update, see issue #888

11.5.2

9 months ago

This update is to clarify the full range of environments officially supported:

  • PostgreSql v10 - v15
  • NodeJS v14 - v18

It is worth noting that:

  • It may work with PostgreSql v9, but it is no longer officially supported.
  • It should work with NodeJS v20, but it is not officially supported yet (we support LTS versions of NodeJS only).

The CI has been updated accordingly. No functional changes.

11.5.1

9 months ago
  • Updated dependencies, including the driver, to v8.11.1
  • Fixed #884 - CI build issue in test

11.5.0

11 months ago
  • Many dependencies updated, including Postgres driver.
  • Minor documentation updates.

Please note that at the time of publishing this, GitHub CI started showing problems again, unrelated to the project. All tests pass locally fine, disregard Failed Build status for the time being.

11.4.3

1 year ago
  • Updated dependencies
  • Marked method batch as deprecated.

11.4.2

1 year ago
  • Dev dependencies updated
  • Semantic refactoring of the code

11.4.1

1 year ago
  • Corrected TypeScript signature for the Pool's property log.