We are excited to announce the release of: monasca-common 3.0.0: Monasca common python modules This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/monasca-common Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. 3.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of monasca- common to support python 2.7 is OpenStack Train. The minimum version of Python now supported by monasca-common is Python 3.6. Changes in monasca-common 2.16.0..3.0.0 --------------------------------------- 231f3b4 Enable running unit tests in py37 environment eb8e6ff Allow passing config options to Kafka producer b70afb9 [ussuri][goal] Drop python 2.7 support and testing 66754b1 Avoid value decoding in Kafka delivery report dd4b19a Fix building librdkafka from source in Docker e9efa3b Install librdkafka from source code 2247194 Confluent Kafka driver broker option bug Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 +---- README.rst | 2 +- monasca_common/confluent_kafka/consumer.py | 4 ++-- monasca_common/confluent_kafka/producer.py | 11 ++++----- monasca_common/kafka/client_factory.py | 4 ++-- .../notes/drop-py-2-7-d932d947c945a645.yaml | 6 +++++ setup.cfg | 1 - tox.ini | 24 +++++++++----------- 11 files changed, 63 insertions(+), 41 deletions(-)