Skip to content

Commit a3ed4e2

Browse files
chore(main): release 7.2.0 (#402)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent ccad23b commit a3ed4e2

4 files changed

Lines changed: 71 additions & 59 deletions

File tree

.changelog-pending/2026-06-17T20-56-16-0e1c039566c6e6c4061925ea050b1bf288163094.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.1.0"
2+
".": "7.2.0"
33
}

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
11
# Changelog
22

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+
372
## [7.1.0](https://github.com/workos/workos-php/compare/v7.0.1...v7.1.0) (2026-06-17)
473

574
### Miscellaneous Chores

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ final class Version
99
{
1010
public const SDK_IDENTIFIER = 'WorkOS PHP';
1111

12-
public const SDK_VERSION = '7.1.0'; // x-release-please-version
12+
public const SDK_VERSION = '7.2.0'; // x-release-please-version
1313
}

0 commit comments

Comments
 (0)