[release-announce] oslo.messaging 11.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 5 21:58:35 UTC 2020


We are overjoyed to announce the release of:

oslo.messaging 11.0.0: Oslo Messaging API

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/oslo.messaging

Download the package from:

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

Please report issues through:

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

For more details, please see below.

11.0.0
^^^^^^


New Features
************

   * SSL support for oslo_messaging's kafka driver Next configuration
     params was added


  * *ssl_client_cert_file* (default='')

  * *ssl_client_key_file* (default='')

  * *ssl_client_key_password* (default='')


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

* Support for Python 2.7 has been dropped. The latest version of
  Python now supported is Python 3.6.


Other Notes
***********

* NoSuchMethod exception will not be logged for special non-existing
  methods which names end with '_ignore_errors'. Such methods might be
  used as health probes for openstack services.

Changes in oslo.messaging 10.5.0..11.0.0
----------------------------------------

32a1b6e9 [ussuri][goal] Drop python 2.7 support and testing
d7eb89ea Don't log NoSuchMethod for special non-existing methods
5a43d454 Add support for kafka SSL autentication
e4a8900a Adding debug logs on AMQPListener poll
cc6cf12c tox: Trivial cleanup


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

.zuul.yaml                                         | 29 +--------------
lower-constraints.txt                              |  1 -
oslo_messaging/_drivers/amqpdriver.py              |  8 +++++
oslo_messaging/_drivers/impl_kafka.py              | 11 +++++-
.../_drivers/kafka_driver/kafka_options.py         | 14 +++++++-
oslo_messaging/rpc/server.py                       | 12 +++++--
releasenotes/notes/add-ssl-support-for-kafka.yaml  |  9 +++++
.../drop-python27-support-5ef2f365d8930483.yaml    |  5 +++
.../no-log-if-ignore-errors-e2223b8a646b4c40.yaml  |  5 +++
setup.cfg                                          |  8 ++---
setup.py                                           |  8 -----
tox.ini                                            | 41 +++-------------------
14 files changed, 75 insertions(+), 87 deletions(-)







More information about the Release-announce mailing list