Ocata Series Release Notes¶
2.17.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.
2.14.0¶
Prelude¶
Allow adding client and application name and version to the session and adapter that will generate a userful user agent string.
New Features¶
You can specify a
app_nameandapp_versionwhen creating a session. This information will be encoded into the user agent.
You can specify a
client_nameandclient_versionwhen creating an adapter. This will be handled by client libraries and incluced into the user agent.
Libraries like shade that modify the way requests are made can add themselves to additional_user_agent and have their version reflected in the user agent string.
Deprecation Notes¶
We suggest you fill the name and version for the application and client instead of specifying a custom
user_agent. This will then generate a standard user agent string.