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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps aio-pika from 9.0.7 to 9.2.0.

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

  • URL params passing to aiormq #569
    • Connection.KWARGS_TYPES renamed to Connection.PARAMETERS and rework it to dataclass
    • Connection._parse_kwargs renamed to Connection._parse_parameters
    • AMQP URL parameters documentation article

9.1.5

  • Fix race condition in RobustChannel in reopen/ready #566 by @​isra17

9.1.4

  • use fork friendly random robust queue generation way #560

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

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.2.0.
- [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.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
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