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

no-reply at openstack.org no-reply at openstack.org
Thu May 31 15:06:42 UTC 2018


We are satisfied to announce the release of:

oslo.messaging 6.3.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.org/project/oslo.messaging

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.messaging 6.2.0..6.3.0
--------------------------------------

037abd3 Convert legacy zuul jobs to v3
b34ab8b [rabbitmq] Implement active call monitoring
d38ad3e Make oslo.messaging-devstack-amqp1 job non-voting
f08cd55 Remove stale pip-missing-reqs tox test.
2b55d6c Add a skeleton for a v3-native devstack job
930e618 Add heartbeat() method to RpcIncomingMessage
d1f241a Trivial: Update pypi url to new url
5f4755b Add kafka for python 3 functional test


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

.zuul.yaml                                         | 179 ++++++++++-----------
README.rst                                         |   4 +-
oslo_messaging/_drivers/amqp.py                    |   1 +
oslo_messaging/_drivers/amqpdriver.py              |  41 ++++-
oslo_messaging/_drivers/base.py                    |  21 ++-
oslo_messaging/_drivers/impl_amqp1.py              |  10 +-
oslo_messaging/_drivers/impl_fake.py               |   5 +-
oslo_messaging/_drivers/impl_kafka.py              |  11 +-
.../zmq_driver/server/zmq_incoming_message.py      |   3 +
oslo_messaging/rpc/client.py                       |  50 ++++--
oslo_messaging/rpc/dispatcher.py                   |  51 +++++-
oslo_messaging/transport.py                        |   6 +-
playbooks/oslo.messaging-devstack-full/post.yaml   |  16 --
playbooks/oslo.messaging-devstack-full/pre.yaml    |  12 --
playbooks/oslo.messaging-devstack-full/run.yaml    |  54 -------
.../post.yaml                                      |  15 --
.../run.yaml                                       |  44 -----
.../post.yaml                                      |  15 --
.../run.yaml                                       |  43 -----
.../post.yaml                                      |  15 --
.../run.yaml                                       |  42 -----
.../post.yaml                                      |  15 --
.../run.yaml                                       |  42 -----
.../post.yaml                                      |  15 --
.../run.yaml                                       |  39 -----
.../post.yaml                                      |  15 --
.../run.yaml                                       |  42 -----
.../post.yaml                                      |  15 --
.../run.yaml                                       |  46 ------
.../post.yaml                                      |  15 --
.../run.yaml                                       |  45 ------
.../post.yaml                                      |  15 --
.../run.yaml                                       |  40 -----
.../post.yaml                                      |  15 --
.../run.yaml                                       |  45 ------
tox.ini                                            |  20 +--
41 files changed, 344 insertions(+), 820 deletions(-)







More information about the Release-announce mailing list