frafra / postgresql2websocket

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

Bump multidict from 2.1.4 to 4.5.2 #4

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps multidict from 2.1.4 to 4.5.2.

Release notes *Sourced from [multidict's releases](https://github.com/aio-libs/multidict/releases).* > ## multidict 4.5.2 bugfix release > Fixes another memory leak introduced by 4.5.0 release. > > aiohttp client API leaked memory with multidict 4.5.0-4.5.1, the release fixes it. > > Changes > ------------ > > * Fix another memory leak introduced by 4.5.0 release [#307](https://github-redirect.dependabot.com/aio-libs/multidict/issues/307) > > ## multidict 4.5.1 bugfix release > The release fixes a very serious memory leak introduced by 4.5.0 release. > > Upgrade from 4.5.0 to 4.5.1 is highly recommended. > > Changes > ------------ > > * Fix a memory leak introduced by 4.5.0 release [#306](https://github-redirect.dependabot.com/aio-libs/multidict/issues/306) > > ## v4.5.0 > 4.5.0 (2018-11-19) > ------------------ > > * Multidict views ported from Cython to C extension ([#275](https://github-redirect.dependabot.com/aio-libs/multidict/issues/275)) > > ## multidict 4.4.2 release > Changes > ------------- > > * Restore Python 3.4 support ([#289](https://github-redirect.dependabot.com/aio-libs/multidict/issues/289)) > > ## multidict 4.4.1 release > Changes > ------------- > > * Fix type annotations ([#283](https://github-redirect.dependabot.com/aio-libs/multidict/issues/283)) > > * Allow to install the library on systems without compilation toolset > ([#281](https://github-redirect.dependabot.com/aio-libs/multidict/issues/281)) > > ## multidict 4.3.0 release > Changes > ------------- > > * Fix pep 484 stub file > > ## multidict 4.2.0 release > No new features but the library provides typing information for tools like `mypy` (see https://www.python.org/dev/peps/pep-0561/ for details.) > > ... (truncated)
Changelog *Sourced from [multidict's changelog](https://github.com/aio-libs/multidict/blob/master/docs/changes.rst).* > 4.5.2 (2018-11-28) > ================== > > - Fix another memory leak introduced by 4.5.0 release (307) > > 4.5.1 (2018-11-22) > ================== > > - Fix a memory leak introduced by 4.5.0 release (306) > > 4.5.0 (2018-11-19) > ================== > > - Multidict views ported from Cython to C extension (275) > > 4.4.2 (2018-09-19) > ================== > > - Restore Python 3.4 support (289) > > 4.4.1 (2018-09-17) > ================== > > - Fix type annotations (283) > - Allow to install the library on systems without compilation toolset (281) > > 4.4.0 (2018-07-04) > ================== > > - Rewrite C implementation to use C pair list. > - Fix update order when both `arg` and `kwargs` are used. > > 4.3.1 (2018-05-06) > ================== > > - Fix a typo in multidict stub file. > > 4.3.0 (2018-05-06) > ================== > > - Polish type hints, make multidict type definitions generic. > > 4.2.0 (2018-04-15) > ================== > > - Publish `py.typed` flag for type hinting analyzers (`mypy` etc). > > 4.1.0 (2018-01-28) > ================== > > ... (truncated)
Commits - [`bd40998`](https://github.com/aio-libs/multidict/commit/bd40998bf220820a7d636d5f02912c8d4abcac23) Bmp to 4.5.2 - [`80ac19c`](https://github.com/aio-libs/multidict/commit/80ac19c7dd04395169d08227cb4549324880bd7b) Fix [#307](https://github-redirect.dependabot.com/aio-libs/multidict/issues/307): memory leak in __len__ and __contains__ view implementation ([#309](https://github-redirect.dependabot.com/aio-libs/multidict/issues/309)) - [`2e183f8`](https://github.com/aio-libs/multidict/commit/2e183f883351200a72a5ffbd49055d9b035b1ee9) Bump to 4.5.1 - [`d957636`](https://github.com/aio-libs/multidict/commit/d95763641f5f82a80bef03bf8c3f40763023dee2) Fix memory leak ([#306](https://github-redirect.dependabot.com/aio-libs/multidict/issues/306)) - [`8e4275d`](https://github.com/aio-libs/multidict/commit/8e4275d6b44eeea6fab0c898d970e8cbfe9a08a6) Highlight v4.5.0 release title in the changelog - [`27d9a15`](https://github.com/aio-libs/multidict/commit/27d9a151acd36e825da8c8316ec660f523fd9d07) Replace py.test with pytest in manylinux1 build script - [`e59fb65`](https://github.com/aio-libs/multidict/commit/e59fb65f42ff8f518eb0d28e5b2008e1dc589f95) Bump dist version to v4.5.0 - [`813f8c1`](https://github.com/aio-libs/multidict/commit/813f8c1104c123b5b43afb9597aa30409586fae1) Add a changelog entry for v4.5.0 - [`f06f991`](https://github.com/aio-libs/multidict/commit/f06f991949f49e80cc51521a45b538241abbaa59) Scheduled weekly dependency update for week 46 ([#303](https://github-redirect.dependabot.com/aio-libs/multidict/issues/303)) - [`476bef6`](https://github.com/aio-libs/multidict/commit/476bef69664c16142ec6cbf32920b233c0b0e98f) Scheduled weekly dependency update for week 45 ([#302](https://github-redirect.dependabot.com/aio-libs/multidict/issues/302)) - Additional commits viewable in [compare view](https://github.com/aio-libs/multidict/compare/v2.1.4...v4.5.2)


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.