Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.1.0"
".": "9.0.0"
}
95 changes: 95 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,100 @@
# Changelog

## [9.0.0](https://github.com/workos/workos-php/compare/v8.1.0...v9.0.0) (2026-07-22)

### Miscellaneous Chores

* **deps:** update actions/cache action to v5.1.0 ([#419](https://github.com/workos/workos-php/issues/419)) ([d963179](https://github.com/workos/workos-php/commit/d9631791e928d45d1decf18ea24e250077482dae))
* prevent oagen generated files from being PR'ed ([26d03a0](https://github.com/workos/workos-php/commit/26d03a018e021962a4ac29c58f816a88a78865ad))
* scope SDK bot App token permissions ([293b5ef](https://github.com/workos/workos-php/commit/293b5ef84709f4bbe8048072bdaadd3f84abf514))

* [#420](https://github.com/workos/workos-php/pull/420) fix(generated): regenerate from spec

**Features**
* **[audit_logs](https://workos.com/docs/reference/audit-logs)**:
* Added `expired` to `AuditLogExportState`

* [#421](https://github.com/workos/workos-php/pull/421) feat(generated)!: regenerate from spec (3 changes)

**Features**
* **agents**:
* Added model `ClaimViewResponse`
* Added model `ClaimViewResponseOrganization`
* Added model `AgentAdminLinkClaimAttemptToExternalUserRequest`
* Added model `AgentAdminLinkClaimAttemptToExternalUserRequestUser`
* Added enum `ClaimViewResponseStatus`
* Added endpoint `PATCH /agents/claims/attempts`
* Added model `AgentRegistration`
* Added model `AgentCredentialValidation`
* Added model `AgentRegistrationAgentIdentity`
* Added model `AgentRegistrationClaim`
* Added model `AgentAdminValidateCredentialRequest`
* Added model `AgentRegistrationClaimClaimCompletion`
* Added enum `AgentRegistrationStatus`
* Added enum `AgentRegistrationKind`
* Added enum `AgentAdminValidateCredentialRequestType`
* Added service `Agents`
* **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**:
* Added `agent_registration_id` to `ApiKeyValidationResponse`
* **[connect](https://workos.com/docs/reference/workos-connect/standalone)**:
* Added enum `ApplicationsRegistrationTypes`
* Added parameter `Applications.list.registration_types`
* **[directory_sync](https://workos.com/docs/reference/directory-sync)**:
* Added parameter `DirectoryUsers.list.idp_id`
* Added parameter `DirectoryUsers.list.email`
* **[organizations](https://workos.com/docs/reference/organization)**:
* Added model `OrganizationAuthorizedConnectApplicationList`
* Added model `OrganizationAuthorizedConnectApplicationListData`
* Added model `OrganizationAuthorizedConnectApplicationListListMetadata`
* Added service `OrganizationsAuthorizedApplications`
* **[pipes](https://workos.com/docs/reference/pipes)**:
* Added model `DataIntegrationInstallation`
* Added `auth_methods` to `CreateDataIntegration`
* Added `api_key` to `CreateDataIntegration`
* Added `api_key` to `UpdateDataIntegration`
* Added `auth_methods` to `DataIntegration`
* Added `installation` to `DataIntegration`
* Added enum `CreateDataIntegrationAuthMethods`
* Added enum `DataIntegrationAuthMethods`
* Added model `DataIntegrationCredentialsResponse`
* Added model `DataIntegrationCredentialsResponseCredential`
* Added model `DataIntegrationsUpsertApiKeyRequest`
* Added model `DataIntegrationsVendCredentialsRequest`
* Added enum `DataIntegrationCredentialsResponseError`
* Added endpoint `PUT /data-integrations/{slug}/api-key`
* Added endpoint `POST /data-integrations/{slug}/credentials`
* **[sso](https://workos.com/docs/reference/sso)**:
* Added parameter `SSO.authorize.prompt`
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
* Added `ssha256` to `CreateUserPasswordHashType`
* Added `ssha256` to `UpdateUserPasswordHashType`
* Added endpoint `GET /user_management/radar_challenges/{id}`
* **[webhooks](https://workos.com/docs/reference/webhooks)**:
* Added `agent.registration.revoked` to `CreateWebhookEndpointEvents`
* Added `agent.registration.revoked` to `UpdateWebhookEndpointEvents`
* Added `agent.registration.deleted` to `CreateWebhookEndpointEvents`
* Added `agent.registration.deleted` to `UpdateWebhookEndpointEvents`
* Added `radar.challenge_created` to `CreateWebhookEndpointEvents`
* Added `radar.challenge_created` to `UpdateWebhookEndpointEvents`
* Added `agent.registration.expired` to `CreateWebhookEndpointEvents`
* Added `agent.registration.expired` to `UpdateWebhookEndpointEvents`
* **[widgets](https://workos.com/docs/reference/widgets)**:
* Made `WidgetSessionToken.organization_id` optional

* [#422](https://github.com/workos/workos-php/pull/422) feat(generated)!: regenerate from spec (5 changes)

**⚠️ Breaking**
* **[admin_portal](https://workos.com/docs/reference/admin-portal)**:
* SDK surface change: Symbol "IntentOptions" was removed
* **[connect](https://workos.com/docs/reference/workos-connect/standalone)**:
* SDK surface change: Symbol "ConnectedAccountDto" was removed
* **[organization_domains](https://workos.com/docs/reference/domain-verification)**:
* SDK surface change: Symbol "DomainVerificationIntentOptions" was removed
* **[pipes](https://workos.com/docs/reference/pipes)**:
* SDK surface change: Symbol "DataIntegrationCredentialsDto" was removed
* **[sso](https://workos.com/docs/reference/sso)**:
* SDK surface change: Symbol "SSOIntentOptions" was removed

## [8.1.0](https://github.com/workos/workos-php/compare/v8.0.0...v8.1.0) (2026-07-06)

* [#416](https://github.com/workos/workos-php/pull/416) fix(generated): regenerate from spec
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ final class Version
{
public const SDK_IDENTIFIER = 'WorkOS PHP';

public const SDK_VERSION = '8.1.0'; // x-release-please-version
public const SDK_VERSION = '9.0.0'; // x-release-please-version
}