Bump pg from 8.7.3 to 8.8.0
Bumps pg from 8.7.3 to 8.8.0.
Changelog
Sourced from pg's changelog.
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.
- Performance improvements.
pg@8.4.0
- Switch to optional peer dependencies & remove semver package which has been a small thorn in the side of a few users.
- Export
DatabaseError
from pg-protocol.- Add support for
sslmode
in the connection string.pg@8.3.0
- Support passing a string of command line options flags via the
{ options: string }
field on client/pool config.pg@8.2.0
... (truncated)
Commits
-
c99fb2c
Publish -
747485d
Bump min version of pg-native (#2787) -
3e53d06
Support lock_timeout (#2779) -
68160a2
Fix #2556 by keeping callback errors from interfering with cleanup (#2753) -
28ac2a1
Add test for how to set search path (#2700) -
b812ec1
Bump async from 0.9.0 to 2.6.4 (#2736) -
4b4d97b
Remove stream-tester (#2743) -
f5e87ac
pg: update README, remove dead badge (#2719) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts