We eagerly announce the release of: keystoneauth1 3.17.4: Authentication Library for OpenStack Identity This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/keystoneauth1 Download the package from: https://pypi.org/project/keystoneauth1 For more details, please see below. 3.17.4 ^^^^^^ Bug Fixes * [bug 1838704 (https://bugs.launchpad.net/keystone/+bug/1838704)] When consuming keystoneauth1.session.Session, if a requests session is not provided one is created. The Session used for requests may result in a ResourceWarning being generated if it is not properly closed. The code has been updated to close the session correctly when the Session object is deleted. Changes in keystoneauth1 3.17.3..3.17.4 --------------------------------------- 8dc7366 Cleanup session on delete Diffstat (except docs and test files) ------------------------------------- keystoneauth1/session.py | 18 ++++++++++++++++++ .../cleanup-session-on-delete-1ed6177d4c5c1f83.yaml | 9 +++++++++ 3 files changed, 35 insertions(+)
participants (1)
-
no-reply@openstack.org