Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps amqp from 1.4.8 to 2.4.1.

Changelog

Sourced from amqp's changelog.

2.4.1

:release-date: 2018-04-02 9:00 A.M UTC+2
:release-by: Omer Katz

  • To avoid breaking the API basic_consume() now returns the consumer tag
    instead of a tuple when nowait is True.

    Fix contributed by Matus Valo

  • Fix crash in basic_publish when broker does not support connection.blocked
    capability.

    Fix contributed by Matus Valo

  • read_frame() is now Python 3 compatible for large payloads.

    Fix contributed by Antonio Ojea

  • Support float read_timeout/write_timeout.

    Fix contributed by :github_user:cadl

  • Always treat SSLError timeouts as socket timeouts.

    Fix contributed by Dirk Mueller and Antonio Ojea

  • Treat EWOULDBLOCK as timeout.

    This fixes a regression on Windows from 2.4.0.

    Fix contributed by Lucian Petrut

Test Coverage & CI Improvements:

  • Matus Valo
  • Antonio Ojea

.. _version-2.4.0:

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.

... (truncated)
Commits
  • ba132f4 Bump version: 2.4.0 → 2.4.1
  • e669e83 Updated changelog.
  • 2356f42 Treat EWOULDBLOCK as timeout (#253)
  • bf122a0 Always treat SSLError timeouts as socket timeouts (#247)
  • 457b3ba Support float read_timeout/write_timeout (#246)
  • 40e0ef5 Add unit test for SSLTransport _write function (#251)
  • e45ea3e read_frame python3 compatible for large payloads (#248)
  • 734305d Add unit test for test_wrap_socket_sni (#250)
  • 60acabc Fix crash in basic_publish when broker does not support connection.blocked ca...
  • f507172 basic_consume() should return consumer tag instead of tuple (#240)
  • Additional commits viewable in compare view

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.


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:

  • 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.

Bumps [amqp](https://github.com/celery/py-amqp) from 1.4.8 to 2.4.1.
- [Release notes](https://github.com/celery/py-amqp/releases)
- [Changelog](https://github.com/celery/py-amqp/blob/master/Changelog)
- [Commits](celery/py-amqp@v1.4.8...v2.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 12, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 71.773% when pulling a05ad5c on dependabot/pip/amqp-2.4.1 into 2f1daba on master.

@dependabot-preview
Copy link
Author

Superseded by #687.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/amqp-2.4.1 branch March 4, 2019 13:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants