2022-12-15 09:19:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 15 09:16:19 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Remove python_module macro definition
|
|
|
|
- More specific python_sitelib in %files
|
|
|
|
- Remove not needed python-six requirement
|
|
|
|
- Add update alternatives requirement
|
|
|
|
|
2022-10-29 01:41:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 28 17:02:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- Update to version 3.2.0
|
|
|
|
Features
|
|
|
|
* Add a priority property to messages, and a default priority in the configuration (#275)
|
|
|
|
* Add a message schema attribute and some documentation to help deprecate and upgrade message schemas (#227)
|
|
|
|
Other Changes
|
|
|
|
* Use tomllib from the standard library on Python 3.11 and above, fallback to tomli otherwise. (PR#274)
|
|
|
|
|
2022-10-12 04:42:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 12 03:16:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- Update to version 3.1.0
|
|
|
|
* Add the app_name and agent_name properties to message schemas (#272)
|
|
|
|
* Added "groups" property to message schemas. This property can be used if an event affects a list of groups. (#252)
|
|
|
|
|
2022-08-03 03:13:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 3 03:12:42 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Update to 3.0.2:
|
|
|
|
* Add packit configuration.
|
|
|
|
* Correct sync list, add issue repo and version info
|
|
|
|
- Remove unneeded BuildRequires on mock.
|
|
|
|
|
2022-05-03 20:48:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 3 11:05:27 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- add upstream bug url
|
|
|
|
|
2022-05-02 19:07:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 2 16:46:52 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update
|
|
|
|
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>`_)
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
* Fixed validation exception of queue field on serialized schemas.
|
|
|
|
(`#240 <https://github.com/fedora-infra/fedora-messaging/issues/240>`_)
|
|
|
|
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>`_)
|
|
|
|
2.0.2 (2020-08-04)
|
|
|
|
==================
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
* Set the QoS on the channel that is created for the consumer
|
|
|
|
(`#223 <https://github.com/fedora-infra/fedora-messaging/issues/223>`_)
|
|
|
|
2.0.1 (2020-01-02)
|
|
|
|
==================
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
* Fix handling of new connections after a publish timeout
|
|
|
|
(`#212 <https://github.com/fedora-infra/fedora-messaging/issues/212>`_)
|
|
|
|
- deleted patches
|
|
|
|
- pr_232.patch (upstreamed)
|
|
|
|
|
2021-03-27 03:09:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 27 03:03:01 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Add pr_232.patch from upstream
|
|
|
|
|
2020-11-25 07:19:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 17 11:59:41 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Update to v2.0.2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 27 11:45:26 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Initial spec for v2.0.0
|