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_retries
andretriable_status_codes
parameters forSession
andAdapter
.
3.7.0¶
New Features¶
Added
collect_timing
option tokeystoneauth1.session.Session
. The option, which is off by default, causes theSession
to collect API timing information for every call it makes. Methodsget_timings
andreset_timings
have been added to allow getting and clearing the data.
Added
split-loggers
option to the oslo.config Session options.
Exposed
keystoneauth1.discover.version_between
as 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_data
correctly 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.