[openstack-dev] [new][oslo] oslo.log 3.17.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 19 04:48:55 UTC 2016


We are high-spirited to announce the release of:

oslo.log 3.17.0: oslo.log library

This release is part of the ocata release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

3.17.0
^^^^^^

Upgrade Notes

* Configuration option *use_stderr*'s default value is False now,
  this will avoid same logs on service log and specific log file by
  option --log-file.

Changes in oslo.log 3.16.0..3.17.0
----------------------------------

76a1704 Modify use of assertTrue(A in B)
cff5de1 Change assertTrue(isinstance()) by optimal assert
30f2074 Add a json reformatter command
2204e0d Enable release notes translation
e66ddd6 Add support for P and Q release names
adce78c Updated from global requirements
0b9d54c Updated from global requirements
238a14d modify the home-page info with the developer documentation
7d1ef90 Add a filter to rate limit logs
62ba713 Implement FluentFormatter
4506291 Fix races in unit tests
cb39f21 standardize release note page ordering
107241b Use six.wraps instead of functools
d56c3e9 Update reno for stable/newton
ea0b6e9 Updated from global requirements
3fa753d Fix typos
1552647 Default use_stderr to False


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

oslo_log/_options.py                               |  17 ++-
oslo_log/cmds/__init__.py                          |   0
oslo_log/cmds/convert_json.py                      | 138 ++++++++++++++++++
oslo_log/formatters.py                             |  65 +++++++++
oslo_log/log.py                                    |   6 +
oslo_log/rate_limit.py                             | 157 +++++++++++++++++++++
oslo_log/versionutils.py                           |  10 +-
.../use_stderr_default_false-50d846b88cf2be90.yaml |   5 +
releasenotes/source/conf.py                        |   3 +
releasenotes/source/index.rst                      |   3 +-
releasenotes/source/newton.rst                     |   6 +
requirements.txt                                   |   3 +-
setup.cfg                                          |   4 +-
test-requirements.txt                              |   4 +-
26 files changed, 730 insertions(+), 39 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7c598d7..3dc12c4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ oslo.config>=3.14.0 # Apache-2.0
-oslo.context>=2.6.0 # Apache-2.0
+oslo.context>=2.9.0 # Apache-2.0
@@ -14,0 +15 @@ python-dateutil>=2.4.2 # BSD
+monotonic>=0.6 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d86ad0e..02b0b77 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -20,2 +20,2 @@ coverage>=3.6 # Apache-2.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0





More information about the OpenStack-dev mailing list