Skip to content

Commit e8d5d49

Browse files
chore: inline release notes from .changelog-pending
1 parent a235ae5 commit e8d5d49

2 files changed

Lines changed: 51 additions & 57 deletions

File tree

.changelog-pending/2026-08-11T17-12-22-c4d55e190f0f722ec4b6c901f4305221e86fb8f7.md

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

CHANGELOG.md

Lines changed: 51 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,59 @@
22

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

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

6-
### Features
7+
**⚠️ Breaking**
8+
* **[events](https://workos.com/docs/reference/events)**:
9+
* Changed required status for parameter `Events.list.events`
10+
11+
**Features**
12+
* **[groups](https://workos.com/docs/reference/groups)**:
13+
* Added parameter `Groups.list.search`
14+
* **[connect](https://workos.com/docs/reference/workos-connect/standalone)**:
15+
* Added `client_id` to `ConnectedAccount`
16+
* Added `client_secret_last_4` to `ConnectedAccount`
17+
* Added `config` to `ConnectedAccount`
18+
* **[pipes](https://workos.com/docs/reference/pipes)**:
19+
* Added `client_id` to `DataIntegrationsListResponseDataConnectedAccount`
20+
* Added `client_secret_last_4` to `DataIntegrationsListResponseDataConnectedAccount`
21+
* Added `config` to `DataIntegrationsListResponseDataConnectedAccount`
22+
* Changed errors for endpoint `POST /data-integrations/{slug}/credentials`
23+
* Made `CustomProviderDefinition.authorization_url` optional
24+
* Made `CustomProviderDefinition.token_url` optional
25+
* Added model `DataIntegrationsUpsertClientCredentialsRequest`
26+
* Added `client_credentials` to `CreateDataIntegrationAuthMethods`
27+
* Added endpoint `PUT /data-integrations/{slug}/client-credentials`
28+
* **[sso](https://workos.com/docs/reference/sso)**:
29+
* Added `XOAuth` to `ConnectionType`
30+
* Added `XOAuth` to `ProfileConnectionType`
31+
* Added `XOAuth` to `ConnectionsConnectionType`
32+
* Added `GrokOAuth` to `ConnectionType`
33+
* Added `GrokOAuth` to `ProfileConnectionType`
34+
* Added `GrokOAuth` to `ConnectionsConnectionType`
35+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
36+
* Changed errors for endpoint `DELETE /user_management/users/{id}`
37+
* Added `password_salt_position` to `CreateUser`
38+
* Added `password_salt_position` to `UpdateUser`
39+
* Made `RadarSmsChallengeCodeSessionAuthenticateRequest.verification_id` optional
40+
* Made `RadarSmsChallengeCodeSessionAuthenticateRequest.phone_number` optional
41+
* Added enum `CreateUserPasswordSaltPosition`
42+
* Added enum `UpdateUserPasswordSaltPosition`
43+
* Added `XOAuth` to `AuthenticateResponseAuthenticationMethod`
44+
* Added `XOAuth` to `UserIdentitiesGetItemProvider`
45+
* Added `GrokOAuth` to `AuthenticateResponseAuthenticationMethod`
46+
* Added `GrokOAuth` to `UserIdentitiesGetItemProvider`
47+
* **[webhooks](https://workos.com/docs/reference/webhooks)**:
48+
* Added `agent.registration.refreshed` to `CreateWebhookEndpointEvents`
49+
* Added `agent.registration.refreshed` to `UpdateWebhookEndpointEvents`
750

8-
* **events:** Change required status for parameter `Events.list.events` ([#710](https://github.com/workos/workos-python/issues/710)) ([f7188a1](https://github.com/workos/workos-python/commit/f7188a1f9757d4953656e88aeeef6f03c8a62219))
9-
* **pipes:** SDK surface change: Symbol "CreateDataIntegrationAuthMethodsLiteral" was removed ([#710](https://github.com/workos/workos-python/issues/710)) ([f7188a1](https://github.com/workos/workos-python/commit/f7188a1f9757d4953656e88aeeef6f03c8a62219))
10-
* **user_management:** SDK surface change: Parameter type changed for "verification_id" on "UserManagement.authenticate_with_radar_sms_challenge" ([#710](https://github.com/workos/workos-python/issues/710)) ([f7188a1](https://github.com/workos/workos-python/commit/f7188a1f9757d4953656e88aeeef6f03c8a62219))
51+
**Fixes**
52+
* **[pipes](https://workos.com/docs/reference/pipes)**:
53+
* Changed the type of `DataIntegration.credentials`
54+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
55+
* Changed errors for endpoint `POST /user_management/authenticate`
56+
* Changed errors for endpoint `POST /user_management/users`
57+
* Changed errors for endpoint `PUT /user_management/users/{id}`
1158

1259
## [10.1.1](https://github.com/workos/workos-python/compare/v10.1.0...v10.1.1) (2026-08-04)
1360

0 commit comments

Comments
 (0)