Update pg requirement from ^8.11.3 to ^8.11.5
Updates the requirements on pg to permit the latest version.
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.
[email protected]
- Emit
releaseevent when client is returned to the pool.[email protected]
- Add support for stream factory.
- Better errors for SASL authentication.
- Use native crypto module for SASL authentication.
[email protected]
- 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.
[email protected]
- Add connection lifetime limit config option.
[email protected]
- Add optional config to pool to allow process to exit if pool is idle.
[email protected]
- Convert to es6 class
- Add support for promises to cursor methods
[email protected]
- Better SASL error messages & more validation on bad configuration.
- Export DatabaseError.
- Add ParameterDescription support to protocol parsing.
- Fix typescript typedefs with
--isolatedModules.[email protected]
- 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.
[email protected]
... (truncated)
Commits
a37a93bPublishb03c071Publish5807a00Remove unused protocol-related dependencies from pg (#3181)2ab6f36query: remove unused prop: isPreparedStatement (#3177)b400d33query: remove unused prop: _promise (#3178)a717c00chore (ci): add node v20 to build matrix (#3148)81c287aSerialize arrays of Uint8Array objects as hex escape sequences (#2930)16322c2Fix eslint violations (#3078)b1a8947Fail gracefully when connecting to other database (#3026)da0f5c5Remove 1 loop on rowDescription event (#3056)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @GermanBluefox.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
Superseded by #378.