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 fedora-messaging from 2.1.0 to 3.0.0 #14

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2022

Bumps fedora-messaging from 2.1.0 to 3.0.0.

Release notes

Sourced from fedora-messaging's releases.

fedora-messaging 3.0.0

Released on 2021-12-14.

API Changes

  • Queues created by the CLI are now non-durable, auto-deleted and exclusive, as server-named queues are. (#239)
  • It is no longer necessary to declare a queue in the configuration file: a server-named queue will be created. Configured bindings which do not specify a queue name will be applied to the server-named queue. (#239)
  • Drop support for Python 2 (#246)
  • Drop the Twisted classes that had been flagged as deprecated. Drop the deprecated Message._body property. Refactor the consuming code into the Consumer class. (#249)

Features

  • Support anonymous (server-named) queues. (#239)
  • Support Python 3.10 (#250)
  • Raise PublishForbidden exception immediately if publishing to virtual host is denied rather than waiting until timeout occurs. (#203)

Bug Fixes

  • Fixed validation exception of queue field on serialized schemas. (#240)

Documentation Improvements

  • Improve release notes process documentation (#238)
  • Build a list of available topics in the documentation from known schema packages (#242)

Development Changes

  • Start using pre-commit for linters and formatters (732c7fb)

Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request reviews for this release:

  • Aurélien Bompard
  • David Jimenez
  • Michal Konečný
  • Onur Ozkan
Changelog

Sourced from fedora-messaging's changelog.

3.0.0 (2021-12-14)

API Changes

  • Queues created by the CLI are now non-durable, auto-deleted and exclusive, as server-named queues are. (PR#239 <https://github.com/fedora-infra/fedora-messaging/pull/239>_)

  • It is no longer necessary to declare a queue in the configuration file: a server-named queue will be created. Configured bindings which do not specify a queue name will be applied to the server-named queue. (PR#239 <https://github.com/fedora-infra/fedora-messaging/pull/239>_)

  • Drop support for Python 2 (PR#246 <https://github.com/fedora-infra/fedora-messaging/pull/246>_)

  • Drop the Twisted classes that had been flagged as deprecated. Drop the deprecated Message._body property. Refactor the consuming code into the Consumer class. (PR#249 <https://github.com/fedora-infra/fedora-messaging/pull/249>_)

Features

  • Support anonymous (server-named) queues. (PR#239 <https://github.com/fedora-infra/fedora-messaging/pull/239>_)

  • Support Python 3.10 (PR#250 <https://github.com/fedora-infra/fedora-messaging/pull/250>_)

  • Raise PublishForbidden exception immediately if publishing to virtual host <https://www.rabbitmq.com/access-control.html>_ is denied rather than waiting until timeout occurs. ([#203](https://github.com/fedora-infra/fedora-messaging/issues/203) <https://github.com/fedora-infra/fedora-messaging/issues/203>_)

Bug Fixes

  • Fixed validation exception of queue field on serialized schemas. ([#240](https://github.com/fedora-infra/fedora-messaging/issues/240) <https://github.com/fedora-infra/fedora-messaging/issues/240>_)

Documentation Improvements

  • Improve release notes process documentation. (PR#238 <https://github.com/fedora-infra/fedora-messaging/pull/238>_)

... (truncated)

Commits
  • 91454df Version 3.0.0
  • 4ff9f7e Update the get-authors.py script
  • 9c9c575 Improve the releasing docs
  • 1b34344 Version 3.0.0 beta 1
  • ffc2eda Support Python 3.10
  • f087615 Add the missing news fragment for pre-commit
  • e41da32 Use pre-commit in tox
  • 431a8fc Run isort, no other change
  • 732c7fb Add pre-commit with a decent set of tools
  • 93a24ba Schemas doc: add links to datagrepper
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label May 3, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/fedora-messaging-3.0.0 branch 2 times, most recently from 35b390c to f68677d Compare May 3, 2022 07:13
Bumps [fedora-messaging](https://github.com/fedora-infra/fedora-messaging) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/fedora-infra/fedora-messaging/releases)
- [Changelog](https://github.com/fedora-infra/fedora-messaging/blob/stable/docs/changelog.rst)
- [Commits](fedora-infra/fedora-messaging@v2.1.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/fedora-messaging-3.0.0 branch from f68677d to 0c78584 Compare May 3, 2022 07:15
@hluk
Copy link
Member

hluk commented May 3, 2022

I'm not confident merging this change. We do not use fedora-messaging internally and this could break stuff for Fedora.

@hluk hluk closed this May 3, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/fedora-messaging-3.0.0 branch May 3, 2022 07:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant