blink
blink copied to clipboard
chore: bump pg from 8.11.5 to 8.13.0
Bumps pg from 8.11.5 to 8.13.0.
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]
- Add
queryMode
config option to force use of the extended query protocol on queries without any parameters.[email protected]
- Emit
release
event 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
allowExitOnIdle
is enabled).- Support
lock_timeout
in 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]
... (truncated)
Commits
92cb640
Publishf73b22f
Handle bad message ordering - make it catchable. Fixes 3174 (#3289)fb12280
Bump bluebird from 3.4.1 to 3.7.2 (#3303)50c06f9
Remove test globals (#3264)f7e484e
refactor: tighten up cloudflare detection (#3170)3e4d545
Fix lint (#3262)9baa56e
feat: allow specifying a timeout on a per query base (#3074)4f457e1
Remove unused file: list-db-types (#3249)53dc4e6
Add test for date type (#3261)83a0e3e
eslint: enable rule:@typescript-eslint/no-unused-vars
(#3247)- 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)