Victoria Series Release Notes

4.2.1

Bug Fixes

  • Fixes get_api_major_version for non-keystone authentication methods when the provided endpoint is not versioned.

4.2.0

New Features

  • A new http_basic auth plugin is added which enables HTTP Basic authentication for standalone services. Like the noauth plugin, the endpoint needs to be specified explicitly, along with the username and password.

Upgrade Notes

  • Python 3.5 is no longer supported.

4.1.0

Bug Fixes

  • [bug 1876317] The v3 authentication plugins now attempt to add /v3 to the token path if it’s not present on the authentication URL.