Bump pg from 8.13.3 to 8.15.1
Bumps pg from 8.13.3 to 8.15.1.
Changelog
Sourced from pg's changelog.
All major and minor releases are briefly explained below.
For richer information consult the commit log on github with referenced pull requests.
We do not include break-fix version release in this file.
pg@8.15.0
- Add support for esm importing. CommonJS importing is still also supported.
pg@8.14.0
- Add support from SCRAM-SAH-256-PLUS i.e. channel binding.
pg@8.13.0
- Add ability to specify query timeout on per-query basis.
pg@8.12.0
- Add
queryModeconfig option to force use of the extended query protocol on queries without any parameters.pg-pool@8.10.0
- Emit
releaseevent when client is returned to the pool.pg@8.9.0
- Add support for stream factory.
- Better errors for SASL authentication.
- Use native crypto module for SASL authentication.
pg@8.8.0
- Bump minimum required version of native bindings.
- Catch previously uncatchable errors thrown in
pool.query.- Prevent the pool from blocking the event loop if all clients are idle (and
allowExitOnIdleis enabled).- Support
lock_timeoutin client config.- Fix errors thrown in callbacks from interfering with cleanup.
pg-pool@3.5.0
- Add connection lifetime limit config option.
pg@8.7.0
- Add optional config to pool to allow process to exit if pool is idle.
pg-cursor@2.7.0
... (truncated)
Commits
-
fb25f7bPublish -
9ec9e5fPublish -
940479bAdd esm exports (#3423) -
9b51037eslint: enable recommended ruleset (#3263) -
a3fefe3Update sponsorship info -
477f812Publish -
c53a472Batch network packets in prepared statements (#3402) -
f7c92e4Publish -
b823a23simple-query-tests: remove no-op test (#3390) -
b4022aaAdd support for SCRAM-SHA-256-PLUS i.e. channel binding (#3356) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts