frafra / postgresql2websocket

Send PostgreSQL notifications over websockets
GNU General Public License v3.0
82 stars 10 forks source link

Bump asyncpg from 0.8.4 to 0.18.3 #6

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps asyncpg from 0.8.4 to 0.18.3.

Release notes *Sourced from [asyncpg's releases](https://github.com/MagicStack/asyncpg/releases).* > ## asyncpg v0.18.2 > Bug Fixes > --------- > > * Revert "Stop treating ReadyForQuery as a universal result indicator" > to fix stability regression. > (by [@​elprans](https://github.com/elprans) in 04b67480) > > * Correctly ignore all incoming messages after the Terminate message > (by [@​elprans](https://github.com/elprans) in 787317fb) > > * Properly cleanup connections closed by remote > (by [@​elprans](https://github.com/elprans) in 4393a159 for [#385](https://github-redirect.dependabot.com/MagicStack/asyncpg/issues/385)) > > ## asyncpg v0.18.1 > Bug Fixes > --------- > > * Fix DSN parsing regression > (by [@​elprans](https://github.com/elprans) in 8b98e7b4) > > ## asyncpg v0.18.0 > Improvements > ------------ > > * Implement `Record.get()` > (by [@​elprans](https://github.com/elprans) in 2b93ee55 for [#330](https://github-redirect.dependabot.com/MagicStack/asyncpg/issues/330)) > > * Internal asyncpg errors are now consistently raised as > `InternalClientError` (by [@​elprans](https://github.com/elprans) in 263de3ff) > > * Allow mappings as composite type input > (by [@​elprans](https://github.com/elprans) in eaa2fa1a for [#349](https://github-redirect.dependabot.com/MagicStack/asyncpg/issues/349)) > > * Add `BitString.to_int()` and `BitString.from_int()` > (by [@​percontation](https://github.com/percontation) in ffd134e8) > > * Allow 'sslmode' in DSNs > (by [@​percontation](https://github.com/percontation) in 0304288e) > > * Add support for specifying multiple host addresses when connecting > (by [@​elprans](https://github.com/elprans) in 1d650ed9 for [#257](https://github-redirect.dependabot.com/MagicStack/asyncpg/issues/257)) > > * Low-level protocol implementation has been tweaked and > optimized for slightly better performance in certain scenarios > (by [@​elprans](https://github.com/elprans) in 7a816138 and cc053fe5) > > * Queries with cached statements now generate fewer TCP packets > (by [@​aleksey](https://github.com/aleksey)-mashanov in bf071996) > > ... (truncated)
Commits - [`ca4ffca`](https://github.com/MagicStack/asyncpg/commit/ca4ffcac160986067d3fd024be5ae579158a84e0) asyncpg v0.18.3 - [`69cbfd0`](https://github.com/MagicStack/asyncpg/commit/69cbfd03c0301ade79fd341aa932b0e21250333b) Make sure idle never-acquired pool connections are closed due to inactivity - [`a6b7775`](https://github.com/MagicStack/asyncpg/commit/a6b7775a7f6382203c143d474e22714436b1078f) Fix bswap on *BSD - [`2200cd2`](https://github.com/MagicStack/asyncpg/commit/2200cd238c4d3e30205bec4a526362817fd24c45) asyncpg v0.18.2 - [`4393a15`](https://github.com/MagicStack/asyncpg/commit/4393a159e6612b9df801dcfec09b058c96f81205) Properly cleanup connections closed by remote - [`787317f`](https://github.com/MagicStack/asyncpg/commit/787317fb7811f9b122882a6375d093de473d8115) Correctly ignore all incoming messages after the Terminate message - [`04b6748`](https://github.com/MagicStack/asyncpg/commit/04b674802f5f1f2047551f220b4df81ce69678d1) Revert "Stop treating ReadyForQuery as a universal result indicator" - [`8c5c1bf`](https://github.com/MagicStack/asyncpg/commit/8c5c1bfe820f773afbad90076a07af5a4a86e102) Fix DSN parsing regression - [`e8120c5`](https://github.com/MagicStack/asyncpg/commit/e8120c504c22080ec62aee2cea181661cd599f98) Mention PostgreSQL 11 support in the documentation. - [`d2873e7`](https://github.com/MagicStack/asyncpg/commit/d2873e7855432e9f532ac8fa486062648547b618) asyncpg v0.18.0 - Additional commits viewable in [compare view](https://github.com/MagicStack/asyncpg/compare/v0.8.4...v0.18.3)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.