Rocky Series Release Notes¶
3.10.0¶
Bug Fixes¶
[bug 1733052] Now the version discovery mechanism only fetches the version info from server side if the versioned url has been overrode. So that the request url’s path won’t be changed completely.
3.8.0¶
New Features¶
Addes support for retrying certain HTTP status codes when doing requests via the new
status_code_retriesandretriable_status_codesparameters forSessionandAdapter.
3.7.0¶
New Features¶
Added
collect_timingoption tokeystoneauth1.session.Session. The option, which is off by default, causes theSessionto collect API timing information for every call it makes. Methodsget_timingsandreset_timingshave been added to allow getting and clearing the data.
Added
split-loggersoption to the oslo.config Session options.
Exposed
keystoneauth1.discover.version_betweenas a public function that can be used to determine if a given version is within a range.
3.6.2¶
Bug Fixes¶
[bug 1766235] Fixed an issue where passing headers in as bytes rather than strings would cause a sorting issue.
3.6.1¶
Bug Fixes¶
The docstring for
keystoneauth1.session.Session.get_all_version_datacorrectly listed'public'as the default value, but the argument list hadNone. The default has been fixed to match the documented value.
3.6.0¶
New Features¶
Added a ‘status’ field to the EndpointData object which contains a canonicalized version of the information in the status field of discovery documents.
Added support for service-type aliases as defined in the Service Types Authority when doing catalog lookups.