Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Bump aio-pika from 9.0.7 to 9.1.3#26

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aio-pika-9.1.3
Closed

Bump aio-pika from 9.0.7 to 9.1.3#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/aio-pika-9.1.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 26, 2023

Bumps aio-pika from 9.0.7 to 9.1.3.

Release notes

Sourced from aio-pika's releases.

9.1.3

  • Ported publisher confirms tutorial by @​MaPePeR #550
  • Fixed errored response when aio_pika.patterns.RPC can not serialize the result #552

9.1.2

  • Small fixes in docs

9.1.1

  • Upgrade requirements in poetry.lock
  • Rebuild docs

9.1.0

The bulk of the changes are related to how the library entities are now interconnected. In previous versions of aio_pika.Channel instances not contains a link to the aio_pika.Connection instances for now is contains it.

While I don't want custom code to work directly with the aiormq.Channel instance, this was a public API and I should warn you about the change here. The aio_pika.Channel.channel property is deprecated. Use aio_pika.Channel.get_underlay_chanel() instead.

Now all library entities already use this method.

Changelog

Sourced from aio-pika's changelog.

9.1.3

  • Ported publisher confirms tutorial by @​MaPePeR #550
  • Fixed errored response when aio_pika.patterns.RPC can not serialize the result #552

9.1.2

  • Fix badges in docs

9.1.1

  • Fix readthedocs build file

9.1.0

The bulk of the changes are related to how the library entities are now interconnected. In previous versions of aio_pika.Channel instances not contains a link to the aio_pika.Connection instances for now is contains it.

While I don't want custom code to work directly with the aiormq.Channel instance, this was a public API and I should warn you about the change here. The aio_pika.Channel.channel property is deprecated. Use aio_pika.Channel.get_underlay_chanel() instead. Now all library entities already use this method.

Commits
  • f0ccd22 Add changelog and bump to 9.1.3
  • 05d3820 Merge pull request #550 from MaPePeR/publisher_confirms_tutorial
  • 1a4bd51 Merge pull request #552 from mosquito/hotfix/rpc-serialization-error
  • bc83375 Erorr response when RPC can not serialize the result
  • 6d3d073 Replace TaskGroup with list and gather for python<3.11 compatability.
  • 2813b50 Use helper function to handle confirmations asynchronously in strategy #3.
  • 01b2b37 Create task to send batched messages and handle confirmations with helper.
  • 01618df Mention on_return_raises in publisher confirms tutorial.
  • 59fa123 Suggest ContextVar to find message for ConfirmationFrame asynchronously.
  • 5793814 Use timeout= parameter instead of calling wait_for ourselves.
  • 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)

Bumps [aio-pika](https://github.com/mosquito/aio-pika) from 9.0.7 to 9.1.3.
- [Release notes](https://github.com/mosquito/aio-pika/releases)
- [Changelog](https://github.com/mosquito/aio-pika/blob/master/CHANGELOG.md)
- [Commits](mosquito/aio-pika@9.0.7...9.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 10, 2023

Superseded by #29.

@dependabot dependabot Bot closed this Jul 10, 2023
@dependabot dependabot Bot deleted the dependabot/pip/aio-pika-9.1.3 branch July 10, 2023 22:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants