================== * Python 3.5 support removed. * Python 3.7 supported. * Python 3.8 supported. * Pagination with `continue` parameter over linked resources supported. * Requirements upgraded.
3.0.0
================== * Removing `transaction_id` value when the client is created. * Allowing to provide `user_id` and `application_id` values as correlation id prefix.
2.2.0
================== * Allowing to provide `correlation_id` value when the client is created. * Caching tokens by `grant_client_id` and `token_url` to avoid calling identity in case credentials are cached. * PageBrowser keeping a response cache to avoid duplicated requests. * Bug fixed when paging main content. Query params should to be added to next url. * New `AuthType.MUTUAL`.
2.1.1
================== * Token fetching not restarting backoff. Retries continuing its count instead of restarting it when there is a invalid token.
2.1.0
==================
* Modifying setup.cfg to allow different version formats (i.e development versions). * Paging with `continue` parameter. * When token is expired, it is updated automatically with CLIENT_GRANT auth type.
2.0.0
==================
* Removing python 2.7 compatibility.
* Adding backoff to http requests. Configurable backoff from client creation.
* Libraries `urllib3` and `requests` upgraded to solve security issues.