Ocata Series Release Notes¶
3.10.0¶
New Features¶
Added ability to filter on multiple values with the same parameter key. For example, we can now filter on user names that contain both
testanduserusingkeystone.users.list(name__contains=['test', 'user']).
3.9.0¶
Bug Fixes¶
[bug 1616105] Only log the response body when the
Content-Typeheader is set toapplication/json. This avoids logging large binary objects (such as images). OtherContent-Typewill not be logged. AdditionalContent-Typestrings can be added as required.
The
X-Service-Tokenheader value is now properly masked, and is displayed as a hash value, in the log.
3.8.0¶
New Features¶
Added a
allow_expiredargument tovalidateandget_token_datain keystoneclient.v3.tokens. Setting this toTrue, allos for a token validation query to fetch expired tokens.
3.7.0¶
New Features¶
Added support for
domain configs. A user can now upload domain specific configurations to keytone using the client. Seeclient.domain_configs.create,client.domain_configs.delete,client.domain_configs.getandclient.domain_configs.update.
3.6.0¶
Prelude¶
The data argument for creating and updating credentials has been removed.
Other Notes¶
The
dataargument for creating and updating credentials was deprecated in the 1.7.0 release. It has been replaced by theblobargument.