Releases: vitaly-t/pg-promise
Releases · vitaly-t/pg-promise
11.7.4
11.7.3
11.7.2
11.7.1
11.7.0
11.6.0
- 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
- Addressing sql injection issue; All negative numbers are now wrapped in parentheses.
- Dev dependencies updated.
Thanks to @paul-gerste-sonarsource!
11.5.4
11.5.3
11.5.2
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.