Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.29 KB

File metadata and controls

60 lines (34 loc) · 1.29 KB

Changelog

Version 0.6.3 - 2026-03-03

  • Bugfix for Kinde claims check

Version 0.6.2 - 2026-02-25

  • Add retry when auth endpoint does not provide scopes

Version 0.6.1 - 2026-02-23

  • Add exponential backoff to calls toward the auth endpoint

Version 0.6.0 - 2026-01-27

  • 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

Version 0.5.0 - 2026-01-16

  • Add access_token and access_token_expiration as input arguments to Credentials constructor

Version 0.4.10 - 2025-11-24

  • Add get_agent_statistics method

Version 0.4.9 - 2025-11-18

  • Add delete_agent_run method

Version 0.4.8 - 2025-11-17

  • Add delete_validation method

Version 0.4.7 - 2025-11-14

  • Add create_action_run method

Version 0.4.6 - 2025-10-17

  • Add documentRetentionInDays to update_organization
  • Add methods create_role, update_role and delete_role

Version 0.4.2 - 2025-08-14

  • Do not discard documents based on their content type

Version 0.2.0 - 2025-07-02

  • Updated access token generation code to work with new IdP

Version 0.1.0 - 2025-07-02

  • Initial release