Skip to content

Commit 9a44722

Browse files
chore: inline release notes from .changelog-pending
1 parent 554416f commit 9a44722

2 files changed

Lines changed: 138 additions & 155 deletions

File tree

.changelog-pending/2026-09-01T16-10-04-667627615ba0a9db28194f68afd773d08ce9cbe7.md

Lines changed: 0 additions & 141 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 138 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,147 @@
22

33
## [10.3.0](https://github.com/workos/workos-python/compare/v10.2.0...v10.3.0) (2026-09-01)
44

5+
* [#719](https://github.com/workos/workos-python/pull/719) feat(generated)!: regenerate from spec (6 changes)
56

6-
### Features
7-
8-
* **agents:** Add blueprint, instance, and session endpoints ([#719](https://github.com/workos/workos-python/issues/719)) ([5f32740](https://github.com/workos/workos-python/commit/5f327401bd69434bf677ce7472f75be3e5d3d730))
9-
* **api_keys:** Alias ValidateApiKey to deduplicated model ([#719](https://github.com/workos/workos-python/issues/719)) ([5f32740](https://github.com/workos/workos-python/commit/5f327401bd69434bf677ce7472f75be3e5d3d730))
10-
* **audit_logs:** Replace retention_period_in_days param with retention union supporting retention periods ([#719](https://github.com/workos/workos-python/issues/719)) ([5f32740](https://github.com/workos/workos-python/commit/5f327401bd69434bf677ce7472f75be3e5d3d730))
11-
* **organizations:** Add IT contacts endpoints ([#719](https://github.com/workos/workos-python/issues/719)) ([5f32740](https://github.com/workos/workos-python/commit/5f327401bd69434bf677ce7472f75be3e5d3d730))
12-
* **platform_teams:** Add Platform Teams service ([#719](https://github.com/workos/workos-python/issues/719)) ([5f32740](https://github.com/workos/workos-python/commit/5f327401bd69434bf677ce7472f75be3e5d3d730))
13-
* **sso:** Add connection management and SAML certificate endpoints ([#719](https://github.com/workos/workos-python/issues/719)) ([5f32740](https://github.com/workos/workos-python/commit/5f327401bd69434bf677ce7472f75be3e5d3d730))
14-
* **sso:** Make code optional on get_profile_and_token and add PKCE variant ([#719](https://github.com/workos/workos-python/issues/719)) ([5f32740](https://github.com/workos/workos-python/commit/5f327401bd69434bf677ce7472f75be3e5d3d730))
15-
* **user_management:** Add email-completion grant and waitlist endpoints ([#719](https://github.com/workos/workos-python/issues/719)) ([5f32740](https://github.com/workos/workos-python/commit/5f327401bd69434bf677ce7472f75be3e5d3d730))
16-
* **webhooks:** Add agent instance and blueprint webhook event types ([#719](https://github.com/workos/workos-python/issues/719)) ([5f32740](https://github.com/workos/workos-python/commit/5f327401bd69434bf677ce7472f75be3e5d3d730))
17-
7+
**⚠️ Breaking**
8+
* **[agents](https://workos.com/docs/reference/agents)**:
9+
* Removed service `Agents`
10+
* **[sso](https://workos.com/docs/reference/sso)**:
11+
* Removed model `TokenBody`
12+
* Removed enum `TokenBodyGrantType`
13+
* Removed model `TokenQuery`
14+
* Changed parameter `SSO.token.grant_type`
1815

19-
### Bug Fixes
16+
**Features**
17+
* **[agents](https://workos.com/docs/reference/agents)**:
18+
* Added model `AgentBlueprint`
19+
* Added model `AgentInstance`
20+
* Added model `AgentToken`
21+
* Added model `AgentInstanceSession`
22+
* Added model `AgentBlueprintInvocableBy`
23+
* Added model `AgentBlueprintSessionSetting`
24+
* Added model `AgentBlueprintsCreateRequest`
25+
* Added model `AgentBlueprintsCreateRequestInvocableBy`
26+
* Added model `AgentBlueprintsCreateRequestSessionSetting`
27+
* Added model `AgentBlueprintsUpdateRequest`
28+
* Added model `AgentBlueprintsUpdateRequestInvocableBy`
29+
* Added model `AgentBlueprintsUpdateRequestSessionSetting`
30+
* Added model `AgentBlueprintsTokenMintTokenRequest`
31+
* Added enum `AgentInstanceType`
32+
* Added enum `AgentInstanceSessionStatus`
33+
* Added enum `AgentBlueprintsTokenMintTokenRequestType`
34+
* **agents_blueprints**:
35+
* Added service `AgentsBlueprints`
36+
* **agents_blueprints_tokens**:
37+
* Added service `AgentsBlueprintsTokens`
38+
* **agents_instances**:
39+
* Added service `AgentsInstances`
40+
* **agents_registrations**:
41+
* Added service `AgentsRegistrations`
42+
* **agents_sessions**:
43+
* Added service `AgentsSessions`
44+
* **[organizations](https://workos.com/docs/reference/organization)**:
45+
* Added `retention_period` to `UpdateAuditLogsRetention`
46+
* Made `UpdateAuditLogsRetention.retention_period_in_days` optional
47+
* Added enum `UpdateAuditLogsRetentionRetentionPeriod`
48+
* Added model `CreateItContact`
49+
* Added model `InviteItContact`
50+
* Added model `ItContact`
51+
* Added model `ItContactList`
52+
* Added model `ItContactListListMetadata`
53+
* Added enum `InviteItContactIntents`
54+
* Added service `OrganizationsItContacts`
55+
* **platform_teams**:
56+
* Added model `CreateTeam`
57+
* Added model `Team`
58+
* Added enum `TeamProductionState`
59+
* Added service `PlatformTeams`
60+
* **[sso](https://workos.com/docs/reference/sso)**:
61+
* Added model `TokenQuery`
62+
* Added enum `TokenQueryGrantType`
63+
* Added model `CreateConnectionKeyPair`
64+
* Added model `CreateConnectionSAMLOptions`
65+
* Added model `CreateConnectionOidcOptions`
66+
* Added model `CreateConnectionStandardAttributes`
67+
* Added model `CreateConnectionAttributeMaps`
68+
* Added model `CreateConnection`
69+
* Added model `PatchConnectionSAMLOptions`
70+
* Added model `PatchConnectionOidcOptions`
71+
* Added model `PatchConnectionStandardAttributes`
72+
* Added model `PatchConnectionAttributeMaps`
73+
* Added model `PatchConnection`
74+
* Added model `CreateSAMLIdpSigningCertificate`
75+
* Added model `SAMLIdpSigningCertificate`
76+
* Added model `SAMLIdpSigningCertificateList`
77+
* Added model `SAMLSpEncryptionCertificate`
78+
* Added model `SAMLSpEncryptionCertificateList`
79+
* Added model `SAMLSpSigningCertificate`
80+
* Added enum `CreateConnectionOidcOptionsIdTokenSignatureAlgorithm`
81+
* Added enum `PatchConnectionOidcOptionsIdTokenSignatureAlgorithm`
82+
* Added endpoint `POST /connections`
83+
* Added endpoint `GET /connections/{connectionId}/saml_idp_signing_certs`
84+
* Added endpoint `POST /connections/{connectionId}/saml_idp_signing_certs`
85+
* Added endpoint `DELETE /connections/{connectionId}/saml_idp_signing_certs/{certificateId}`
86+
* Added endpoint `GET /connections/{connectionId}/saml_sp_encryption_certs`
87+
* Added endpoint `POST /connections/{connectionId}/saml_sp_encryption_certs`
88+
* Added endpoint `DELETE /connections/{connectionId}/saml_sp_encryption_certs/{certificateId}`
89+
* Added endpoint `GET /connections/{connectionId}/saml_sp_signing_cert`
90+
* Added endpoint `POST /connections/{connectionId}/saml_sp_signing_cert`
91+
* Added endpoint `DELETE /connections/{connectionId}/saml_sp_signing_cert/{certificateId}`
92+
* Added endpoint `PATCH /connections/{id}`
93+
* Added model `TokenBody`
94+
* Added enum `TokenBodyGrantType`
95+
* Added enum `SSOGrantType`
96+
* Changed required status for parameter `SSO.token.code`
97+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
98+
* Added enum `CreateConnectionOidcOptionsTokenAuthenticationMethod`
99+
* Added enum `PatchConnectionOidcOptionsTokenAuthenticationMethod`
100+
* Added model `EmailCompletionSessionAuthenticateRequest`
101+
* Added model `CreateWaitlistEntry`
102+
* Added model `Waitlist`
103+
* Added model `WaitlistEntry`
104+
* Added enum `WaitlistEntryState`
105+
* Added enum `UserManagementWaitlistsState`
106+
* Added service `UserManagementWaitlists`
107+
* **[webhooks](https://workos.com/docs/reference/webhooks)**:
108+
* Added `agent.instance.created` to `CreateWebhookEndpointEvents`
109+
* Added `agent.instance.deleted` to `CreateWebhookEndpointEvents`
110+
* Added `agent.instance.session.created` to `CreateWebhookEndpointEvents`
111+
* Added `agent.instance.session.revoked` to `CreateWebhookEndpointEvents`
112+
* Added `agent.instance.created` to `UpdateWebhookEndpointEvents`
113+
* Added `agent.instance.deleted` to `UpdateWebhookEndpointEvents`
114+
* Added `agent.instance.session.created` to `UpdateWebhookEndpointEvents`
115+
* Added `agent.instance.session.revoked` to `UpdateWebhookEndpointEvents`
116+
* Added `agent.blueprint.created` to `CreateWebhookEndpointEvents`
117+
* Added `agent.blueprint.deleted` to `CreateWebhookEndpointEvents`
118+
* Added `agent.blueprint.updated` to `CreateWebhookEndpointEvents`
119+
* Added `agent.blueprint.created` to `UpdateWebhookEndpointEvents`
120+
* Added `agent.blueprint.deleted` to `UpdateWebhookEndpointEvents`
121+
* Added `agent.blueprint.updated` to `UpdateWebhookEndpointEvents`
20122

21-
* **sso:** Remove DiscordOAuth, GrokOAuth, and XOAuth from connection type enums ([#719](https://github.com/workos/workos-python/issues/719)) ([5f32740](https://github.com/workos/workos-python/commit/5f327401bd69434bf677ce7472f75be3e5d3d730))
123+
**Fixes**
124+
* **[sso](https://workos.com/docs/reference/sso)**:
125+
* Changed request body of `SSO.token` from `TokenBody` to `TokenQuery`
126+
* Removed `DiscordOAuth` from `ConnectionType`
127+
* Removed `GrokOAuth` from `ConnectionType`
128+
* Removed `XOAuth` from `ConnectionType`
129+
* Removed `DiscordOAuth` from `ProfileConnectionType`
130+
* Removed `GrokOAuth` from `ProfileConnectionType`
131+
* Removed `XOAuth` from `ProfileConnectionType`
132+
* Removed `DiscordOAuth` from `ConnectionsConnectionType`
133+
* Removed `GrokOAuth` from `ConnectionsConnectionType`
134+
* Removed `XOAuth` from `ConnectionsConnectionType`
135+
* Changed request body of `SSO.token` from `TokenQuery` to `TokenBody`
136+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
137+
* Changed request body for `UserManagementAuthentication.authenticate`
138+
* Changed errors for endpoint `POST /user_management/authenticate`
139+
* Removed `DiscordOAuth` from `AuthenticateResponseAuthenticationMethod`
140+
* Removed `GrokOAuth` from `AuthenticateResponseAuthenticationMethod`
141+
* Removed `XOAuth` from `AuthenticateResponseAuthenticationMethod`
142+
* Removed `DiscordOAuth` from `UserIdentitiesGetItemProvider`
143+
* Removed `GrokOAuth` from `UserIdentitiesGetItemProvider`
144+
* Removed `XOAuth` from `UserIdentitiesGetItemProvider`
145+
* Changed errors for endpoint `DELETE /user_management/users/{id}`
22146

23147
## [10.2.0](https://github.com/workos/workos-python/compare/v10.1.1...v10.2.0) (2026-08-11)
24148

0 commit comments

Comments
 (0)