- Bugfix for Kinde claims check
- Add retry when auth endpoint does not provide scopes
- Add exponential backoff to calls toward the auth endpoint
- Add update_validation method
- Add get_validation_task method
- Add update_agent_run method
- Add create_hook_run method
- Add update_hook_run method
- Add update_action_run method
- Change input parameter name from validation_task_id to task_id in update_validation_task method
- Add access_token and access_token_expiration as input arguments to Credentials constructor
- Add get_agent_statistics method
- Add delete_agent_run method
- Add delete_validation method
- Add create_action_run method
- Add documentRetentionInDays to update_organization
- Add methods create_role, update_role and delete_role
- Do not discard documents based on their content type
- Updated access token generation code to work with new IdP
- Initial release