We contentedly announce the release of: python-keystoneclient 3.5.1: Client Library for OpenStack Identity This release is part of the newton stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-keystoneclient Download the package from: https://pypi.python.org/pypi/python-keystoneclient Please report issues through launchpad: https://bugs.launchpad.net/python-keystoneclient For more details, please see below. 3.5.1 ^^^^^ Bug Fixes * [bug 1616105 (https://bugs.launchpad.net/keystoneauth/+bug/1616105)] Only log the response body when the "Content-Type" header is set to "application/json". This avoids logging large binary objects (such as images). Other "Content-Type" will not be logged. Additional "Content-Type" strings can be added as required. * The "X-Service-Token" header value is now properly masked, and is displayed as a hash value, in the log. Changes in python-keystoneclient 3.5.0..3.5.1 --------------------------------------------- 7c40ff8 Fix response body being omitted in debug mode incorrectly b69f3a1 Only log application/json content type ad4c019 Do not log binary data during request 918abd3 X-Serivce-Token should be hashed in the log 85400c9 Revert "Add auth functional tests" 51ed066 Update .gitreview for stable/newton Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + keystoneclient/session.py | 35 ++++++- .../notes/bug-1616105-cc8b85eb056e99e2.yaml | 8 ++ .../notes/bug-1654847-d2e9df994c7b617f.yaml | 5 + 7 files changed, 127 insertions(+), 75 deletions(-)