|
2 | 2 |
|
3 | 3 | ## [8.4.0](https://github.com/workos/workos-python/compare/v8.3.0...v8.4.0) (2026-07-02) |
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` |
| 16 | + |
| 17 | +* [#683](https://github.com/workos/workos-python/pull/683) fix(generated): regenerate from spec |
7 | 18 |
|
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)) |
10 | | -* **pipes:** Add Pipes operations and models ([#685](https://github.com/workos/workos-python/issues/685)) ([37c009f](https://github.com/workos/workos-python/commit/37c009f701b98ce720de99973d3791a940e0a404)) |
| 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` |
| 66 | + |
| 67 | +* [#685](https://github.com/workos/workos-python/pull/685) feat(generated): regenerate from spec (1 change) |
| 68 | + |
| 69 | + **Features** |
| 70 | + * **[pipes](https://workos.com/docs/reference/pipes)**: |
| 71 | + * Added model `DataIntegrationCredentialsDto` |
| 72 | + * Added model `CustomProviderDefinition` |
| 73 | + * Added model `CreateDataIntegration` |
| 74 | + * Added model `UpdateCustomProviderDefinition` |
| 75 | + * Added model `UpdateDataIntegration` |
| 76 | + * Added model `DataIntegration` |
| 77 | + * Added model `DataIntegrationList` |
| 78 | + * Added model `DataIntegrationListListMetadata` |
| 79 | + * Added model `DataIntegrationCredential` |
| 80 | + * Added model `DataIntegrationCustomProvider` |
| 81 | + * Added enum `DataIntegrationCredentialsType` |
| 82 | + * Added enum `CustomProviderDefinitionAuthenticateVia` |
| 83 | + * Added enum `UpdateCustomProviderDefinitionAuthenticateVia` |
| 84 | + * Added enum `DataIntegrationState` |
| 85 | + * Added enum `DataIntegrationCredentialType` |
| 86 | + * Added enum `DataIntegrationCustomProviderAuthenticateVia` |
| 87 | + * Added endpoint `GET /data-integrations` |
| 88 | + * Added endpoint `POST /data-integrations` |
| 89 | + * Added endpoint `GET /data-integrations/{slug}` |
| 90 | + * Added endpoint `PUT /data-integrations/{slug}` |
| 91 | + * Added endpoint `DELETE /data-integrations/{slug}` |
| 92 | + * Added endpoint `POST /user_management/users/{user_id}/connected_accounts/{slug}` |
| 93 | + * Added endpoint `PUT /user_management/users/{user_id}/connected_accounts/{slug}` |
11 | 94 |
|
12 | 95 | ## [8.3.0](https://github.com/workos/workos-python/compare/v8.2.0...v8.3.0) (2026-06-30) |
13 | 96 |
|
|
0 commit comments