We are jazzed to announce the release of: panko 9.0.0: Event storage publisher and API for Ceilometer This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/panko Download the package from: https://tarballs.openstack.org/panko/ Please report issues through: https://bugs.launchpad.net/panko/+bugs For more details, please see below. Changes in panko 8.0.0..9.0.0 ----------------------------- ec84ed8a Add max_count argument for clear_expired_data call d2453d77 Stop to use the __future__ module. 260ba072 Switch to newer openstackdocstheme and reno versions 8583d1a6 Add py38 package metadata ba63796b Add Python3 victoria unit tests 1dfa064a Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- panko/cmd/storage.py | 15 +++++++++++++- panko/storage/__init__.py | 5 +++++ panko/storage/base.py | 3 ++- panko/storage/impl_log.py | 5 +++-- panko/storage/impl_mongodb.py | 3 ++- panko/storage/impl_sqlalchemy.py | 23 +++++++++++++--------- panko/storage/sqlalchemy/alembic/env.py | 2 -- .../functional/storage/test_storage_scenarios.py | 2 +- ...pport-batch-delete-events-4c63a758bdda93d1.yaml | 12 +++++++++++ releasenotes/source/conf.py | 9 +++++---- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 6 ------ 19 files changed, 81 insertions(+), 40 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5dcfd3e1..7c29ae6b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +8,0 @@ PyMySQL>=0.6.2 # MIT License -# Docs Requirements @@ -14,4 +12,0 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 -sphinxcontrib-httpdomain # BSD -sphinxcontrib-pecanwsme>=0.8 # Apache-2.0 @@ -24 +18,0 @@ pifpaf>=0.0.11 -reno
participants (1)
-
no-reply@openstack.org