From bb2a27c90407416825fd25e6bc9679be8adaec87 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:57:19 +0000 Subject: [PATCH 1/3] chore(main): release 10.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf43a83c..04976058 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.3.0" + ".": "10.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 704d14e6..f73fcfc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [10.4.0](https://github.com/workos/workos-ruby/compare/v10.3.0...v10.4.0) (2026-09-18) + + +### Features + +* Add optional jwt_issuer option for session token validation ([#552](https://github.com/workos/workos-ruby/issues/552)) ([841bf57](https://github.com/workos/workos-ruby/commit/841bf57ed103bf8f1d1a079f7a0d70edb9e7a854)) +* **agents:** Add parameter `AgentsSessions.list.organization_id` ([#553](https://github.com/workos/workos-ruby/issues/553)) ([f8fc90e](https://github.com/workos/workos-ruby/commit/f8fc90e646611251bbc55b2debec1e2ea63ab327)) +* **generated:** Pipes (batch 8ad8e447) ([#550](https://github.com/workos/workos-ruby/issues/550)) ([429d26d](https://github.com/workos/workos-ruby/commit/429d26d86fa5f60aa78d6873a411d6a2bf6353d1)) +* **pipes:** Update Pipes API surface ([#553](https://github.com/workos/workos-ruby/issues/553)) ([f8fc90e](https://github.com/workos/workos-ruby/commit/f8fc90e646611251bbc55b2debec1e2ea63ab327)) +* **user_management:** Add user management API surface ([#553](https://github.com/workos/workos-ruby/issues/553)) ([f8fc90e](https://github.com/workos/workos-ruby/commit/f8fc90e646611251bbc55b2debec1e2ea63ab327)) + + +### Bug Fixes + +* **multi_factor_auth:** Change errors for endpoint `POST /auth/factors/{id}/challenge` ([#556](https://github.com/workos/workos-ruby/issues/556)) ([427e733](https://github.com/workos/workos-ruby/commit/427e7339a12f220e991d2b701c8e383694c1498e)) +* **multi_factor_auth:** Change errors for endpoint `POST /auth/factors/{id}/challenge` ([#557](https://github.com/workos/workos-ruby/issues/557)) ([aabd31d](https://github.com/workos/workos-ruby/commit/aabd31d23e60484cd9bcbfbea2e109fcbda7597b)) +* **pipes:** Move organization connected-account operations onto Pipes ([#557](https://github.com/workos/workos-ruby/issues/557)) ([aabd31d](https://github.com/workos/workos-ruby/commit/aabd31d23e60484cd9bcbfbea2e109fcbda7597b)) +* **pipes:** Update Pipes API surface ([#553](https://github.com/workos/workos-ruby/issues/553)) ([f8fc90e](https://github.com/workos/workos-ruby/commit/f8fc90e646611251bbc55b2debec1e2ea63ab327)) + ## [10.3.0](https://github.com/workos/workos-ruby/compare/v10.2.1...v10.3.0) (2026-09-01) * [#546](https://github.com/workos/workos-ruby/pull/546) feat(generated)!: regenerate from spec (5 changes) diff --git a/Gemfile.lock b/Gemfile.lock index 04a9bc31..8a48e668 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (10.3.0) + workos (10.4.0) jwt (~> 3.1) logger (~> 1.7) zeitwerk (~> 2.6) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 0f4e8083..12fd1fec 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -2,5 +2,5 @@ # @oagen-ignore-file module WorkOS - VERSION = "10.3.0" + VERSION = "10.4.0" end From f1a86ca12ebf15d6fd8075904a04c754e75c6919 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:57:30 +0000 Subject: [PATCH 2/3] chore: inline release notes from .changelog-pending --- ...110a04e6629f048799bbf753bddc6c5f4d10c0f.md | 18 -- ...b4d419df1198eced531b9867bfbfdee80433fe2.md | 102 ---------- ...49c30cb87778129af801fadc33546518853d045.md | 39 ---- ...fe7aedb3cf7296ffb6ead1e287e844186479702.md | 5 - CHANGELOG.md | 175 +++++++++++++++++- 5 files changed, 165 insertions(+), 174 deletions(-) delete mode 100644 .changelog-pending/2026-09-05T15-36-46-b110a04e6629f048799bbf753bddc6c5f4d10c0f.md delete mode 100644 .changelog-pending/2026-09-14T13-28-47-0b4d419df1198eced531b9867bfbfdee80433fe2.md delete mode 100644 .changelog-pending/2026-09-16T19-24-45-949c30cb87778129af801fadc33546518853d045.md delete mode 100644 .changelog-pending/2026-09-17T21-00-23-bfe7aedb3cf7296ffb6ead1e287e844186479702.md diff --git a/.changelog-pending/2026-09-05T15-36-46-b110a04e6629f048799bbf753bddc6c5f4d10c0f.md b/.changelog-pending/2026-09-05T15-36-46-b110a04e6629f048799bbf753bddc6c5f4d10c0f.md deleted file mode 100644 index 0649a3b7..00000000 --- a/.changelog-pending/2026-09-05T15-36-46-b110a04e6629f048799bbf753bddc6c5f4d10c0f.md +++ /dev/null @@ -1,18 +0,0 @@ -* [#550](https://github.com/workos/workos-ruby/pull/550) fix(generated): regenerate from spec - - **Features** - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Added `connected_account_id` to `DataIntegrationsVendCredentialsRequest` - * Added `connected_account_id` to `DataIntegrationsGetUserTokenRequest` - * Added parameter `UserManagementDataProviders.getUserDataInstallation.connected_account_id` - * Changed errors for endpoint `GET /user_management/users/{user_id}/connected_accounts/{slug}` - * Added parameter `UserManagementDataProviders.updateUserDataInstallation.connected_account_id` - * Changed errors for endpoint `PUT /user_management/users/{user_id}/connected_accounts/{slug}` - * Added parameter `UserManagementDataProviders.deleteUserDataInstallation.connected_account_id` - * Changed errors for endpoint `DELETE /user_management/users/{user_id}/connected_accounts/{slug}` - * Added `connected_accounts` to `DataIntegrationsListResponseData` - * Changed errors for endpoint `PUT /data-integrations/{slug}` - * Changed errors for endpoint `PUT /data-integrations/{slug}/api-key` - * Changed errors for endpoint `PUT /data-integrations/{slug}/client-credentials` - * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` - * Changed errors for endpoint `POST /data-integrations/{provider}/token` diff --git a/.changelog-pending/2026-09-14T13-28-47-0b4d419df1198eced531b9867bfbfdee80433fe2.md b/.changelog-pending/2026-09-14T13-28-47-0b4d419df1198eced531b9867bfbfdee80433fe2.md deleted file mode 100644 index d9249799..00000000 --- a/.changelog-pending/2026-09-14T13-28-47-0b4d419df1198eced531b9867bfbfdee80433fe2.md +++ /dev/null @@ -1,102 +0,0 @@ -* [#553](https://github.com/workos/workos-ruby/pull/553) feat(generated): regenerate from spec (4 changes) - - **Features** - * **[admin_portal](https://workos.com/docs/reference/admin-portal)**: - * Changed the format of `PortalLinkResponse.link` - * **[agents](https://workos.com/docs/reference/agents)**: - * Added parameter `AgentsSessions.list.organization_id` - * Changed the format of `ClaimViewResponse.user_code` - * Changed the format of `AgentAdminValidateCredentialRequest.credential` - * **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**: - * Changed the format of `ValidateApiKey.value` - * Changed the format of `OrganizationApiKeyWithValue.value` - * Changed the format of `UserApiKeyWithValue.value` - * **[multi_factor_auth](https://workos.com/docs/reference/authkit/mfa)**: - * Changed the format of `AuthenticationChallenge.code` - * Changed the format of `AuthenticationFactorEnrolledTotp.secret` - * Changed the format of `AuthenticationFactorEnrolledTotp.qr_code` - * Changed the format of `AuthenticationFactorEnrolledTotp.uri` - * Changed the format of `AuthenticationChallengesVerifyRequest.code` - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Added `supports_multiple_connections` to `DataIntegrationsVendCredentialsRequest` - * Added `supports_multiple_connections` to `DataIntegrationsGetUserTokenRequest` - * Added parameter `UserManagementDataProviders.getUserDataInstallation.supports_multiple_connections` - * Added parameter `UserManagementDataProviders.updateUserDataInstallation.supports_multiple_connections` - * Added parameter `UserManagementDataProviders.deleteUserDataInstallation.supports_multiple_connections` - * Added parameter `UserManagementDataProviders.getUserDataIntegrations.supports_multiple_connections` - * Added enum `PipesOwnership` - * Added `user` to `CreateDataIntegrationOwnership` - * Added `user` to `DataIntegrationOwnership` - * Added endpoint `GET /data-integrations/{slug}/organization` - * Added endpoint `PUT /data-integrations/{slug}/organization` - * Added endpoint `DELETE /data-integrations/{slug}/organization` - * Added parameter `Pipes.listDataIntegrations.ownership` - * Changed errors for endpoint `GET /data-integrations` - * Changed errors for endpoint `PUT /user_management/users/{user_id}/connected_accounts/{slug}` - * Changed errors for endpoint `DELETE /user_management/users/{user_id}/connected_accounts/{slug}` - * Changed the format of `DataIntegrationCredentialsResponseCredential.value` - * Added `connection_owner` to `DataIntegrationsUpsertApiKeyRequest` - * Added `connection_owner` to `DataIntegrationsUpsertClientCredentialsRequest` - * Added enum `DataIntegrationsUpsertApiKeyRequestConnectionOwner` - * Added enum `DataIntegrationsUpsertClientCredentialsRequestConnectionOwner` - * Added model `AccountSelectionRequiredError` - * Added `connected_account_id` to `DataIntegrationsUpsertApiKeyRequest` - * Added `connected_account_id` to `DataIntegrationsUpsertClientCredentialsRequest` - * Added `ownership` to `CreateDataIntegration` - * Added `ownership` to `DataIntegration` - * Added `connection_owner` to `DataIntegrationsVendCredentialsRequest` - * Added `connection_owner` to `DataIntegrationsGetUserTokenRequest` - * Added enum `CreateDataIntegrationOwnership` - * Added enum `DataIntegrationOwnership` - * Added enum `DataIntegrationsVendCredentialsRequestConnectionOwner` - * Added enum `DataIntegrationsGetUserTokenRequestConnectionOwner` - * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` - * Changed errors for endpoint `POST /data-integrations/{provider}/token` - * **[sso](https://workos.com/docs/reference/sso)**: - * Changed the format of `CreateConnectionKeyPair.key` - * Changed the format of `TokenQuery.code` - * Changed the format of `SSOLogoutAuthorizeResponse.logout_url` - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Added model `CreateAuthkitOAuthResource` - * Added model `AuthkitOAuthResource` - * Added service `UserManagementAuthkitOAuthResources` - * Changed the format of `DeviceAuthorizationResponse.verification_uri_complete` - * Changed the format of `VerifyEmailAddress.code` - * Changed the format of `ConfirmEmailChange.code` - * Changed the format of `MagicAuth.code` - * Changed the format of `UserInvite.accept_invitation_url` - * Changed the format of `EmailVerification.code` - * Changed the format of `PasswordReset.password_reset_url` - * Changed the format of `AuthenticateResponse.authkit_authorization_code` - * Changed the format of `DeviceAuthorizationResponse.device_code` - * Changed the format of `DeviceAuthorizationResponse.user_code` - * Changed the format of `AuthorizationCodeSessionAuthenticateRequest.code` - * Changed the format of `AuthorizationCodeSessionAuthenticateRequest.code_verifier` - * Changed the format of `MagicAuthCodeSessionAuthenticateRequest.code` - * Changed the format of `EmailVerificationCodeSessionAuthenticateRequest.code` - * Changed the format of `MfaTotpSessionAuthenticateRequest.code` - * Changed the format of `RadarEmailChallengeCodeSessionAuthenticateRequest.code` - * Changed the format of `RadarSmsChallengeCodeSessionAuthenticateRequest.code` - * Changed the format of `DeviceCodeSessionAuthenticateRequest.device_code` - * Changed the format of `Invitation.accept_invitation_url` - * Changed the format of `MagicAuthSendMagicAuthCodeAndReturnResponse.code` - * **[radar](https://workos.com/docs/reference/radar)**: - * Changed the format of `RadarChallenge.code` - * **[vault](https://workos.com/docs/reference/vault)**: - * Changed the format of `CreateObjectRequest.value` - * Changed the format of `VaultObject.value` - * Changed the format of `UpdateObjectRequest.value` - - **Fixes** - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Removed `userland_user` from `CreateDataIntegrationOwnership` - * Removed `userland_user` from `DataIntegrationOwnership` - * Changed errors for endpoint `POST /user_management/users/{user_id}/connected_accounts/{slug}` - * Changed errors for endpoint `PUT /data-integrations/{slug}/api-key` - * Changed errors for endpoint `PUT /data-integrations/{slug}/client-credentials` - * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` - * Changed errors for endpoint `POST /data-integrations/{provider}/token` - * Changed errors for endpoint `GET /user_management/users/{user_id}/connected_accounts/{slug}` - * Changed errors for endpoint `PUT /user_management/users/{user_id}/connected_accounts/{slug}` - * Changed errors for endpoint `DELETE /user_management/users/{user_id}/connected_accounts/{slug}` - * Changed the type of `DataIntegrationInstallation.user_id` diff --git a/.changelog-pending/2026-09-16T19-24-45-949c30cb87778129af801fadc33546518853d045.md b/.changelog-pending/2026-09-16T19-24-45-949c30cb87778129af801fadc33546518853d045.md deleted file mode 100644 index edaf54d3..00000000 --- a/.changelog-pending/2026-09-16T19-24-45-949c30cb87778129af801fadc33546518853d045.md +++ /dev/null @@ -1,39 +0,0 @@ -* [#556](https://github.com/workos/workos-ruby/pull/556) fix(generated): regenerate from spec (1 change) - - **Features** - * **[multi_factor_auth](https://workos.com/docs/reference/authkit/mfa)**: - * Changed errors for endpoint `POST /auth/factors/{id}/challenge` - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Added `connection_owner` to `DataIntegrationsListResponseData` - * Added enum `DataIntegrationsListResponseDataConnectionOwner` - * Added `connection_role` to `DataIntegrationsListResponseDataConnectedAccount` - * Added `account_identifier` to `DataIntegrationsListResponseDataConnectedAccount` - * Added `account_display_name` to `DataIntegrationsListResponseDataConnectedAccount` - * Added enum `DataIntegrationsListResponseDataConnectedAccountConnectionRole` - * Added `connection_role` to `DataIntegrationInstallation` - * Added `account_identifier` to `DataIntegrationInstallation` - * Added `account_display_name` to `DataIntegrationInstallation` - * Added enum `DataIntegrationInstallationConnectionRole` - * Added `connection_owner` to `DataIntegrationsGetDataIntegrationAuthorizeUrlRequest` - * Added enum `DataIntegrationsGetDataIntegrationAuthorizeUrlRequestConnectionOwner` - * Added the organization connected-account operations on `Pipes`: `client.pipes.get_organization_connected_account`, `create_organization_connected_account`, `update_organization_connected_account`, `delete_organization_connected_account`, `list_organization_data_providers` - * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: - * Added `connection_role` to `ConnectedAccount` - * Added `account_identifier` to `ConnectedAccount` - * Added `account_display_name` to `ConnectedAccount` - * Added enum `ConnectedAccountConnectionRole` - * **[webhooks](https://workos.com/docs/reference/webhooks)**: - * Added `pipes.account_connection.add_failed` to `CreateWebhookEndpointEvents` - * Added `pipes.account_connection.connected` to `CreateWebhookEndpointEvents` - * Added `pipes.account_connection.connection_failed` to `CreateWebhookEndpointEvents` - * Added `pipes.account_connection.disconnected` to `CreateWebhookEndpointEvents` - * Added `pipes.account_connection.reauthorization_needed` to `CreateWebhookEndpointEvents` - * Added `pipes.account_connection.add_failed` to `UpdateWebhookEndpointEvents` - * Added `pipes.account_connection.connected` to `UpdateWebhookEndpointEvents` - * Added `pipes.account_connection.connection_failed` to `UpdateWebhookEndpointEvents` - * Added `pipes.account_connection.disconnected` to `UpdateWebhookEndpointEvents` - * Added `pipes.account_connection.reauthorization_needed` to `UpdateWebhookEndpointEvents` - - **Fixes** - * **[multi_factor_auth](https://workos.com/docs/reference/authkit/mfa)**: - * Changed errors for endpoint `POST /auth/factors/{id}/challenge` diff --git a/.changelog-pending/2026-09-17T21-00-23-bfe7aedb3cf7296ffb6ead1e287e844186479702.md b/.changelog-pending/2026-09-17T21-00-23-bfe7aedb3cf7296ffb6ead1e287e844186479702.md deleted file mode 100644 index 17d56713..00000000 --- a/.changelog-pending/2026-09-17T21-00-23-bfe7aedb3cf7296ffb6ead1e287e844186479702.md +++ /dev/null @@ -1,5 +0,0 @@ -* [#557](https://github.com/workos/workos-ruby/pull/557) fix(generated): regenerate from spec (1 change) - - **Fixes** - * **[multi_factor_auth](https://workos.com/docs/reference/authkit/mfa)**: - * Changed errors for endpoint `POST /auth/factors/{id}/challenge` diff --git a/CHANGELOG.md b/CHANGELOG.md index f73fcfc9..58d3dfba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,22 +2,177 @@ ## [10.4.0](https://github.com/workos/workos-ruby/compare/v10.3.0...v10.4.0) (2026-09-18) - ### Features * Add optional jwt_issuer option for session token validation ([#552](https://github.com/workos/workos-ruby/issues/552)) ([841bf57](https://github.com/workos/workos-ruby/commit/841bf57ed103bf8f1d1a079f7a0d70edb9e7a854)) -* **agents:** Add parameter `AgentsSessions.list.organization_id` ([#553](https://github.com/workos/workos-ruby/issues/553)) ([f8fc90e](https://github.com/workos/workos-ruby/commit/f8fc90e646611251bbc55b2debec1e2ea63ab327)) -* **generated:** Pipes (batch 8ad8e447) ([#550](https://github.com/workos/workos-ruby/issues/550)) ([429d26d](https://github.com/workos/workos-ruby/commit/429d26d86fa5f60aa78d6873a411d6a2bf6353d1)) -* **pipes:** Update Pipes API surface ([#553](https://github.com/workos/workos-ruby/issues/553)) ([f8fc90e](https://github.com/workos/workos-ruby/commit/f8fc90e646611251bbc55b2debec1e2ea63ab327)) -* **user_management:** Add user management API surface ([#553](https://github.com/workos/workos-ruby/issues/553)) ([f8fc90e](https://github.com/workos/workos-ruby/commit/f8fc90e646611251bbc55b2debec1e2ea63ab327)) +* [#550](https://github.com/workos/workos-ruby/pull/550) fix(generated): regenerate from spec -### Bug Fixes + **Features** + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Added `connected_account_id` to `DataIntegrationsVendCredentialsRequest` + * Added `connected_account_id` to `DataIntegrationsGetUserTokenRequest` + * Added parameter `UserManagementDataProviders.getUserDataInstallation.connected_account_id` + * Changed errors for endpoint `GET /user_management/users/{user_id}/connected_accounts/{slug}` + * Added parameter `UserManagementDataProviders.updateUserDataInstallation.connected_account_id` + * Changed errors for endpoint `PUT /user_management/users/{user_id}/connected_accounts/{slug}` + * Added parameter `UserManagementDataProviders.deleteUserDataInstallation.connected_account_id` + * Changed errors for endpoint `DELETE /user_management/users/{user_id}/connected_accounts/{slug}` + * Added `connected_accounts` to `DataIntegrationsListResponseData` + * Changed errors for endpoint `PUT /data-integrations/{slug}` + * Changed errors for endpoint `PUT /data-integrations/{slug}/api-key` + * Changed errors for endpoint `PUT /data-integrations/{slug}/client-credentials` + * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` + * Changed errors for endpoint `POST /data-integrations/{provider}/token` + +* [#553](https://github.com/workos/workos-ruby/pull/553) feat(generated): regenerate from spec (4 changes) + + **Features** + * **[admin_portal](https://workos.com/docs/reference/admin-portal)**: + * Changed the format of `PortalLinkResponse.link` + * **[agents](https://workos.com/docs/reference/agents)**: + * Added parameter `AgentsSessions.list.organization_id` + * Changed the format of `ClaimViewResponse.user_code` + * Changed the format of `AgentAdminValidateCredentialRequest.credential` + * **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**: + * Changed the format of `ValidateApiKey.value` + * Changed the format of `OrganizationApiKeyWithValue.value` + * Changed the format of `UserApiKeyWithValue.value` + * **[multi_factor_auth](https://workos.com/docs/reference/authkit/mfa)**: + * Changed the format of `AuthenticationChallenge.code` + * Changed the format of `AuthenticationFactorEnrolledTotp.secret` + * Changed the format of `AuthenticationFactorEnrolledTotp.qr_code` + * Changed the format of `AuthenticationFactorEnrolledTotp.uri` + * Changed the format of `AuthenticationChallengesVerifyRequest.code` + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Added `supports_multiple_connections` to `DataIntegrationsVendCredentialsRequest` + * Added `supports_multiple_connections` to `DataIntegrationsGetUserTokenRequest` + * Added parameter `UserManagementDataProviders.getUserDataInstallation.supports_multiple_connections` + * Added parameter `UserManagementDataProviders.updateUserDataInstallation.supports_multiple_connections` + * Added parameter `UserManagementDataProviders.deleteUserDataInstallation.supports_multiple_connections` + * Added parameter `UserManagementDataProviders.getUserDataIntegrations.supports_multiple_connections` + * Added enum `PipesOwnership` + * Added `user` to `CreateDataIntegrationOwnership` + * Added `user` to `DataIntegrationOwnership` + * Added endpoint `GET /data-integrations/{slug}/organization` + * Added endpoint `PUT /data-integrations/{slug}/organization` + * Added endpoint `DELETE /data-integrations/{slug}/organization` + * Added parameter `Pipes.listDataIntegrations.ownership` + * Changed errors for endpoint `GET /data-integrations` + * Changed errors for endpoint `PUT /user_management/users/{user_id}/connected_accounts/{slug}` + * Changed errors for endpoint `DELETE /user_management/users/{user_id}/connected_accounts/{slug}` + * Changed the format of `DataIntegrationCredentialsResponseCredential.value` + * Added `connection_owner` to `DataIntegrationsUpsertApiKeyRequest` + * Added `connection_owner` to `DataIntegrationsUpsertClientCredentialsRequest` + * Added enum `DataIntegrationsUpsertApiKeyRequestConnectionOwner` + * Added enum `DataIntegrationsUpsertClientCredentialsRequestConnectionOwner` + * Added model `AccountSelectionRequiredError` + * Added `connected_account_id` to `DataIntegrationsUpsertApiKeyRequest` + * Added `connected_account_id` to `DataIntegrationsUpsertClientCredentialsRequest` + * Added `ownership` to `CreateDataIntegration` + * Added `ownership` to `DataIntegration` + * Added `connection_owner` to `DataIntegrationsVendCredentialsRequest` + * Added `connection_owner` to `DataIntegrationsGetUserTokenRequest` + * Added enum `CreateDataIntegrationOwnership` + * Added enum `DataIntegrationOwnership` + * Added enum `DataIntegrationsVendCredentialsRequestConnectionOwner` + * Added enum `DataIntegrationsGetUserTokenRequestConnectionOwner` + * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` + * Changed errors for endpoint `POST /data-integrations/{provider}/token` + * **[sso](https://workos.com/docs/reference/sso)**: + * Changed the format of `CreateConnectionKeyPair.key` + * Changed the format of `TokenQuery.code` + * Changed the format of `SSOLogoutAuthorizeResponse.logout_url` + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Added model `CreateAuthkitOAuthResource` + * Added model `AuthkitOAuthResource` + * Added service `UserManagementAuthkitOAuthResources` + * Changed the format of `DeviceAuthorizationResponse.verification_uri_complete` + * Changed the format of `VerifyEmailAddress.code` + * Changed the format of `ConfirmEmailChange.code` + * Changed the format of `MagicAuth.code` + * Changed the format of `UserInvite.accept_invitation_url` + * Changed the format of `EmailVerification.code` + * Changed the format of `PasswordReset.password_reset_url` + * Changed the format of `AuthenticateResponse.authkit_authorization_code` + * Changed the format of `DeviceAuthorizationResponse.device_code` + * Changed the format of `DeviceAuthorizationResponse.user_code` + * Changed the format of `AuthorizationCodeSessionAuthenticateRequest.code` + * Changed the format of `AuthorizationCodeSessionAuthenticateRequest.code_verifier` + * Changed the format of `MagicAuthCodeSessionAuthenticateRequest.code` + * Changed the format of `EmailVerificationCodeSessionAuthenticateRequest.code` + * Changed the format of `MfaTotpSessionAuthenticateRequest.code` + * Changed the format of `RadarEmailChallengeCodeSessionAuthenticateRequest.code` + * Changed the format of `RadarSmsChallengeCodeSessionAuthenticateRequest.code` + * Changed the format of `DeviceCodeSessionAuthenticateRequest.device_code` + * Changed the format of `Invitation.accept_invitation_url` + * Changed the format of `MagicAuthSendMagicAuthCodeAndReturnResponse.code` + * **[radar](https://workos.com/docs/reference/radar)**: + * Changed the format of `RadarChallenge.code` + * **[vault](https://workos.com/docs/reference/vault)**: + * Changed the format of `CreateObjectRequest.value` + * Changed the format of `VaultObject.value` + * Changed the format of `UpdateObjectRequest.value` + + **Fixes** + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Removed `userland_user` from `CreateDataIntegrationOwnership` + * Removed `userland_user` from `DataIntegrationOwnership` + * Changed errors for endpoint `POST /user_management/users/{user_id}/connected_accounts/{slug}` + * Changed errors for endpoint `PUT /data-integrations/{slug}/api-key` + * Changed errors for endpoint `PUT /data-integrations/{slug}/client-credentials` + * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` + * Changed errors for endpoint `POST /data-integrations/{provider}/token` + * Changed errors for endpoint `GET /user_management/users/{user_id}/connected_accounts/{slug}` + * Changed errors for endpoint `PUT /user_management/users/{user_id}/connected_accounts/{slug}` + * Changed errors for endpoint `DELETE /user_management/users/{user_id}/connected_accounts/{slug}` + * Changed the type of `DataIntegrationInstallation.user_id` + +* [#556](https://github.com/workos/workos-ruby/pull/556) fix(generated): regenerate from spec (1 change) -* **multi_factor_auth:** Change errors for endpoint `POST /auth/factors/{id}/challenge` ([#556](https://github.com/workos/workos-ruby/issues/556)) ([427e733](https://github.com/workos/workos-ruby/commit/427e7339a12f220e991d2b701c8e383694c1498e)) -* **multi_factor_auth:** Change errors for endpoint `POST /auth/factors/{id}/challenge` ([#557](https://github.com/workos/workos-ruby/issues/557)) ([aabd31d](https://github.com/workos/workos-ruby/commit/aabd31d23e60484cd9bcbfbea2e109fcbda7597b)) -* **pipes:** Move organization connected-account operations onto Pipes ([#557](https://github.com/workos/workos-ruby/issues/557)) ([aabd31d](https://github.com/workos/workos-ruby/commit/aabd31d23e60484cd9bcbfbea2e109fcbda7597b)) -* **pipes:** Update Pipes API surface ([#553](https://github.com/workos/workos-ruby/issues/553)) ([f8fc90e](https://github.com/workos/workos-ruby/commit/f8fc90e646611251bbc55b2debec1e2ea63ab327)) + **Features** + * **[multi_factor_auth](https://workos.com/docs/reference/authkit/mfa)**: + * Changed errors for endpoint `POST /auth/factors/{id}/challenge` + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Added `connection_owner` to `DataIntegrationsListResponseData` + * Added enum `DataIntegrationsListResponseDataConnectionOwner` + * Added `connection_role` to `DataIntegrationsListResponseDataConnectedAccount` + * Added `account_identifier` to `DataIntegrationsListResponseDataConnectedAccount` + * Added `account_display_name` to `DataIntegrationsListResponseDataConnectedAccount` + * Added enum `DataIntegrationsListResponseDataConnectedAccountConnectionRole` + * Added `connection_role` to `DataIntegrationInstallation` + * Added `account_identifier` to `DataIntegrationInstallation` + * Added `account_display_name` to `DataIntegrationInstallation` + * Added enum `DataIntegrationInstallationConnectionRole` + * Added `connection_owner` to `DataIntegrationsGetDataIntegrationAuthorizeUrlRequest` + * Added enum `DataIntegrationsGetDataIntegrationAuthorizeUrlRequestConnectionOwner` + * Added the organization connected-account operations on `Pipes`: `client.pipes.get_organization_connected_account`, `create_organization_connected_account`, `update_organization_connected_account`, `delete_organization_connected_account`, `list_organization_data_providers` + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: + * Added `connection_role` to `ConnectedAccount` + * Added `account_identifier` to `ConnectedAccount` + * Added `account_display_name` to `ConnectedAccount` + * Added enum `ConnectedAccountConnectionRole` + * **[webhooks](https://workos.com/docs/reference/webhooks)**: + * Added `pipes.account_connection.add_failed` to `CreateWebhookEndpointEvents` + * Added `pipes.account_connection.connected` to `CreateWebhookEndpointEvents` + * Added `pipes.account_connection.connection_failed` to `CreateWebhookEndpointEvents` + * Added `pipes.account_connection.disconnected` to `CreateWebhookEndpointEvents` + * Added `pipes.account_connection.reauthorization_needed` to `CreateWebhookEndpointEvents` + * Added `pipes.account_connection.add_failed` to `UpdateWebhookEndpointEvents` + * Added `pipes.account_connection.connected` to `UpdateWebhookEndpointEvents` + * Added `pipes.account_connection.connection_failed` to `UpdateWebhookEndpointEvents` + * Added `pipes.account_connection.disconnected` to `UpdateWebhookEndpointEvents` + * Added `pipes.account_connection.reauthorization_needed` to `UpdateWebhookEndpointEvents` + + **Fixes** + * **[multi_factor_auth](https://workos.com/docs/reference/authkit/mfa)**: + * Changed errors for endpoint `POST /auth/factors/{id}/challenge` + +* [#557](https://github.com/workos/workos-ruby/pull/557) fix(generated): regenerate from spec (1 change) + + **Fixes** + * **[multi_factor_auth](https://workos.com/docs/reference/authkit/mfa)**: + * Changed errors for endpoint `POST /auth/factors/{id}/challenge` ## [10.3.0](https://github.com/workos/workos-ruby/compare/v10.2.1...v10.3.0) (2026-09-01) From fcff6c69ebd5d9605f99d4daaf73bdd60701edb1 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:58:00 +0000 Subject: [PATCH 3/3] chore: update Gemfile.lock --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8a48e668..8bed9ff9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ CHECKSUMS unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f webmock (3.26.2) sha256=774556f2ea6371846cca68c01769b2eac0d134492d21f6d0ab5dd643965a4c90 webrick (1.9.2) sha256=beb4a15fc474defed24a3bda4ffd88a490d517c9e4e6118c3edce59e45864131 - workos (10.3.0) + workos (10.4.0) yard (0.9.45) sha256=52e211493f7cb8a3ebf7e104a25a1e73937a3103092545d34cb88fafebb3dc51 yard-markdown (0.9.1) sha256=51adf55a814172f70ed81fbd1af4dc42c0e1a698915f7da33eff5a3bb527062d zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd