Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed May 12, 2021
1 parent fec2107 commit ff3da5d
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 11 deletions.
46 changes: 46 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,52 @@ Release Notes

.. towncrier release notes start
2.1.0 (2021-05-12)
==================

Features
--------

* Improve the testing module to check message topics and bodies separately,
and to use the rewritten assert that pytest provides
(`PR#230 <https://github.com/fedora-infra/fedora-messaging/pull/230>`_)

* Handle `topic authorization <https://www.rabbitmq.com/access-control.html#topic-authorisation>`_
by raising a ``PublishForbidden`` exception instead of being stuck in a retry loop
(`PR#235 <https://github.com/fedora-infra/fedora-messaging/pull/235>`_)

* Test on Python 3.8 and 3.9
(`PR#237 <https://github.com/fedora-infra/fedora-messaging/pull/237>`_)


Bug Fixes
---------

* Require setuptools, as ``pkg_resources`` is used
(`PR#233 <https://github.com/fedora-infra/fedora-messaging/pull/233>`_)


Development Changes
-------------------

* Update test fixture keys to 4096 bits
(`PR#232 <https://github.com/fedora-infra/fedora-messaging/pull/232>`_)

* Use Github Actions for CI
(`PR#234 <https://github.com/fedora-infra/fedora-messaging/pull/234>`_)


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

* Aurélien Bompard
* Jeremy Cline
* Miro Hrončok
* Pierre-Yves Chibon


2.0.2 (2020-08-04)
==================

Expand Down
2 changes: 1 addition & 1 deletion fedora_messaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
pass


__version__ = "2.0.2"
__version__ = "2.1.0"
1 change: 0 additions & 1 deletion news/PR230.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/PR232.dev

This file was deleted.

1 change: 0 additions & 1 deletion news/PR233.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/PR234.dev

This file was deleted.

1 change: 0 additions & 1 deletion news/PR235.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/PR237.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/aurelien.author

This file was deleted.

1 change: 0 additions & 1 deletion news/jcline.author

This file was deleted.

1 change: 0 additions & 1 deletion news/miro.author

This file was deleted.

1 change: 0 additions & 1 deletion news/pingou.author

This file was deleted.

0 comments on commit ff3da5d

Please sign in to comment.