|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [7.2.0](https://github.com/workos/workos-php/compare/v7.1.0...v7.2.0) (2026-06-18) |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* Fix empty body serializing as JSON array instead of object ([#403](https://github.com/workos/workos-php/issues/403)) ([29d0099](https://github.com/workos/workos-php/commit/29d0099fc05bae3860a40cb8cf2db9b4cc05cc0f)) |
| 8 | + |
| 9 | + |
| 10 | +### Miscellaneous Chores |
| 11 | + |
| 12 | +* commit publishing fixes ([c7ba478](https://github.com/workos/workos-php/commit/c7ba47825e20a91cdc40d00cb001ccee94aba288)) |
| 13 | + |
| 14 | +- [#401](https://github.com/workos/workos-php/pull/401) feat(generated)!: regenerate from spec (11 changes) |
| 15 | + |
| 16 | + **⚠️ Breaking** |
| 17 | + - **[pipes](https://workos.com/docs/reference/pipes)**: |
| 18 | + - SDK surface change: `Pipes.createDataIntegrationToken` was renamed to `Pipes.getAccessToken` |
| 19 | + |
| 20 | + **Features** |
| 21 | + - **[authorization](https://workos.com/docs/reference/fga)**: |
| 22 | + - Added model `ReplaceGroupRoleAssignmentEntry` |
| 23 | + - Added model `ReplaceGroupRoleAssignments` |
| 24 | + - Added model `DeleteGroupRoleAssignmentsByCriteria` |
| 25 | + - Added endpoint `POST /authorization/groups/{group_id}/role_assignments` |
| 26 | + - Added endpoint `PUT /authorization/groups/{group_id}/role_assignments` |
| 27 | + - Added endpoint `DELETE /authorization/groups/{group_id}/role_assignments` |
| 28 | + - Added endpoint `GET /authorization/groups/{group_id}/role_assignments/{role_assignment_id}` |
| 29 | + - Added endpoint `DELETE /authorization/groups/{group_id}/role_assignments/{role_assignment_id}` |
| 30 | + - **[client](https://workos.com/docs/reference)**: |
| 31 | + - Added model `ClientApiToken` |
| 32 | + - Added model `ClientApiTokenResponse` |
| 33 | + - Added service `Client` |
| 34 | + - **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: |
| 35 | + - Added `auth_method` to `ConnectedAccount` |
| 36 | + - Added `api_key_last_4` to `ConnectedAccount` |
| 37 | + - Added enum `ConnectedAccountAuthMethod` |
| 38 | + - **[groups](https://workos.com/docs/reference/groups)**: |
| 39 | + - Added model `CreateGroupRoleAssignment` |
| 40 | + - Added model `GroupRoleAssignment` |
| 41 | + - Added model `GroupRoleAssignmentList` |
| 42 | + - Added model `GroupRoleAssignmentResource` |
| 43 | + - **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**: |
| 44 | + - Added model `UserOrganizationMembershipList` |
| 45 | + - Added model `UserOrganizationMembershipListListMetadata` |
| 46 | + - **[pipes](https://workos.com/docs/reference/pipes)**: |
| 47 | + - Added model `DataIntegrationCredentials` |
| 48 | + - Added model `DataIntegrationConfigurationResponse` |
| 49 | + - Added model `DataIntegrationConfigurationListResponse` |
| 50 | + - Added model `ConfigureDataIntegrationBody` |
| 51 | + - Added `auth_methods` to `DataIntegrationsListResponseData` |
| 52 | + - Added `auth_method` to `DataIntegrationsListResponseDataConnectedAccount` |
| 53 | + - Added `api_key_last_4` to `DataIntegrationsListResponseDataConnectedAccount` |
| 54 | + - Added enum `DataIntegrationCredentialsCredentialsType` |
| 55 | + - Added enum `DataIntegrationsListResponseDataAuthMethods` |
| 56 | + - Added enum `DataIntegrationsListResponseDataConnectedAccountAuthMethod` |
| 57 | + - Added service `PipesProvider` |
| 58 | + - **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 59 | + - Added model `UserInviteList` |
| 60 | + - Added model `UserInviteListListMetadata` |
| 61 | + - Made `AuthorizationCodeSessionAuthenticateRequest.client_secret` optional |
| 62 | + - Made `RefreshTokenSessionAuthenticateRequest.client_secret` optional |
| 63 | + - **[widgets](https://workos.com/docs/reference/widgets)**: |
| 64 | + - Added `widgets:pipes:manage` to `WidgetSessionTokenScopes` |
| 65 | + |
| 66 | + **Fixes** |
| 67 | + - **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**: |
| 68 | + - Changed response of `UserManagementOrganizationMembership.list` from `UserOrganizationMembership` to `UserOrganizationMembershipList` |
| 69 | + - **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 70 | + - Changed response of `UserManagementInvitations.list` from `UserInvite` to `UserInviteList` |
| 71 | + |
3 | 72 | ## [7.1.0](https://github.com/workos/workos-php/compare/v7.0.1...v7.1.0) (2026-06-17) |
4 | 73 |
|
5 | 74 | ### Miscellaneous Chores |
|
0 commit comments