|
2 | 2 |
|
3 | 3 | ## [10.1.0](https://github.com/workos/workos-ruby/compare/v10.0.0...v10.1.0) (2026-07-28) |
4 | 4 |
|
5 | | - |
6 | 5 | ### Features |
7 | 6 |
|
8 | | -* **generated:** Pipes, PipesProvider, UserManagement (batch 6c21f6dc) ([#531](https://github.com/workos/workos-ruby/issues/531)) ([75c684f](https://github.com/workos/workos-ruby/commit/75c684f688774a8bb813ce43e4dba59e351591cb)) |
9 | | -* **generated:** SSO (batch 16283437) ([#532](https://github.com/workos/workos-ruby/issues/532)) ([b7bad42](https://github.com/workos/workos-ruby/commit/b7bad427870d8b6d9304e69e2261276d42788c5c)) |
10 | 7 | * replace hand-written URL builders with generated ones ([b162486](https://github.com/workos/workos-ruby/commit/b1624866137d8364dda1726b0302b70bed00a75c)) |
11 | 8 |
|
| 9 | +* [#531](https://github.com/workos/workos-ruby/pull/531) fix(generated): regenerate from spec |
| 10 | + |
| 11 | + **Features** |
| 12 | + * **[pipes](https://workos.com/docs/reference/pipes)**: |
| 13 | + * Added `config` to `DataIntegrationsGetDataIntegrationAuthorizeUrlRequest` |
| 14 | + * Added `client_credentials` to `DataIntegrationAuthMethods` |
| 15 | + * Added `client_credentials` to `DataIntegrationsListResponseDataAuthMethods` |
| 16 | + * Added `client_credentials` to `DataIntegrationsListResponseDataConnectedAccountAuthMethod` |
| 17 | + * Added `config` to Pipes models |
| 18 | + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: |
| 19 | + * Added `client_credentials` to `ConnectedAccountAuthMethod` |
| 20 | + |
| 21 | + **Fixes** |
| 22 | + * **[user_management](https://workos.com/docs/reference/authkit/user)**: |
| 23 | + * Changed errors for endpoint `POST /user_management/invitations` |
| 24 | + * Changed errors for endpoint `POST /user_management/invitations/{id}/resend` |
| 25 | + * Changed errors for endpoint `POST /user_management/magic_auth` |
| 26 | + * Changed errors for endpoint `POST /user_management/authenticate` |
| 27 | + |
| 28 | +* [#532](https://github.com/workos/workos-ruby/pull/532) fix(generated): regenerate from spec |
| 29 | + |
| 30 | + **Fixes** |
| 31 | + * **[sso](https://workos.com/docs/reference/sso)**: |
| 32 | + * Removed `callback_endpoint` from `Connection` |
| 33 | + |
12 | 34 | ## [10.0.0](https://github.com/workos/workos-ruby/compare/v9.5.0...v10.0.0) (2026-07-22) |
13 | 35 |
|
14 | 36 | ### Bug Fixes |
|
0 commit comments