|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [8.2.0](https://github.com/workos/workos-python/compare/v8.1.0...v8.2.0) (2026-06-18) |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* Fix Session.refresh() KeyError by sealing session client-side ([#673](https://github.com/workos/workos-python/issues/673)) ([6c7ccfd](https://github.com/workos/workos-python/commit/6c7ccfd46d6c58c479f317d3cb508b07edab007b)) |
| 8 | + |
| 9 | +* [#670](https://github.com/workos/workos-python/pull/670) feat(generated)!: regenerate from spec (12 changes) |
| 10 | + |
| 11 | + **⚠️ Breaking** |
| 12 | + * **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**: |
| 13 | + * Changed response for `UserManagementOrganizationMembership.list` |
| 14 | + * **[pipes](https://workos.com/docs/reference/pipes)**: |
| 15 | + * SDK surface change: Symbol "AsyncPipes.create_data_integration_token" was removed |
| 16 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 17 | + * Changed response for `UserManagementInvitations.list` |
| 18 | + * **[widgets](https://workos.com/docs/reference/widgets)**: |
| 19 | + * SDK surface change: Symbol "WidgetSessionTokenResponse" was removed |
| 20 | + |
| 21 | + **Features** |
| 22 | + * **[authorization](https://workos.com/docs/reference/fga)**: |
| 23 | + * Added model `ReplaceGroupRoleAssignmentEntry` |
| 24 | + * Added model `ReplaceGroupRoleAssignments` |
| 25 | + * Added model `DeleteGroupRoleAssignmentsByCriteria` |
| 26 | + * Added endpoint `POST /authorization/groups/{group_id}/role_assignments` |
| 27 | + * Added endpoint `PUT /authorization/groups/{group_id}/role_assignments` |
| 28 | + * Added endpoint `DELETE /authorization/groups/{group_id}/role_assignments` |
| 29 | + * Added endpoint `GET /authorization/groups/{group_id}/role_assignments/{role_assignment_id}` |
| 30 | + * Added endpoint `DELETE /authorization/groups/{group_id}/role_assignments/{role_assignment_id}` |
| 31 | + * **[client](https://workos.com/docs/reference)**: |
| 32 | + * Added model `ClientApiToken` |
| 33 | + * Added model `ClientApiTokenResponse` |
| 34 | + * Added service `Client` |
| 35 | + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: |
| 36 | + * Added `auth_method` to `ConnectedAccount` |
| 37 | + * Added `api_key_last_4` to `ConnectedAccount` |
| 38 | + * Added enum `ConnectedAccountAuthMethod` |
| 39 | + * **[groups](https://workos.com/docs/reference/groups)**: |
| 40 | + * Added model `CreateGroupRoleAssignment` |
| 41 | + * Added model `GroupRoleAssignment` |
| 42 | + * Added model `GroupRoleAssignmentList` |
| 43 | + * Added model `GroupRoleAssignmentResource` |
| 44 | + * **[organization_membership](https://workos.com/docs/reference/authkit/organization-membership)**: |
| 45 | + * Added model `UserOrganizationMembershipList` |
| 46 | + * Added model `UserOrganizationMembershipListListMetadata` |
| 47 | + * **[pipes](https://workos.com/docs/reference/pipes)**: |
| 48 | + * Added model `DataIntegrationCredentials` |
| 49 | + * Added model `DataIntegrationConfigurationResponse` |
| 50 | + * Added model `DataIntegrationConfigurationListResponse` |
| 51 | + * Added model `ConfigureDataIntegrationBody` |
| 52 | + * Added `auth_methods` to `DataIntegrationsListResponseData` |
| 53 | + * Added `auth_method` to `DataIntegrationsListResponseDataConnectedAccount` |
| 54 | + * Added `api_key_last_4` to `DataIntegrationsListResponseDataConnectedAccount` |
| 55 | + * Added enum `DataIntegrationCredentialsCredentialsType` |
| 56 | + * Added enum `DataIntegrationsListResponseDataAuthMethods` |
| 57 | + * Added enum `DataIntegrationsListResponseDataConnectedAccountAuthMethod` |
| 58 | + * Added service `PipesProvider` |
| 59 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 60 | + * Added model `UserInviteList` |
| 61 | + * Added model `UserInviteListListMetadata` |
| 62 | + * Made `AuthorizationCodeSessionAuthenticateRequest.client_secret` optional |
| 63 | + * Made `RefreshTokenSessionAuthenticateRequest.client_secret` optional |
| 64 | + * **[widgets](https://workos.com/docs/reference/widgets)**: |
| 65 | + * Added `widgets:pipes:manage` to `WidgetSessionTokenScopes` |
| 66 | + |
3 | 67 | ## [8.1.0](https://github.com/workos/workos-python/compare/v8.0.0...v8.1.0) (2026-06-17) |
4 | 68 |
|
5 | 69 | ### Bug Fixes |
|
0 commit comments