Skip to content

build(deps): update rust crate workos to v3.4.0 - #528

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/workos-3.x-lockfile
Sep 14, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate/workos-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
workos (source) dependencies minor 3.3.03.4.0

Release Notes

workos/workos-rust (workos)

v3.4.0

Compare Source

  • #​142 feat(generated)!: regenerate from spec (4 changes)

    ⚠️ Breaking

    • agents:
      • Removed service Agents
    • sso:
      • Removed model TokenBody
      • Removed enum TokenBodyGrantType
      • Removed model TokenQuery
      • Changed parameter SSO.token.grant_type

    Features

    • agents:
      • Added model AgentBlueprint
      • Added model AgentInstance
      • Added model AgentToken
      • Added model AgentInstanceSession
      • Added model AgentBlueprintInvocableBy
      • Added model AgentBlueprintSessionSetting
      • Added model AgentBlueprintsCreateRequest
      • Added model AgentBlueprintsCreateRequestInvocableBy
      • Added model AgentBlueprintsCreateRequestSessionSetting
      • Added model AgentBlueprintsUpdateRequest
      • Added model AgentBlueprintsUpdateRequestInvocableBy
      • Added model AgentBlueprintsUpdateRequestSessionSetting
      • Added model AgentBlueprintsTokenMintTokenRequest
      • Added enum AgentInstanceType
      • Added enum AgentInstanceSessionStatus
      • Added enum AgentBlueprintsTokenMintTokenRequestType
    • agents_blueprints:
      • Added service AgentsBlueprints
    • agents_blueprints_tokens:
      • Added service AgentsBlueprintsTokens
    • agents_instances:
      • Added service AgentsInstances
    • agents_registrations:
      • Added service AgentsRegistrations
    • agents_sessions:
      • Added service AgentsSessions
    • organizations:
      • Added retention_period to UpdateAuditLogsRetention
      • Made UpdateAuditLogsRetention.retention_period_in_days optional
      • Added enum UpdateAuditLogsRetentionRetentionPeriod
      • Added model CreateItContact
      • Added model InviteItContact
      • Added model ItContact
      • Added model ItContactList
      • Added model ItContactListListMetadata
      • Added enum InviteItContactIntents
      • Added service OrganizationsItContacts
    • platform_teams:
      • Added model CreateTeam
      • Added model Team
      • Added enum TeamProductionState
      • Added service PlatformTeams
    • sso:
      • Added model TokenQuery
      • Added enum TokenQueryGrantType
      • Added model CreateConnectionKeyPair
      • Added model CreateConnectionSAMLOptions
      • Added model CreateConnectionOidcOptions
      • Added model CreateConnectionStandardAttributes
      • Added model CreateConnectionAttributeMaps
      • Added model CreateConnection
      • Added model PatchConnectionSAMLOptions
      • Added model PatchConnectionOidcOptions
      • Added model PatchConnectionStandardAttributes
      • Added model PatchConnectionAttributeMaps
      • Added model PatchConnection
      • Added model CreateSAMLIdpSigningCertificate
      • Added model SAMLIdpSigningCertificate
      • Added model SAMLIdpSigningCertificateList
      • Added model SAMLSpEncryptionCertificate
      • Added model SAMLSpEncryptionCertificateList
      • Added model SAMLSpSigningCertificate
      • Added enum CreateConnectionOidcOptionsIdTokenSignatureAlgorithm
      • Added enum PatchConnectionOidcOptionsIdTokenSignatureAlgorithm
      • Added endpoint POST /connections
      • Added endpoint GET /connections/{connectionId}/saml_idp_signing_certs
      • Added endpoint POST /connections/{connectionId}/saml_idp_signing_certs
      • Added endpoint DELETE /connections/{connectionId}/saml_idp_signing_certs/{certificateId}
      • Added endpoint GET /connections/{connectionId}/saml_sp_encryption_certs
      • Added endpoint POST /connections/{connectionId}/saml_sp_encryption_certs
      • Added endpoint DELETE /connections/{connectionId}/saml_sp_encryption_certs/{certificateId}
      • Added endpoint GET /connections/{connectionId}/saml_sp_signing_cert
      • Added endpoint POST /connections/{connectionId}/saml_sp_signing_cert
      • Added endpoint DELETE /connections/{connectionId}/saml_sp_signing_cert/{certificateId}
      • Added endpoint PATCH /connections/{id}
      • Added model TokenBody
      • Added enum TokenBodyGrantType
      • Added enum SSOGrantType
      • Changed required status for parameter SSO.token.code
    • user_management:
      • Added enum CreateConnectionOidcOptionsTokenAuthenticationMethod
      • Added enum PatchConnectionOidcOptionsTokenAuthenticationMethod
      • Added model EmailCompletionSessionAuthenticateRequest
      • Added model CreateWaitlistEntry
      • Added model Waitlist
      • Added model WaitlistEntry
      • Added enum WaitlistEntryState
      • Added enum UserManagementWaitlistsState
      • Added service UserManagementWaitlists
    • webhooks:
      • Added agent.instance.created to CreateWebhookEndpointEvents
      • Added agent.instance.deleted to CreateWebhookEndpointEvents
      • Added agent.instance.session.created to CreateWebhookEndpointEvents
      • Added agent.instance.session.revoked to CreateWebhookEndpointEvents
      • Added agent.instance.created to UpdateWebhookEndpointEvents
      • Added agent.instance.deleted to UpdateWebhookEndpointEvents
      • Added agent.instance.session.created to UpdateWebhookEndpointEvents
      • Added agent.instance.session.revoked to UpdateWebhookEndpointEvents
      • Added agent.blueprint.created to CreateWebhookEndpointEvents
      • Added agent.blueprint.deleted to CreateWebhookEndpointEvents
      • Added agent.blueprint.updated to CreateWebhookEndpointEvents
      • Added agent.blueprint.created to UpdateWebhookEndpointEvents
      • Added agent.blueprint.deleted to UpdateWebhookEndpointEvents
      • Added agent.blueprint.updated to UpdateWebhookEndpointEvents

    Fixes

    • sso:
      • Changed request body of SSO.token from TokenBody to TokenQuery
      • Removed DiscordOAuth from ConnectionType
      • Removed GrokOAuth from ConnectionType
      • Removed XOAuth from ConnectionType
      • Removed DiscordOAuth from ProfileConnectionType
      • Removed GrokOAuth from ProfileConnectionType
      • Removed XOAuth from ProfileConnectionType
      • Removed DiscordOAuth from ConnectionsConnectionType
      • Removed GrokOAuth from ConnectionsConnectionType
      • Removed XOAuth from ConnectionsConnectionType
      • Changed request body of SSO.token from TokenQuery to TokenBody
    • user_management:
      • Changed request body for UserManagementAuthentication.authenticate
      • Changed errors for endpoint POST /user_management/authenticate
      • Removed DiscordOAuth from AuthenticateResponseAuthenticationMethod
      • Removed GrokOAuth from AuthenticateResponseAuthenticationMethod
      • Removed XOAuth from AuthenticateResponseAuthenticationMethod
      • Removed DiscordOAuth from UserIdentitiesGetItemProvider
      • Removed GrokOAuth from UserIdentitiesGetItemProvider
      • Removed XOAuth from UserIdentitiesGetItemProvider
      • Changed errors for endpoint DELETE /user_management/users/{id}
  • #​146 fix(generated): regenerate from spec

    Features

    • agents:
      • Made AgentBlueprintsCreateRequest.session_settings optional
      • Added model AgentTokenValidation
      • Added model AgentBlueprintsTokenValidateTokenRequest
    • agents_blueprints_tokens:
      • Added endpoint POST /agents/blueprints/{agent_blueprint_id}/tokens/validate

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) September 14, 2026 01:24
@renovate
renovate Bot force-pushed the renovate/workos-3.x-lockfile branch 3 times, most recently from 5df7b32 to 48a28db Compare September 14, 2026 12:40
@renovate
renovate Bot force-pushed the renovate/workos-3.x-lockfile branch from 48a28db to ddd7ced Compare September 14, 2026 12:42
@renovate
renovate Bot merged commit 3ad8392 into main Sep 14, 2026
12 checks passed
@renovate
renovate Bot deleted the renovate/workos-3.x-lockfile branch September 14, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants