Bump pg from 8.11.5 to 8.12.0
Bumps pg from 8.11.5 to 8.12.0.
Changelog
Sourced from pg's changelog.
pg@8.12.0
- Add
queryMode
config option to force use of the extended query protocol on queries without any parameters.pg-pool@8.10.0
- Emit
release
event 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
allowExitOnIdle
is enabled).- Support
lock_timeout
in 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
- Convert to es6 class
- Add support for promises to cursor methods
pg@8.6.0
- Better SASL error messages & more validation on bad configuration.
- Export DatabaseError.
- Add ParameterDescription support to protocol parsing.
- Fix typescript typedefs with
--isolatedModules
.pg-query-stream@4.0.0
- Library has been converted to Typescript. The behavior is identical, but there could be subtle breaking changes due to class names changing or other small inconsistencies introduced by the conversion.
pg@8.5.0
- Fix bug forwarding ssl key.
- Convert pg-query-stream internals to typescript.
... (truncated)
Commits
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts