Enhancements and bug fixes - Early August 2024
editEnhancements and bug fixes - Early August 2024
editThe following changes are included in this release.
Enhancements
editUpdate role assignment endpoints.
Two new endpoints have been introduced for managing role assignments:
-
POST /users/{user_id}/role_assignments
: Assign roles to a specific user. -
DELETE /users/{user_id}/role_assignments
: Remove roles from a specific user.
The following endpoints have been enhanced:
-
GET /organization/{org_id}/members
: This endpoint now includes each member’sRoleAssignments
in the response payload, providing more detailed information about the roles assigned to each member within an organization. -
POST /users/auth/keys
: The endpoint now includes theRoleAssignments
in the request payload as well as the response payload. -
GET /users/auth/keys/{api_key_id}
andGET /users/{user_id}/auth/keys/{api_key_id}
: These endpoints now include theRoleAssignments
in the response payload. -
POST /organizations/{organization_id}/invitations
: The endpoint now includes theRoleAssignments
in the request payload as well as the response payload. -
/organizations/{organization_id}/invitations
andGET /organizations/invitations/{invitation_token}
: These endpoints now include theRoleAssignments
in the response payload.
Permission Policy violation reporting. Added configuration for Permissions Policy violations reporting.
Deprecations
editDeprecated instance configurations and deployment templates will no longer be available. In an upcoming release, deprecated instance configurations and deployment templates will no longer be able to be used to create deployments. For a full list of supported ICs and DTs, refer to Available regions, deployment templates and instance configurations. To view steps for migrating to supported ICs and DTs, see the migration guide.
Bug fixes
editTransform form into request body for API request example purposes. Fixed a bug in which the body of an API request example for creating or editing an authentication provider could be incorrect.
Fix onboarding redirects. Fixed a bug in which users are not redirected to the correct application after onboarding.