Added - Add optional 'days' argument to client.tasks_by_name. - Add new client.recent_tasks function.
2.6.2
Added - Add client.tasks_by_name.
2.6.1
Fixed - Fix a bug where an error response containing a JSON list rather than a dictionary would fail.
2.6.0
Added - Support new 'deployed' keyword argument in PPAClient.tasks instance method.
Changed - Use requests.Session instance.
2.4.1
Added - Add new set_kerberos_config method for setting Kerberos configuration in the PPA appliance. - Add new attributes to RequestError exception: address, status_code, response_json, details, message, error.
Fixed - 201 (resource created) responses no longer raise an exception.
2.3.1
Fixed - Correctly load users who do not have any associated groups.