Bump pg from 8.13.3 to 8.16.3
Bumps pg from 8.13.3 to 8.16.3.
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.16.0
- Add support for min connection pool size.
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
... (truncated)
Commits
-
8f8e731Publish -
f0d1c48Update package exports to support more formats (#3500) -
0ad6c9bfix: typos (#3499) -
1a25d12Publish -
e00aac1Fixes for binary protocol array handling (#3494) -
cd877a5Publish -
607efc1Bump engines since we do not test lower than 16 anymore (#3490) -
14dc8ddUse performance.now() instead of Date.now()... (#3483) -
8608fb8fix: do not concatenate an array if passed to escapeLiteral. (#3489) -
114a03eAdd package.json in exports (#3488) - 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