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

Bump amqp from 1.4.8 to 2.6.1 #749

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps amqp from 1.4.8 to 2.6.1.

Changelog

Sourced from amqp's changelog.

2.6.1

:release-date: 2020-07-31 10.30 P.M UTC+6:00 :release-by: Asif Saif Uddin

  • Fix buffer overflow in frame_writer after frame_max is increased. frame_writer allocates a bytearray on intialization with a length based on the connection.frame_max value. If connection.frame_max is changed to a larger value, this causes an error like pack_into requires a buffer of at least 408736 bytes.

.. _version-2.6.0:

2.6.0

:release-date: 20-06-01 12.00 P.M UTC+6:00 :release-by: Asif Saif Uddin

  • Implement speedups in cython (#311)
  • Updated some tests & code improvements
  • Separate logger for Connection.heartbeat_tick method
  • Cython generic content (#315)
  • Improve documentation a_global parameter of basic_qos() method.
  • Fix saving partial read buffer on windows during socket timeout. (#321)
  • Fix deserialization of long string field values that are not utf-8.
  • Added simple cythonization of abstract_channel.py
  • Speedups of serialization.py are more restrictive

.. _version-2.5.2:

2.5.2

:release-date: 2019-09-30 19.00 P.M UTC+6:00 :release-by: Asif Saif Uddin

  • Fixed a channel issue against a connection already closed
  • Updated some tests & code improvements

.. _version-2.5.1:

2.5.1

:release-date: 2019-08-14 22.00 P.M UTC+6:00 :release-by: Asif Saif Uddin

  • Ignore all methods except Close and Close-OK when channel/connection is closing
  • Fix faulty ssl sni intiation parameters (#283)
  • Undeprecate auto_delete flag for exchanges. (#287)
  • Improved tests and testing environments
Commits
  • 9d5d333 v2.6.1
  • 4cbb5c4 Vhangelog entry for v2.6.1
  • d431062 python 3.8 to classifier
  • c1c1aa0 version 2.6.0
  • 1ade638 update changelog for 2.6.0
  • fca0a94 Fix deserialization of long string field values that are not utf-8.
  • 5f03457 Fix saving partial read buffer on windows during socket timeout. (#321)
  • 8f65f58 Improve documentation a_global parameter of basic_qos() method.
  • 8d0b37c Speedups of serialization.py are more restrictive
  • 74a4077 Run only integration tests when speedups enabled
  • 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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [amqp](https://github.com/celery/py-amqp) from 1.4.8 to 2.6.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.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 1, 2020
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.

0 participants