brianc/node-postgres
### [`v7.18.2`](https://togithub.com/brianc/node-postgres/compare/pg@7.18.1...pg@7.18.2)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.18.1...pg@7.18.2)
### [`v7.18.1`](https://togithub.com/brianc/node-postgres/compare/pg@7.18.0...pg@7.18.1)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.18.0...pg@7.18.1)
### [`v7.18.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg7180)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.17.1...pg@7.18.0)
- This will likely be the last minor release before pg@8.0.
- This version contains a few bug fixes and adds a deprecation warning for [a pending change in 8.0](https://togithub.com/brianc/node-postgres/issues/2009#issuecomment-579371651) which will flip the default behavior over SSL from `rejectUnauthorized` from `false` to `true` making things more secure in the general use case.
### [`v7.17.1`](https://togithub.com/brianc/node-postgres/compare/pg@7.17.0...pg@7.17.1)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.17.0...pg@7.17.1)
### [`v7.17.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg7170)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.16.1...pg@7.17.0)
- Add support for `idle_in_transaction_session_timeout` [option](https://togithub.com/brianc/node-postgres/pull/2049).
### [`v7.16.1`](https://togithub.com/brianc/node-postgres/compare/pg@7.16.0...pg@7.16.1)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.16.0...pg@7.16.1)
### [`v7.16.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7160)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.15.2...pg@7.16.0)
- Add optional, opt-in behavior to test new, [faster query pipeline](https://togithub.com/brianc/node-postgres/pull/2044). This is experimental, and not documented yet. The pipeline changes will grow significantly after the 8.0 release.
### [`v7.15.2`](https://togithub.com/brianc/node-postgres/compare/pg@7.15.1...pg@7.15.2)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.15.1...pg@7.15.2)
### [`v7.15.1`](https://togithub.com/brianc/node-postgres/compare/pg@7.15.0...pg@7.15.1)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.15.0...pg@7.15.1)
### [`v7.15.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7150)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.14.0...pg@7.15.0)
- Change repository structure to support lerna & future monorepo [development](https://togithub.com/brianc/node-postgres/pull/2014).
- [Warn about deprecation](https://togithub.com/brianc/node-postgres/pull/2021) for calling constructors without `new`.
### [`v7.14.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7140)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.13.0...v7.14.0)
- Reverts 7.13.0 as it contained [an accidental breaking change](https://togithub.com/brianc/node-postgres/pull/2010) for self-signed SSL cert verification. 7.14.0 is identical to 7.12.1.
### [`v7.13.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7130)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.12.1...v7.13.0)
- Add support for [all tls.connect()](https://togithub.com/brianc/node-postgres/pull/1996) options.
### [`v7.12.1`](https://togithub.com/brianc/node-postgres/compare/v7.12.0...v7.12.1)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.12.0...v7.12.1)
### [`v7.12.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7120)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.11.0...v7.12.0)
- Add support for [async password lookup](https://togithub.com/brianc/node-postgres/pull/1926).
### [`v7.11.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7110)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.10.0...v7.11.0)
- Add support for [connection_timeout](https://togithub.com/brianc/node-postgres/pull/1847/files#diff-5391bde944956870128be1136e7bc176R63) and [keepalives_idle](https://togithub.com/brianc/node-postgres/pull/1847).
### [`v7.10.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7100)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.9.0...v7.10.0)
- Add support for [per-query types](https://togithub.com/brianc/node-postgres/pull/1825).
### [`v7.9.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#790)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.8.2...v7.9.0)
- Add support for [sasl/scram authentication](https://togithub.com/brianc/node-postgres/pull/1835).
### [`v7.8.2`](https://togithub.com/brianc/node-postgres/compare/v7.8.1...v7.8.2)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.8.1...v7.8.2)
### [`v7.8.1`](https://togithub.com/brianc/node-postgres/compare/v7.8.0...v7.8.1)
[Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.8.0...v7.8.1)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^7.4.3
->7.18.2
^7.4.10
->7.14.11
Release Notes
brianc/node-postgres
### [`v7.18.2`](https://togithub.com/brianc/node-postgres/compare/pg@7.18.1...pg@7.18.2) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.18.1...pg@7.18.2) ### [`v7.18.1`](https://togithub.com/brianc/node-postgres/compare/pg@7.18.0...pg@7.18.1) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.18.0...pg@7.18.1) ### [`v7.18.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg7180) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.17.1...pg@7.18.0) - This will likely be the last minor release before pg@8.0. - This version contains a few bug fixes and adds a deprecation warning for [a pending change in 8.0](https://togithub.com/brianc/node-postgres/issues/2009#issuecomment-579371651) which will flip the default behavior over SSL from `rejectUnauthorized` from `false` to `true` making things more secure in the general use case. ### [`v7.17.1`](https://togithub.com/brianc/node-postgres/compare/pg@7.17.0...pg@7.17.1) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.17.0...pg@7.17.1) ### [`v7.17.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg7170) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.16.1...pg@7.17.0) - Add support for `idle_in_transaction_session_timeout` [option](https://togithub.com/brianc/node-postgres/pull/2049). ### [`v7.16.1`](https://togithub.com/brianc/node-postgres/compare/pg@7.16.0...pg@7.16.1) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.16.0...pg@7.16.1) ### [`v7.16.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7160) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.15.2...pg@7.16.0) - Add optional, opt-in behavior to test new, [faster query pipeline](https://togithub.com/brianc/node-postgres/pull/2044). This is experimental, and not documented yet. The pipeline changes will grow significantly after the 8.0 release. ### [`v7.15.2`](https://togithub.com/brianc/node-postgres/compare/pg@7.15.1...pg@7.15.2) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.15.1...pg@7.15.2) ### [`v7.15.1`](https://togithub.com/brianc/node-postgres/compare/pg@7.15.0...pg@7.15.1) [Compare Source](https://togithub.com/brianc/node-postgres/compare/pg@7.15.0...pg@7.15.1) ### [`v7.15.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7150) [Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.14.0...pg@7.15.0) - Change repository structure to support lerna & future monorepo [development](https://togithub.com/brianc/node-postgres/pull/2014). - [Warn about deprecation](https://togithub.com/brianc/node-postgres/pull/2021) for calling constructors without `new`. ### [`v7.14.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7140) [Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.13.0...v7.14.0) - Reverts 7.13.0 as it contained [an accidental breaking change](https://togithub.com/brianc/node-postgres/pull/2010) for self-signed SSL cert verification. 7.14.0 is identical to 7.12.1. ### [`v7.13.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7130) [Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.12.1...v7.13.0) - Add support for [all tls.connect()](https://togithub.com/brianc/node-postgres/pull/1996) options. ### [`v7.12.1`](https://togithub.com/brianc/node-postgres/compare/v7.12.0...v7.12.1) [Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.12.0...v7.12.1) ### [`v7.12.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7120) [Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.11.0...v7.12.0) - Add support for [async password lookup](https://togithub.com/brianc/node-postgres/pull/1926). ### [`v7.11.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7110) [Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.10.0...v7.11.0) - Add support for [connection_timeout](https://togithub.com/brianc/node-postgres/pull/1847/files#diff-5391bde944956870128be1136e7bc176R63) and [keepalives_idle](https://togithub.com/brianc/node-postgres/pull/1847). ### [`v7.10.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#7100) [Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.9.0...v7.10.0) - Add support for [per-query types](https://togithub.com/brianc/node-postgres/pull/1825). ### [`v7.9.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#790) [Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.8.2...v7.9.0) - Add support for [sasl/scram authentication](https://togithub.com/brianc/node-postgres/pull/1835). ### [`v7.8.2`](https://togithub.com/brianc/node-postgres/compare/v7.8.1...v7.8.2) [Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.8.1...v7.8.2) ### [`v7.8.1`](https://togithub.com/brianc/node-postgres/compare/v7.8.0...v7.8.1) [Compare Source](https://togithub.com/brianc/node-postgres/compare/v7.8.0...v7.8.1)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.