We enthusiastically announce the release of: oslo.metrics 0.14.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/oslo.metrics Download the package from: https://pypi.org/project/oslo.metrics Please report issues through: https://bugs.launchpad.net/oslo.metrics/+bugs For more details, please see below. 0.14.0 ^^^^^^ Upgrade Notes ************* * Support for Python 3.9 has been removed. Now the minimum python version supported is 3.10. Other Notes *********** * Add a new option "wsgi_silent_server" to enable/disable STDOUT logs on oslo.metrics wsgi prometheus exporter. By default this new option will be set to "True", which means logs are **not** going to be printed anymore. Changes in oslo.metrics 0.13.0..0.14.0 -------------------------------------- 76ade7d reno: Update master for unmaintained/2024.1 c95c6ec Drop Python 3.9 support 4ba220b Update master for stable/2025.2 68a6f51 Silent WSGI server like a prometheus server 9b0b90c Exclude test code from coverage report Diffstat (except docs and test files) ------------------------------------- .coveragerc | 7 +++++++ oslo_metrics/__main__.py | 18 +++++++++++++++++- .../notes/add-wsgi_silent_server-9c1ff4d47bf4e6d8.yaml | 7 +++++++ releasenotes/notes/remove-py39-8e530aaa0908d4b0.yaml | 5 +++++ releasenotes/source/2024.1.rst | 2 +- releasenotes/source/2025.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + setup.cfg | 4 ++-- 8 files changed, 46 insertions(+), 4 deletions(-)