[release-announce] [oslo] oslo.log 3.35.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 4 10:45:26 UTC 2017


We are pleased to announce the release of:

oslo.log 3.35.0: oslo.log library

This release is part of the queens release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslo.log

Download the package from:

    https://pypi.python.org/pypi/oslo.log

Please report issues through launchpad:

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

For more details, please see below.

3.35.0
^^^^^^

Bug Fixes

* The JSONFormatter formatter now converts unserializable objects
  with repr() to prevent JSON serialization errors on logging. The fix
  requires oslo.serialization 2.21.1 or newer. (Bug #1593641)

Changes in oslo.log 3.34.0..3.35.0
----------------------------------

9bedca4 Updated from global requirements
22bd3d5 JSONFormatter convert unserializable with repr()


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

oslo_log/formatters.py                             | 21 ++++++++++++++++++++-
.../notes/jsonformatter-repr-fd616eb6fa6caeb3.yaml |  6 ++++++
requirements.txt                                   |  2 +-
4 files changed, 49 insertions(+), 2 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 54e334d..ba0b728 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ six>=1.10.0 # MIT
-oslo.config>=4.6.0 # Apache-2.0
+oslo.config>=5.1.0 # Apache-2.0






More information about the Release-announce mailing list