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.

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

## [10.4.0](https://github.com/workos/workos-go/compare/v10.3.0...v10.4.0) (2026-09-01)

### Bug Fixes

* **deps:** update minor and patch updates ([#602](https://github.com/workos/workos-go/issues/602)) ([10bdaf8](https://github.com/workos/workos-go/commit/10bdaf8d6869ad6ea9b39c254b828219b67f23ee))

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

**⚠️ Breaking**
* **[agents](https://workos.com/docs/reference/agents)**:
* Removed service `Agents`
* **[sso](https://workos.com/docs/reference/sso)**:
* Removed model `TokenBody`
* Removed enum `TokenBodyGrantType`
* Removed model `TokenQuery`
* Changed parameter `SSO.token.grant_type`

**Features**
* **[agents](https://workos.com/docs/reference/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](https://workos.com/docs/reference/organization)**:
* 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](https://workos.com/docs/reference/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](https://workos.com/docs/reference/authkit/user)**:
* 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](https://workos.com/docs/reference/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](https://workos.com/docs/reference/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](https://workos.com/docs/reference/authkit/user)**:
* 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}`

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

**Features**
* **[agents](https://workos.com/docs/reference/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`

## [10.3.0](https://github.com/workos/workos-go/compare/v10.2.0...v10.3.0) (2026-08-13)


Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ package workos

const (
// Version represents the SDK version number.
Version = "v10.3.0" // x-release-please-version
Version = "v10.4.0" // x-release-please-version
)