[release-announce] [oslo] oslo.messaging 6.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Mar 27 18:57:07 UTC 2018


We contentedly announce the release of:

oslo.messaging 6.0.0: Oslo Messaging API

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslo.messaging

Download the package from:

    https://pypi.python.org/pypi/oslo.messaging

Please report issues through launchpad:

    https://bugs.launchpad.net/oslo.messaging

For more details, please see below.

6.0.0
^^^^^


Prelude
*******

The Pika-based driver for RabbitMQ has been removed.


Upgrade Notes
*************

* Users of the Pika-based driver must change the prefix of all the
  transport_url configuration options from "pika://..."  to
  "rabbit://..." to use the default kombu based RabbitMQ driver.

Changes in oslo.messaging 5.36.0..6.0.0
---------------------------------------

222a939 Remove the deprecated Pika driver
008f583 Updated from global requirements
fae5b7a Modify grammatical errors


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  57 --
bindep.txt                                         |   8 +-
oslo_messaging/_drivers/impl_pika.py               | 366 ------------
oslo_messaging/_drivers/pika_driver/__init__.py    |   0
.../_drivers/pika_driver/pika_commons.py           |  40 --
.../_drivers/pika_driver/pika_connection.py        | 542 ------------------
.../pika_driver/pika_connection_factory.py         | 307 ----------
oslo_messaging/_drivers/pika_driver/pika_engine.py | 303 ----------
.../_drivers/pika_driver/pika_exceptions.py        |  68 ---
.../_drivers/pika_driver/pika_listener.py          | 123 ----
.../_drivers/pika_driver/pika_message.py           | 618 ---------------------
oslo_messaging/_drivers/pika_driver/pika_poller.py | 538 ------------------
oslo_messaging/opts.py                             |   7 +-
.../post.yaml                                      |  15 -
.../run.yaml                                       |  42 --
.../post.yaml                                      |  80 ---
.../run.yaml                                       |  79 ---
.../post.yaml                                      |  15 -
.../run.yaml                                       |  45 --
.../rabbit-no-wait-for-ack-9e5de3e1320d7660.yaml   |   2 +-
.../notes/remove-pika-1bae204ced2521a3.yaml        |   8 +
requirements.txt                                   |   8 +-
setup.cfg                                          |  16 -
test-requirements.txt                              |   2 +-
tox.ini                                            |   6 -
33 files changed, 18 insertions(+), 4556 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 8af36c9..2055389 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ futurist>=1.2.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -25 +25 @@ WebOb>=1.7.1 # MIT
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
@@ -31,2 +30,0 @@ kombu!=4.0.2,>=4.0.0 # BSD
-pika>=0.10.0 # BSD
-pika-pool>=0.1.3 # BSD
@@ -34 +32 @@ pika-pool>=0.1.3 # BSD
-# used by pika and zmq drivers
+# used by zmq driver
diff --git a/test-requirements.txt b/test-requirements.txt
index 15d7ba9..f1f6615 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -31 +31 @@ coverage!=4.4,>=4.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list