We joyfully announce the release of: keystoneauth 5.4.0 This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/keystoneauth Download the package from: https://pypi.org/project/keystoneauth Please report issues through: https://bugs.launchpad.net/keystoneauth/+bugs For more details, please see below. 5.4.0 ^^^^^ Bug Fixes * Fixes a condition where URL parameters would be appended to a new URL discovered via a redirect. This was resulting in arguments being duplicated on requests to the new server being redirected to. URL redirects are intended to redirect the requester to the final location, and generally include a fully formatted final destination URL, which would include URL parameters. URL parameters are now dropped when attempting to issue a request once redirected. Changes in keystoneauth 5.3.0..5.4.0 ------------------------------------ 74f0524 Drop parameters when connecting to a redirected endpoint efba3f9 Update master for stable/2023.2 c800dce Keep request-id at redirect 66cd04e Add project URLs from README as packaging metadata Diffstat (except docs and test files) ------------------------------------- keystoneauth1/session.py | 11 +++++++++++ ...-url-parameters-on-redirect-13951b4a4c830d0f.yaml | 10 ++++++++++ releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + setup.cfg | 5 +++++ 6 files changed, 53 insertions(+)