11# Change Log (v2.8.1+)
22
3- ## v3.2.0-beta.1 [ 2025-01-15 ]
3+ ## v4.0.0 [ 2025-01-17 ]
44
55__ What's New:__
66
@@ -25,17 +25,50 @@ __Enhancements:__
2525__ Bug Fixes:__
2626
2727* Fixed missing ` param_values ` option for resource creation.
28- * ` my_requests.list_approvals ` now includes ` my_resources ` requests.
28+ * ` my_approvals.list ` now includes ` my_resources ` requests.
2929* Make ` get ` call in helper method instead ` list_approvals ` .
30- * Catch ` requests.exceptions.JSONDecodeError ` in ` _handle_response ` .
30+ * Catch ` requests.exceptions.JSONDecodeError ` in ` handle_response ` .
3131
3232__ Dependencies:__
3333
3434* ` requests >= 2.32.0 `
3535
3636__ Other:__
3737
38- * None
38+ * Python 3.8 is EOL, so support is dropped.
39+ * Method assignments dropped:
40+
41+ | Dropped | New location |
42+ | -------------------------------------- | --------------------------------------------- |
43+ | ` access_builder ` | ` application_management.access_builder ` |
44+ | ` accounts ` | ` application_management.accounts ` |
45+ | ` applications ` | ` application_management.applications ` |
46+ | ` audit_logs ` | ` audit_logs.logs ` |
47+ | ` environment_groups ` | ` application_management.environment_groups ` |
48+ | ` environments ` | ` application_management.environments ` |
49+ | ` groups ` | ` application_management.groups ` |
50+ | ` identity_attributes ` | ` identity_management.identity_attributes ` |
51+ | ` identity_providers ` | ` identity_management.identity_providers ` |
52+ | ` notification_mediums ` | ` global_settings.notification_mediums ` |
53+ | ` notifications ` | ` workflows.notifications ` |
54+ | ` permissions ` | ` application_management.permissions ` |
55+ | ` profiles ` | ` application_management.profiles ` |
56+ | ` saml ` | ` security.saml ` |
57+ | ` scans ` | ` application_management.scans ` |
58+ | ` security_policies ` | ` security.security_policies ` |
59+ | ` service_identities ` | ` identity_management.service_identities ` |
60+ | ` service_identity_tokens ` | ` identity_management.service_identity_tokens ` |
61+ | ` settings ` | ` global_settings ` |
62+ | ` step_up ` | ` security.step_up_auth ` |
63+ | ` tags ` | ` identity_management.tags ` |
64+ | ` task_services ` | ` workflows.task_services ` |
65+ | ` tasks ` | ` workflows.tasks ` |
66+ | ` users ` | ` identity_management.users ` |
67+ | ` workload ` | ` identity_management.workload ` |
68+ | ` my_access.approval_request_status ` | ` my_requests.approval_request_status ` |
69+ | ` my_access.approve_request ` | ` my_approvals.approve_request ` |
70+ | ` my_access.list_approvals ` | ` my_approvals.list ` |
71+ | ` my_access.reject_request ` | ` my_approvals.reject_request ` |
3972
4073## v3.1.0 [ 2024-10-07]
4174
0 commit comments