From 506bb962a36faa5090c5c16e6cd6b238f02de6f6 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 01:40:35 +0000 Subject: [PATCH 1/2] chore(main): release 7.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ lib/Version.php | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9995fe5e..58ef57e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.1" + ".": "7.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5adf66d..1b4ef2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [7.1.0](https://github.com/workos/workos-php/compare/v7.0.1...v7.1.0) (2026-06-17) + + +### Features + +* **api_keys:** Add expire API key operation and update expires_at requirement ([#397](https://github.com/workos/workos-php/issues/397)) ([d8a3804](https://github.com/workos/workos-php/commit/d8a3804be8760da96db14f3f97e90dd25a06b149)) +* **audit_logs:** Add Snowflake log stream type ([#397](https://github.com/workos/workos-php/issues/397)) ([d8a3804](https://github.com/workos/workos-php/commit/d8a3804be8760da96db14f3f97e90dd25a06b149)) +* **directory_sync:** Replace dsync deactivated events with token lifecycle events ([#397](https://github.com/workos/workos-php/issues/397)) ([d8a3804](https://github.com/workos/workos-php/commit/d8a3804be8760da96db14f3f97e90dd25a06b149)) +* **radar:** Remove DOMAIN_SIGN_UP_RATE_LIMIT control type ([#397](https://github.com/workos/workos-php/issues/397)) ([d8a3804](https://github.com/workos/workos-php/commit/d8a3804be8760da96db14f3f97e90dd25a06b149)) +* **user_management:** Add name field to user models and remove returnTo from revokeSession ([#397](https://github.com/workos/workos-php/issues/397)) ([d8a3804](https://github.com/workos/workos-php/commit/d8a3804be8760da96db14f3f97e90dd25a06b149)) + + +### Miscellaneous Chores + +* **deps:** update github actions non-major ([#398](https://github.com/workos/workos-php/issues/398)) ([79fc78c](https://github.com/workos/workos-php/commit/79fc78c82457f6735e580b348355e0dfe412ef62)) + ## [7.0.1](https://github.com/workos/workos-php/compare/v7.0.0...v7.0.1) (2026-05-28) diff --git a/lib/Version.php b/lib/Version.php index e24ffcf8..d33162ed 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -9,5 +9,5 @@ final class Version { public const SDK_IDENTIFIER = 'WorkOS PHP'; - public const SDK_VERSION = '7.0.1'; // x-release-please-version + public const SDK_VERSION = '7.1.0'; // x-release-please-version } From 1a3a4a9278410e2421dd1882f641cbf9c5e66379 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 01:40:39 +0000 Subject: [PATCH 2/2] chore: inline release notes from .changelog-pending --- ...ee95fc33c4f813ac60adfa8c57d210db8183dd8.md | 39 --------------- CHANGELOG.md | 48 +++++++++++++++---- 2 files changed, 39 insertions(+), 48 deletions(-) delete mode 100644 .changelog-pending/2026-06-03T19-20-23-dee95fc33c4f813ac60adfa8c57d210db8183dd8.md diff --git a/.changelog-pending/2026-06-03T19-20-23-dee95fc33c4f813ac60adfa8c57d210db8183dd8.md b/.changelog-pending/2026-06-03T19-20-23-dee95fc33c4f813ac60adfa8c57d210db8183dd8.md deleted file mode 100644 index f6257bac..00000000 --- a/.changelog-pending/2026-06-03T19-20-23-dee95fc33c4f813ac60adfa8c57d210db8183dd8.md +++ /dev/null @@ -1,39 +0,0 @@ -- [#397](https://github.com/workos/workos-php/pull/397) feat(generated)!: regenerate from spec (5 changes) - - **⚠️ Breaking** - - **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**: - - Made `expires_at` required in API key models - - **[directory_sync](https://workos.com/docs/reference/directory-sync)**: - - Removed model `DsyncDeactivated` - - Removed model `DsyncDeactivatedData` - - Removed model `DsyncDeactivatedDataDomain` - - Removed enum `DsyncDeactivatedDataType` - - Removed enum `DsyncDeactivatedDataState` - - **[radar](https://workos.com/docs/reference/radar)**: - - Removed `domain_sign_up_rate_limit` from `RadarStandaloneResponseControl` - - **[user_management](https://workos.com/docs/reference/authkit/user)**: - - Removed `return_to` from `RevokeSession` - - **Features** - - **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**: - - Added model `ExpireApiKey` - - Added model `ApiKeyUpdated` - - Added model `ApiKeyUpdatedData` - - Added model `ApiKeyUpdatedDataOwner` - - Added model `UserApiKeyUpdatedDataOwner` - - Added model `ApiKeyUpdatedDataPreviousAttribute` - - Added endpoint `POST /api_keys/{id}/expire` - - **[audit_logs](https://workos.com/docs/reference/audit-logs)**: - - Added `Snowflake` to `AuditLogConfigurationLogStreamType` - - **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: - - Added `name` to `UserObject` - - **[directory_sync](https://workos.com/docs/reference/directory-sync)**: - - Added model `DsyncTokenCreated` - - Added model `DsyncTokenCreatedData` - - Added model `DsyncTokenRevoked` - - Added model `DsyncTokenRevokedData` - - **[user_management](https://workos.com/docs/reference/authkit/user)**: - - Added `name` to user management models - - **[webhooks](https://workos.com/docs/reference/webhooks)**: - - Added `api_key.updated` to `CreateWebhookEndpointEvents` - - Added `api_key.updated` to `UpdateWebhookEndpointEvents` diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4ef2ff..7d2f5747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,49 @@ ## [7.1.0](https://github.com/workos/workos-php/compare/v7.0.1...v7.1.0) (2026-06-17) +### Miscellaneous Chores -### Features - -* **api_keys:** Add expire API key operation and update expires_at requirement ([#397](https://github.com/workos/workos-php/issues/397)) ([d8a3804](https://github.com/workos/workos-php/commit/d8a3804be8760da96db14f3f97e90dd25a06b149)) -* **audit_logs:** Add Snowflake log stream type ([#397](https://github.com/workos/workos-php/issues/397)) ([d8a3804](https://github.com/workos/workos-php/commit/d8a3804be8760da96db14f3f97e90dd25a06b149)) -* **directory_sync:** Replace dsync deactivated events with token lifecycle events ([#397](https://github.com/workos/workos-php/issues/397)) ([d8a3804](https://github.com/workos/workos-php/commit/d8a3804be8760da96db14f3f97e90dd25a06b149)) -* **radar:** Remove DOMAIN_SIGN_UP_RATE_LIMIT control type ([#397](https://github.com/workos/workos-php/issues/397)) ([d8a3804](https://github.com/workos/workos-php/commit/d8a3804be8760da96db14f3f97e90dd25a06b149)) -* **user_management:** Add name field to user models and remove returnTo from revokeSession ([#397](https://github.com/workos/workos-php/issues/397)) ([d8a3804](https://github.com/workos/workos-php/commit/d8a3804be8760da96db14f3f97e90dd25a06b149)) +* **deps:** update github actions non-major ([#398](https://github.com/workos/workos-php/issues/398)) ([79fc78c](https://github.com/workos/workos-php/commit/79fc78c82457f6735e580b348355e0dfe412ef62)) +- [#397](https://github.com/workos/workos-php/pull/397) feat(generated)!: regenerate from spec (5 changes) -### Miscellaneous Chores + **⚠️ Breaking** + - **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**: + - Made `expires_at` required in API key models + - **[directory_sync](https://workos.com/docs/reference/directory-sync)**: + - Removed model `DsyncDeactivated` + - Removed model `DsyncDeactivatedData` + - Removed model `DsyncDeactivatedDataDomain` + - Removed enum `DsyncDeactivatedDataType` + - Removed enum `DsyncDeactivatedDataState` + - **[radar](https://workos.com/docs/reference/radar)**: + - Removed `domain_sign_up_rate_limit` from `RadarStandaloneResponseControl` + - **[user_management](https://workos.com/docs/reference/authkit/user)**: + - Removed `return_to` from `RevokeSession` -* **deps:** update github actions non-major ([#398](https://github.com/workos/workos-php/issues/398)) ([79fc78c](https://github.com/workos/workos-php/commit/79fc78c82457f6735e580b348355e0dfe412ef62)) + **Features** + - **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**: + - Added model `ExpireApiKey` + - Added model `ApiKeyUpdated` + - Added model `ApiKeyUpdatedData` + - Added model `ApiKeyUpdatedDataOwner` + - Added model `UserApiKeyUpdatedDataOwner` + - Added model `ApiKeyUpdatedDataPreviousAttribute` + - Added endpoint `POST /api_keys/{id}/expire` + - **[audit_logs](https://workos.com/docs/reference/audit-logs)**: + - Added `Snowflake` to `AuditLogConfigurationLogStreamType` + - **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: + - Added `name` to `UserObject` + - **[directory_sync](https://workos.com/docs/reference/directory-sync)**: + - Added model `DsyncTokenCreated` + - Added model `DsyncTokenCreatedData` + - Added model `DsyncTokenRevoked` + - Added model `DsyncTokenRevokedData` + - **[user_management](https://workos.com/docs/reference/authkit/user)**: + - Added `name` to user management models + - **[webhooks](https://workos.com/docs/reference/webhooks)**: + - Added `api_key.updated` to `CreateWebhookEndpointEvents` + - Added `api_key.updated` to `UpdateWebhookEndpointEvents` ## [7.0.1](https://github.com/workos/workos-php/compare/v7.0.0...v7.0.1) (2026-05-28)