1---
2major_changes:
3- auth field now required for anything other than Basic authentication, but, if client_id specified without auth, defaults to OAuth
4- refactored client to inherit from AnsibleModule
5- supports OpenID Connect authentication protocol
6- supports bearer tokens for authentication
7minor_changes:
8- standardized invocation output
9bugfixes:
10- order_by again working by locally sorting return list of records