Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pika from 0.10.0 to 1.3.0 #13

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2022

Bumps pika from 0.10.0 to 1.3.0.

Release notes

Sourced from pika's releases.

1.3.0

https://pypi.org/project/pika/1.3.0/ | GitHub milestone

1.2.1

https://pypi.org/project/pika/

GitHub milestone

1.2.0

GitHub Milestone

1.1.0

GitHub Milestone

1.0.1

GitHub milestone

1.0.0

Please refer to the CHANGELOG

GitHub milestone

1.0.0b2

NOTE: beta release for version 1.0.0. This version has many API changes, please read the CHANGELOG and test your code thoroughly before using in production.

0.13.1

Please refer to the CHANGELOG

GitHub milestone

0.13.0

Please refer to the CHANGELOG

GitHub milestone

0.13.0b1

Please refer to the CHANGELOG

GitHub milestone

0.12.0

Please refer to the CHANGELOG

GitHub milestone

0.12.0b4

Please refer to the changelog.

0.12.0b3

Please refer to the changelog.

... (truncated)

Changelog

Sourced from pika's changelog.

1.3.0 2022-06-29

GitHub milestone <https://github.com/pika/pika/milestone/19?closed=1>_

1.2.1 2022-04-27

GitHub milestone <https://github.com/pika/pika/milestone/18?closed=1>_

1.2.0 2021-02-04

GitHub milestone <https://github.com/pika/pika/milestone/17?closed=1>_

1.1.0 2019-07-16

GitHub milestone <https://github.com/pika/pika/milestone/16?closed=1>_

1.0.1 2019-04-12

GitHub milestone <https://github.com/pika/pika/milestone/15?closed=1>_

  • API docstring updates
  • Twisted adapter: Add basic_consume Deferred to the call list (PR <https://github.com/pika/pika/pull/1202>_)

1.0.0 2019-03-26

GitHub milestone <https://github.com/pika/pika/milestone/8?closed=1>_

  • AsyncioConnection, TornadoConnection and TwistedProtocolConnection are no longer auto-imported (PR <https://github.com/pika/pika/pull/1129>_)
  • BlockingConnection.consume now returns (None, None, None) when inactivity timeout is reached (PR <https://github.com/pika/pika/pull/901>_)
  • Python 3.7 support (Issue <https://github.com/pika/pika/issues/1107>_)
  • all_channels parameter of the Channel.basic_qos method renamed to global_qos
  • global_ parameter of the Basic.Qos spec class renamed to global_qos
  • NOTE: heartbeat_interval is removed, use heartbeat instead.
  • NOTE: The backpressure_detection option of ConnectionParameters and URLParameters property is REMOVED in favor of Connection.Blocked and Connection.Unblocked. See Connection.add_on_connection_blocked_callback.
  • NOTE: The legacy basic_publish method is removed, and publish renamed to basic_publish
  • NOTE: The signature of the following methods has changed from Pika 0.13.0. In general, the callback parameter that indicates completion of the method has been moved to the end of the parameter list to be consistent with other parts of Pika's API and with other libraries in general.

IMPORTANT: The signature of the following methods has changed from Pika 0.13.0. In general, the callback parameter that indicates completion of the method has been moved to the end of the parameter list to be consistent with other parts of Pika's API and with other libraries in general.

  • basic_cancel
  • basic_consume
  • basic_get
  • basic_qos
  • basic_recover

... (truncated)

Commits

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)

Bumps [pika](https://github.com/pika/pika) from 0.10.0 to 1.3.0.
- [Release notes](https://github.com/pika/pika/releases)
- [Changelog](https://github.com/pika/pika/blob/main/CHANGELOG.rst)
- [Commits](pika/pika@0.10.0...1.3.0)

---
updated-dependencies:
- dependency-name: pika
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 27, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2022

Superseded by #21.

@dependabot dependabot bot closed this Oct 24, 2022
@dependabot dependabot bot deleted the dependabot/pip/pika-1.3.0 branch October 24, 2022 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants