anonim-legivon / picoboard

Imageboard engine powered by Django & Django Rest Framework
MIT License
18 stars 0 forks source link

Bump amqp from 2.3.2 to 2.4.0 #8

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps amqp from 2.3.2 to 2.4.0.

Changelog *Sourced from [amqp's changelog](https://github.com/celery/py-amqp/blob/master/Changelog).* > 2.4.0 > ===== > :release-date: 2018-13-01 1:00 P.M UTC+2 > :release-by: Omer Katz > > - Fix inconsistent frame_handler return value. > > The function returned by frame_handler is meant to return True > once the complete message is received and the callback is called, > False otherwise. > > This fixes the return value for messages with a body split across > multiple frames, and heartbeat frames. > > Fix contributed by **:github_user:`evanunderscore`** > > - Don't default content_encoding to utf-8 for bytes. > > This is not an acceptable default as the content may not be > valid utf-8, and even if it is, the producer likely does not > expect the message to be decoded by the consumer. > > Fix contributed by **:github_user:`evanunderscore`** > > - Fix encoding of messages with multibyte characters. > > Body length was previously calculated using string length, > which may be less than the length of the encoded body when > it contains multibyte sequences. This caused the body of > the frame to be truncated. > > Fix contributed by **:github_user:`evanunderscore`** > > - Respect content_encoding when encoding messages. > > Previously the content_encoding was ignored and messages > were always encoded as utf-8. This caused messages to be > incorrectly decoded if content_encoding is properly respected > when decoding. > > Fix contributed by **:github_user:`evanunderscore`** > > - Fix AMQP protocol header for AMQP 0-9-1. > > Previously it was set to a different value for unknown reasons. > > Fix contributed by **Carl Hörberg** > > - Add support for Python 3.7. > > ... (truncated)
Commits - [`cf8402b`](https://github.com/celery/py-amqp/commit/cf8402b5ff0972f350dc8f0f3f855073fddb842d) Bump version: 2.3.2 → 2.4.0 - [`37d8c28`](https://github.com/celery/py-amqp/commit/37d8c280a92b15080c0029b05475cde563079ee6) Update changelog. - [`9dcc0df`](https://github.com/celery/py-amqp/commit/9dcc0df232ce7f041468ad2948fcbf4a08ab6775) Move delivery_info to constructor of Message. ([#235](https://github-redirect.dependabot.com/celery/py-amqp/issues/235)) - [`6c8b4b4`](https://github.com/celery/py-amqp/commit/6c8b4b45d622a2ca1a154596e9ea2f3621feb43a) queue, exchange and basic.get integration tests ([#234](https://github-redirect.dependabot.com/celery/py-amqp/issues/234)) - [`ccddd02`](https://github.com/celery/py-amqp/commit/ccddd02a71cb53f7aa6f4bad7397dc9060a08dfb) Use tuple instead of list. - [`6e43b7d`](https://github.com/celery/py-amqp/commit/6e43b7db2fdfa765a7596e8889941304b3becc94) Don't return method signature from AbstractChannel::wait() ([#233](https://github-redirect.dependabot.com/celery/py-amqp/issues/233)) - [`938f8a3`](https://github.com/celery/py-amqp/commit/938f8a34bc6608d9b8889958828ea2d96ebdf8ed) Don't revive channel when connection is closing ([#220](https://github-redirect.dependabot.com/celery/py-amqp/issues/220)) - [`a7dd9d4`](https://github.com/celery/py-amqp/commit/a7dd9d4e3d8e1a9db8f13f6feffeabd903988513) Improved empty AMQPError string representation ([#231](https://github-redirect.dependabot.com/celery/py-amqp/issues/231)) - [`f16df2a`](https://github.com/celery/py-amqp/commit/f16df2a17630c9804a6da614443c5e862271823f) Fix basic_consume() with no consumer_tag provided ([#221](https://github-redirect.dependabot.com/celery/py-amqp/issues/221)) - [`0e793de`](https://github.com/celery/py-amqp/commit/0e793de205e447d57214b32ea121ff2078c2819d) Prevent failed checks in integration tests caused by table datatype ([#216](https://github-redirect.dependabot.com/celery/py-amqp/issues/216)) - Additional commits viewable in [compare view](https://github.com/celery/py-amqp/compare/v2.3.2...v2.4.0)


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 cancel merge` will cancel a previously requested merge - `@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.