From 34dd8cfb83a4f2c9149abcdb6310c0d28229d7c6 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:28:16 +0000 Subject: [PATCH 1/2] chore(main): release 9.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lib/Version.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9695e0ec..dcb58567 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.1.0" + ".": "9.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a7481a..c327594c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [9.2.0](https://github.com/workos/workos-php/compare/v9.1.0...v9.2.0) (2026-08-11) + + +### Features + +* **events:** Change required status for parameter `Events.list.events` ([#428](https://github.com/workos/workos-php/issues/428)) ([d7cb2d5](https://github.com/workos/workos-php/commit/d7cb2d54dc2132ae18cd94420d39ea0a8557a802)) +* **user_management:** SDK surface change: Parameter type changed for "verificationId" on "UserManagement.authenticateWithRadarSmsChallenge" ([#428](https://github.com/workos/workos-php/issues/428)) ([d7cb2d5](https://github.com/workos/workos-php/commit/d7cb2d54dc2132ae18cd94420d39ea0a8557a802)) + ## [9.1.0](https://github.com/workos/workos-php/compare/v9.0.0...v9.1.0) (2026-07-29) ### Features diff --git a/lib/Version.php b/lib/Version.php index 0a604c4f..e5d469fd 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 = '9.1.0'; // x-release-please-version + public const SDK_VERSION = '9.2.0'; // x-release-please-version } From d8a715bdc8b9eadac370f60a9c0988dd85c81667 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:28:30 +0000 Subject: [PATCH 2/2] chore: inline release notes from .changelog-pending --- ...4d55e190f0f722ec4b6c901f4305221e86fb8f7.md | 53 ------------------ CHANGELOG.md | 54 +++++++++++++++++-- 2 files changed, 51 insertions(+), 56 deletions(-) delete mode 100644 .changelog-pending/2026-08-11T17-12-40-c4d55e190f0f722ec4b6c901f4305221e86fb8f7.md diff --git a/.changelog-pending/2026-08-11T17-12-40-c4d55e190f0f722ec4b6c901f4305221e86fb8f7.md b/.changelog-pending/2026-08-11T17-12-40-c4d55e190f0f722ec4b6c901f4305221e86fb8f7.md deleted file mode 100644 index 8ae68239..00000000 --- a/.changelog-pending/2026-08-11T17-12-40-c4d55e190f0f722ec4b6c901f4305221e86fb8f7.md +++ /dev/null @@ -1,53 +0,0 @@ -* [#428](https://github.com/workos/workos-php/pull/428) feat(generated)!: regenerate from spec (2 changes) - - **⚠️ Breaking** - * **[events](https://workos.com/docs/reference/events)**: - * Changed required status for parameter `Events.list.events` - - **Features** - * **[groups](https://workos.com/docs/reference/groups)**: - * Added parameter `Groups.list.search` - * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: - * Added `client_id` to `ConnectedAccount` - * Added `client_secret_last_4` to `ConnectedAccount` - * Added `config` to `ConnectedAccount` - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Added `client_id` to `DataIntegrationsListResponseDataConnectedAccount` - * Added `client_secret_last_4` to `DataIntegrationsListResponseDataConnectedAccount` - * Added `config` to `DataIntegrationsListResponseDataConnectedAccount` - * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` - * Made `CustomProviderDefinition.authorization_url` optional - * Made `CustomProviderDefinition.token_url` optional - * Added model `DataIntegrationsUpsertClientCredentialsRequest` - * Added `client_credentials` to `CreateDataIntegrationAuthMethods` - * Added endpoint `PUT /data-integrations/{slug}/client-credentials` - * **[sso](https://workos.com/docs/reference/sso)**: - * Added `XOAuth` to `ConnectionType` - * Added `XOAuth` to `ProfileConnectionType` - * Added `XOAuth` to `ConnectionsConnectionType` - * Added `GrokOAuth` to `ConnectionType` - * Added `GrokOAuth` to `ProfileConnectionType` - * Added `GrokOAuth` to `ConnectionsConnectionType` - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Changed errors for endpoint `DELETE /user_management/users/{id}` - * Added `password_salt_position` to `CreateUser` - * Added `password_salt_position` to `UpdateUser` - * Made `RadarSmsChallengeCodeSessionAuthenticateRequest.verification_id` optional - * Made `RadarSmsChallengeCodeSessionAuthenticateRequest.phone_number` optional - * Added enum `CreateUserPasswordSaltPosition` - * Added enum `UpdateUserPasswordSaltPosition` - * Added `XOAuth` to `AuthenticateResponseAuthenticationMethod` - * Added `XOAuth` to `UserIdentitiesGetItemProvider` - * Added `GrokOAuth` to `AuthenticateResponseAuthenticationMethod` - * Added `GrokOAuth` to `UserIdentitiesGetItemProvider` - * **[webhooks](https://workos.com/docs/reference/webhooks)**: - * Added `agent.registration.refreshed` to `CreateWebhookEndpointEvents` - * Added `agent.registration.refreshed` to `UpdateWebhookEndpointEvents` - - **Fixes** - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Changed the type of `DataIntegration.credentials` - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Changed errors for endpoint `POST /user_management/authenticate` - * Changed errors for endpoint `POST /user_management/users` - * Changed errors for endpoint `PUT /user_management/users/{id}` diff --git a/CHANGELOG.md b/CHANGELOG.md index c327594c..f030f62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,59 @@ ## [9.2.0](https://github.com/workos/workos-php/compare/v9.1.0...v9.2.0) (2026-08-11) +* [#428](https://github.com/workos/workos-php/pull/428) feat(generated)!: regenerate from spec (2 changes) -### Features + **⚠️ Breaking** + * **[events](https://workos.com/docs/reference/events)**: + * Changed required status for parameter `Events.list.events` -* **events:** Change required status for parameter `Events.list.events` ([#428](https://github.com/workos/workos-php/issues/428)) ([d7cb2d5](https://github.com/workos/workos-php/commit/d7cb2d54dc2132ae18cd94420d39ea0a8557a802)) -* **user_management:** SDK surface change: Parameter type changed for "verificationId" on "UserManagement.authenticateWithRadarSmsChallenge" ([#428](https://github.com/workos/workos-php/issues/428)) ([d7cb2d5](https://github.com/workos/workos-php/commit/d7cb2d54dc2132ae18cd94420d39ea0a8557a802)) + **Features** + * **[groups](https://workos.com/docs/reference/groups)**: + * Added parameter `Groups.list.search` + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: + * Added `client_id` to `ConnectedAccount` + * Added `client_secret_last_4` to `ConnectedAccount` + * Added `config` to `ConnectedAccount` + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Added `client_id` to `DataIntegrationsListResponseDataConnectedAccount` + * Added `client_secret_last_4` to `DataIntegrationsListResponseDataConnectedAccount` + * Added `config` to `DataIntegrationsListResponseDataConnectedAccount` + * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` + * Made `CustomProviderDefinition.authorization_url` optional + * Made `CustomProviderDefinition.token_url` optional + * Added model `DataIntegrationsUpsertClientCredentialsRequest` + * Added `client_credentials` to `CreateDataIntegrationAuthMethods` + * Added endpoint `PUT /data-integrations/{slug}/client-credentials` + * **[sso](https://workos.com/docs/reference/sso)**: + * Added `XOAuth` to `ConnectionType` + * Added `XOAuth` to `ProfileConnectionType` + * Added `XOAuth` to `ConnectionsConnectionType` + * Added `GrokOAuth` to `ConnectionType` + * Added `GrokOAuth` to `ProfileConnectionType` + * Added `GrokOAuth` to `ConnectionsConnectionType` + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Changed errors for endpoint `DELETE /user_management/users/{id}` + * Added `password_salt_position` to `CreateUser` + * Added `password_salt_position` to `UpdateUser` + * Made `RadarSmsChallengeCodeSessionAuthenticateRequest.verification_id` optional + * Made `RadarSmsChallengeCodeSessionAuthenticateRequest.phone_number` optional + * Added enum `CreateUserPasswordSaltPosition` + * Added enum `UpdateUserPasswordSaltPosition` + * Added `XOAuth` to `AuthenticateResponseAuthenticationMethod` + * Added `XOAuth` to `UserIdentitiesGetItemProvider` + * Added `GrokOAuth` to `AuthenticateResponseAuthenticationMethod` + * Added `GrokOAuth` to `UserIdentitiesGetItemProvider` + * **[webhooks](https://workos.com/docs/reference/webhooks)**: + * Added `agent.registration.refreshed` to `CreateWebhookEndpointEvents` + * Added `agent.registration.refreshed` to `UpdateWebhookEndpointEvents` + + **Fixes** + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Changed the type of `DataIntegration.credentials` + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Changed errors for endpoint `POST /user_management/authenticate` + * Changed errors for endpoint `POST /user_management/users` + * Changed errors for endpoint `PUT /user_management/users/{id}` ## [9.1.0](https://github.com/workos/workos-php/compare/v9.0.0...v9.1.0) (2026-07-29)