rcds
rcds copied to clipboard
build(deps): bump semver and pg in /example/web/with-database/chall
Removes semver. It's no longer used after updating ancestor dependency pg. These dependencies need to be updated together.
Removes semver
Updates pg from 8.2.1 to 8.11.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]
- 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
14b840ePublishf206293Clean up pg-native in Makefile better7152d4dAdd example Cloudflare Worker and test0755342Add Cloudflare Worker compatible socket5532ca5Use WebCrypto APIs where possible2b469d0avoid accessing Node specific requires when not neededf305419UseURLrather thanurl.parse()in pg-connection-string26f7504fix invalid connection string test249182eDocument client.escapeIdentifier and client.escapeLiteral (#2954)ee302cbPublish- 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 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.