Skip to content

Commit ea304b0

Browse files
chore: inline release notes from .changelog-pending
1 parent 39b8731 commit ea304b0

2 files changed

Lines changed: 55 additions & 70 deletions

File tree

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

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

CHANGELOG.md

Lines changed: 55 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,63 @@
22

33
## [8.2.0](https://github.com/workos/workos-python/compare/v8.1.0...v8.2.0) (2026-06-17)
44

5+
* [#670](https://github.com/workos/workos-python/pull/670) feat(generated)!: regenerate from spec (12 changes)
56

6-
### Features
7+
**⚠️ Breaking**
8+
* **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**:
9+
* Changed response for `UserManagementOrganizationMembership.list`
10+
* **[pipes](https://workos.com/docs/reference/pipes)**:
11+
* SDK surface change: Symbol "AsyncPipes.create_data_integration_token" was removed
12+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
13+
* Changed response for `UserManagementInvitations.list`
14+
* **[widgets](https://workos.com/docs/reference/widgets)**:
15+
* SDK surface change: Symbol "WidgetSessionTokenResponse" was removed
716

8-
* **authorization:** Add authorization operations and models ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
9-
* **client:** Add client API surface ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
10-
* **connect:** Add Connect API surface ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
11-
* **groups:** Add groups API surface ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
12-
* **organization_membership:** Add organization membership API surface ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
13-
* **organization_membership:** Change response for `UserManagementOrganizationMembership.list` ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
14-
* **pipes:** Add Pipes API surface ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
15-
* **pipes:** SDK surface change: Symbol "AsyncPipes.create_data_integration_token" was removed ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
16-
* **user_management:** Change response for `UserManagementInvitations.list` ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
17-
* **user_management:** Update user management API surface ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
18-
* **widgets:** Add `widgets:pipes:manage` to `WidgetSessionTokenScopes` ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
19-
* **widgets:** SDK surface change: Symbol "WidgetSessionTokenResponse" was removed ([#670](https://github.com/workos/workos-python/issues/670)) ([e87b9a9](https://github.com/workos/workos-python/commit/e87b9a9af0b99fe7868fdd6ba0cd0f2d7a184d64))
17+
**Features**
18+
* **[authorization](https://workos.com/docs/reference/fga)**:
19+
* Added model `ReplaceGroupRoleAssignmentEntry`
20+
* Added model `ReplaceGroupRoleAssignments`
21+
* Added model `DeleteGroupRoleAssignmentsByCriteria`
22+
* Added endpoint `POST /authorization/groups/{group_id}/role_assignments`
23+
* Added endpoint `PUT /authorization/groups/{group_id}/role_assignments`
24+
* Added endpoint `DELETE /authorization/groups/{group_id}/role_assignments`
25+
* Added endpoint `GET /authorization/groups/{group_id}/role_assignments/{role_assignment_id}`
26+
* Added endpoint `DELETE /authorization/groups/{group_id}/role_assignments/{role_assignment_id}`
27+
* **[client](https://workos.com/docs/reference)**:
28+
* Added model `ClientApiToken`
29+
* Added model `ClientApiTokenResponse`
30+
* Added service `Client`
31+
* **[connect](https://workos.com/docs/reference/workos-connect/standalone)**:
32+
* Added `auth_method` to `ConnectedAccount`
33+
* Added `api_key_last_4` to `ConnectedAccount`
34+
* Added enum `ConnectedAccountAuthMethod`
35+
* **[groups](https://workos.com/docs/reference/groups)**:
36+
* Added model `CreateGroupRoleAssignment`
37+
* Added model `GroupRoleAssignment`
38+
* Added model `GroupRoleAssignmentList`
39+
* Added model `GroupRoleAssignmentResource`
40+
* **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**:
41+
* Added model `UserOrganizationMembershipList`
42+
* Added model `UserOrganizationMembershipListListMetadata`
43+
* **[pipes](https://workos.com/docs/reference/pipes)**:
44+
* Added model `DataIntegrationCredentials`
45+
* Added model `DataIntegrationConfigurationResponse`
46+
* Added model `DataIntegrationConfigurationListResponse`
47+
* Added model `ConfigureDataIntegrationBody`
48+
* Added `auth_methods` to `DataIntegrationsListResponseData`
49+
* Added `auth_method` to `DataIntegrationsListResponseDataConnectedAccount`
50+
* Added `api_key_last_4` to `DataIntegrationsListResponseDataConnectedAccount`
51+
* Added enum `DataIntegrationCredentialsCredentialsType`
52+
* Added enum `DataIntegrationsListResponseDataAuthMethods`
53+
* Added enum `DataIntegrationsListResponseDataConnectedAccountAuthMethod`
54+
* Added service `PipesProvider`
55+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
56+
* Added model `UserInviteList`
57+
* Added model `UserInviteListListMetadata`
58+
* Made `AuthorizationCodeSessionAuthenticateRequest.client_secret` optional
59+
* Made `RefreshTokenSessionAuthenticateRequest.client_secret` optional
60+
* **[widgets](https://workos.com/docs/reference/widgets)**:
61+
* Added `widgets:pipes:manage` to `WidgetSessionTokenScopes`
2062

2163
## [8.1.0](https://github.com/workos/workos-python/compare/v8.0.0...v8.1.0) (2026-06-17)
2264

0 commit comments

Comments
 (0)