|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [8.1.0](https://github.com/workos/workos-python/compare/v8.0.0...v8.1.0) (2026-06-17) |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* **renovate:** explicitly enable minor and patch updates ([#663](https://github.com/workos/workos-python/issues/663)) ([ff8ad1b](https://github.com/workos/workos-python/commit/ff8ad1ba5ef2d2222802dfc2f8de337551740ad4)) |
| 8 | + |
| 9 | +- [#665](https://github.com/workos/workos-python/pull/665) feat(generated)!: regenerate from spec (9 changes) |
| 10 | + |
| 11 | + **⚠️ Breaking** |
| 12 | + - **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**: |
| 13 | + - Made `expires_at` required in API key models |
| 14 | + - **[directory_sync](https://workos.com/docs/reference/directory-sync)**: |
| 15 | + - Removed model `DsyncDeactivated` |
| 16 | + - Removed model `DsyncDeactivatedData` |
| 17 | + - Removed model `DsyncDeactivatedDataDomain` |
| 18 | + - Removed enum `DsyncDeactivatedDataType` |
| 19 | + - Removed enum `DsyncDeactivatedDataState` |
| 20 | + - **[radar](https://workos.com/docs/reference/radar)**: |
| 21 | + - Removed `domain_sign_up_rate_limit` from `RadarStandaloneResponseControl` |
| 22 | + - **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 23 | + - Removed `return_to` from `RevokeSession` |
| 24 | + |
| 25 | + **Features** |
| 26 | + - **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**: |
| 27 | + - Added model `ExpireApiKey` |
| 28 | + - Added model `ApiKeyUpdated` |
| 29 | + - Added model `ApiKeyUpdatedData` |
| 30 | + - Added model `ApiKeyUpdatedDataOwner` |
| 31 | + - Added model `UserApiKeyUpdatedDataOwner` |
| 32 | + - Added model `ApiKeyUpdatedDataPreviousAttribute` |
| 33 | + - Added endpoint `POST /api_keys/{id}/expire` |
| 34 | + - **[audit_logs](https://workos.com/docs/reference/audit-logs)**: |
| 35 | + - Added `Snowflake` to `AuditLogConfigurationLogStreamType` |
| 36 | + - **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: |
| 37 | + - Added `name` to `UserObject` |
| 38 | + - **[directory_sync](https://workos.com/docs/reference/directory-sync)**: |
| 39 | + - Added model `DsyncTokenCreated` |
| 40 | + - Added model `DsyncTokenCreatedData` |
| 41 | + - Added model `DsyncTokenRevoked` |
| 42 | + - Added model `DsyncTokenRevokedData` |
| 43 | + - **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 44 | + - Added `name` to user management models |
| 45 | + - **[webhooks](https://workos.com/docs/reference/webhooks)**: |
| 46 | + - Added `api_key.updated` to `CreateWebhookEndpointEvents` |
| 47 | + - Added `api_key.updated` to `UpdateWebhookEndpointEvents` |
| 48 | + |
3 | 49 | ## [8.0.0](https://github.com/workos/workos-python/compare/v7.0.1...v8.0.0) (2026-05-26) |
4 | 50 |
|
5 | 51 | ### Bug Fixes |
|
0 commit comments