|
2 | 2 |
|
3 | 3 | ## [8.4.0](https://github.com/workos/workos-python/compare/v8.3.0...v8.4.0) (2026-07-01) |
4 | 4 |
|
| 5 | +* [#681](https://github.com/workos/workos-python/pull/681) fix(generated): regenerate from spec |
5 | 6 |
|
6 | | -### Features |
| 7 | + **Features** |
| 8 | + * **[pipes](https://workos.com/docs/reference/pipes)**: |
| 9 | + * Added model `DataIntegrationCredentialsResponse` |
| 10 | + * Added model `DataIntegrationCredentialsResponseCredential` |
| 11 | + * Added model `DataIntegrationsUpsertApiKeyRequest` |
| 12 | + * Added model `DataIntegrationsVendCredentialsRequest` |
| 13 | + * Added enum `DataIntegrationCredentialsResponseError` |
| 14 | + * Added endpoint `PUT /data-integrations/{slug}/api-key` |
| 15 | + * Added endpoint `POST /data-integrations/{slug}/credentials` |
7 | 16 |
|
8 | | -* **generated:** AdminPortal, Authorization, Webhooks, UserManagement, AuditLogs (batch 08085e9d) ([#683](https://github.com/workos/workos-python/issues/683)) ([ed5b29a](https://github.com/workos/workos-python/commit/ed5b29a5d14ccc20ef4d7b96cd9b1cd1749ef35c)) |
9 | | -* **generated:** Pipes (batch 77e46600) ([#681](https://github.com/workos/workos-python/issues/681)) ([804000e](https://github.com/workos/workos-python/commit/804000e84578b77cd4abfbe277e3c38b06c26d08)) |
| 17 | +* [#683](https://github.com/workos/workos-python/pull/683) fix(generated): regenerate from spec |
| 18 | + |
| 19 | + **⚠️ Breaking** |
| 20 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 21 | + * Removed model `SessionReauthenticated` |
| 22 | + * Removed model `SessionReauthenticatedData` |
| 23 | + * Removed model `SessionReauthenticatedDataImpersonator` |
| 24 | + * Removed enum `SessionReauthenticatedDataAuthMethod` |
| 25 | + * Removed enum `SessionReauthenticatedDataStatus` |
| 26 | + |
| 27 | + **Features** |
| 28 | + * **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 29 | + * Added `agent.registration.created` to `CreateWebhookEndpointEvents` |
| 30 | + * Added `agent.registration.claim.attempt.created` to `CreateWebhookEndpointEvents` |
| 31 | + * Added `agent.registration.claim.completed` to `CreateWebhookEndpointEvents` |
| 32 | + * Added `agent.registration.credential.issued` to `CreateWebhookEndpointEvents` |
| 33 | + * Added `agent.registration.organization.switched` to `CreateWebhookEndpointEvents` |
| 34 | + * Added `authentication.reauthentication_succeeded` to `CreateWebhookEndpointEvents` |
| 35 | + * Added `agent.registration.created` to `UpdateWebhookEndpointEvents` |
| 36 | + * Added `agent.registration.claim.attempt.created` to `UpdateWebhookEndpointEvents` |
| 37 | + * Added `agent.registration.claim.completed` to `UpdateWebhookEndpointEvents` |
| 38 | + * Added `agent.registration.credential.issued` to `UpdateWebhookEndpointEvents` |
| 39 | + * Added `agent.registration.organization.switched` to `UpdateWebhookEndpointEvents` |
| 40 | + * Added `authentication.reauthentication_succeeded` to `UpdateWebhookEndpointEvents` |
| 41 | + * **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 42 | + * Added `session.reauthenticated` to `CreateWebhookEndpointEvents` |
| 43 | + * Added `session.reauthenticated` to `UpdateWebhookEndpointEvents` |
| 44 | + * **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 45 | + * Added `pipes.connected_account.connection_failed` to `CreateWebhookEndpointEvents` |
| 46 | + * Added `pipes.connected_account.connection_failed` to `UpdateWebhookEndpointEvents` |
| 47 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 48 | + * Added model `UserRoleAssignmentSource` |
| 49 | + * Added `source` to `UserRoleAssignment` |
| 50 | + * Added enum `UserRoleAssignmentSourceType` |
| 51 | + * Added parameter `UserManagementAuthentication.authorize.max_age` |
| 52 | + * Added endpoint `GET /user_management/cors_origins` |
| 53 | + * Added endpoint `GET /user_management/redirect_uris` |
| 54 | + * **[audit_logs](https://workos.com/docs/reference/audit-logs)**: |
| 55 | + * Changed the format of `AuditLogExportCreation.range_start` |
| 56 | + * Changed the format of `AuditLogExportCreation.range_end` |
| 57 | + * **[audit_logs](https://workos.com/docs/reference/audit-logs)**: |
| 58 | + * Added `expired` to `AuditLogExportState` |
| 59 | + |
| 60 | + **Fixes** |
| 61 | + * **[admin_portal](https://workos.com/docs/reference/admin-portal)**: |
| 62 | + * Removed `intent_options` from `GenerateLink` |
| 63 | + * **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 64 | + * Removed `session.reauthenticated` from `CreateWebhookEndpointEvents` |
| 65 | + * Removed `session.reauthenticated` from `UpdateWebhookEndpointEvents` |
10 | 66 |
|
11 | 67 | ## [8.3.0](https://github.com/workos/workos-python/compare/v8.2.0...v8.3.0) (2026-06-30) |
12 | 68 |
|
|
0 commit comments