Skip to content

Commit

Permalink
Write the changelog for 1.6.1 and bump the version
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Cline <[email protected]>
  • Loading branch information
jeremycline committed Apr 17, 2019
1 parent d7f1dee commit be3e885
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,47 @@ Release Notes

.. towncrier release notes start
v1.6.1 (2019-04-17)
===================

Bug Fixes
---------

* Fix a bug in publishing where if the broker closed the connection, the client
would not properly dispose of the connection object and publishing would fail
forever (`PR#157 <https://github.com/fedora-infra/fedora-messaging/pull/157>`_).

* Fix a bug in the :func:`fedora_messaging.api.twisted_consume` function where
if the user did not have permissions to read from the specified queue which
had already been declared, the Deferred that was returned never fired. It now
errors back with a :class:`fedora_messaging.exceptions.PermissionException`
(`PR#160 <https://github.com/fedora-infra/fedora-messaging/pull/160>`_).


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

* Stop pinning pytest to 4.0 or less as the incompatibility with pytest-twisted
has been resolved
(`PR#158 <https://github.com/fedora-infra/fedora-messaging/pull/158>`_).


Other Changes
-------------

* Include commands to connect to the Fedora broker in the documentation
(`PR#154 <https://github.com/fedora-infra/fedora-messaging/pull/154>`_).


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

* Aurélien Bompard
* Jeremy Cline


v1.6.0 (2019-04-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 @@ -15,4 +15,4 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

__version__ = "1.6.0"
__version__ = "1.6.1"

0 comments on commit be3e885

Please sign in to comment.