[openstack-dev] [new][oslo] oslo.log 3.9.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Jun 10 01:38:10 UTC 2016


We are thrilled to announce the release of:

oslo.log 3.9.0: oslo.log library

This release is part of the newton release series.

With source available at:

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

With package available at:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.log 3.8.0..3.9.0
--------------------------------

070cc7a Updated from global requirements
991d8f0 Make available to log encoded strings as arguments
5c55189 Updated from global requirements
3e3471f Fix typo: 'Olso' to 'Oslo'
3b45fbc Updated from global requirements
93dd44f Convert unicode data to utf-8 before calling syslog.syslog()
ea4b9d0 Updated from global requirements
77355b1 Use new logging specific method for context info
6a36cff Reduce READ_FREQ and TIMEOUT for watch-file
48920ea Improve olso.log test coverage for edge cases

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

oslo_log/formatters.py                 |  70 +++++++++++----
oslo_log/handlers.py                   |   9 +-
oslo_log/log.py                        |  17 ----
oslo_log/watchers.py                   |   4 +-
releasenotes/source/conf.py            |  10 +--
requirements.txt                       |   4 +-
setup.cfg                              |   2 +-
test-requirements.txt                  |   2 +-
12 files changed, 286 insertions(+), 81 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 59ec3f1..c8905bf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ six>=1.9.0 # MIT
-oslo.config>=3.9.0 # Apache-2.0
+oslo.config>=3.10.0 # Apache-2.0
@@ -10 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.11.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6ebbe26..c2d83c8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ testtools>=1.4.0 # MIT
-mock>=1.2 # BSD
+mock>=2.0 # BSD





More information about the OpenStack-dev mailing list