|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [7.1.0](https://github.com/workos/workos-php/compare/v7.0.1...v7.1.0) (2026-06-17) |
| 4 | + |
| 5 | +### Miscellaneous Chores |
| 6 | + |
| 7 | +* **deps:** update github actions non-major ([#398](https://github.com/workos/workos-php/issues/398)) ([79fc78c](https://github.com/workos/workos-php/commit/79fc78c82457f6735e580b348355e0dfe412ef62)) |
| 8 | + |
| 9 | +- [#397](https://github.com/workos/workos-php/pull/397) feat(generated)!: regenerate from spec (5 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 | ## [7.0.1](https://github.com/workos/workos-php/compare/v7.0.0...v7.0.1) (2026-05-28) |
4 | 50 |
|
5 | 51 |
|
|
0 commit comments