|
12 | 12 | - Endpoints `insert_record` and `put_record` have returnType Record (earlier it was Key) |
13 | 13 |
|
14 | 14 | * Search service (v3alpha1): |
15 | | - |
16 | 15 | - Models `RecurringSearch` and `UpdateRecurringSearch` have been removed |
17 | 16 | - Endpoint `create_dataset` takes in argument `DatasetPOST` instead of `Dataset` |
18 | 17 | - Endpoint `update_dataset_by_id` takes in argument `DatasetPATCH` instead of `Dataset` |
|
26 | 25 | * Identity service (v3): |
27 | 26 | - Models `ResetPasswordBody`, `UpdateGroupBody`, `UpdatePasswordBody` and `UpdateRoleBody` have been added |
28 | 27 | - Endpoints `reset_password`, `update_password`, `update_group` and `update_role` have been added |
29 | | - - Parameters `description` and `display_name` have been added to models `CreateGroupBody`, `CreateRoleBody`, `Role`, and `Group`. |
| 28 | + - Parameters `description` and `display_name` have been added to models `CreateGroupBody`, `CreateRoleBody`, `Role`, and `Group` |
30 | 29 |
|
31 | 30 | * Search service (v3alpha1): |
32 | 31 | - Models `DatasetPATCH`, `DatasetPOST`, `FederatedConnection`, `FederatedConnectionInput` and `ListModules` have been added |
33 | 32 | - Endpoints `create_federated_connection`, `delete_federated_connection`, `get_federated_connection_by_name` and `put_federated_connection_by_name` have been added |
34 | 33 |
|
35 | 34 | * Streams service (v3beta1): |
36 | | - - Models `PipelineReactivateResponseAsync`, `PipelineReactivationStatus`, `UpgradePipelineRequest` and `ValidateConnectionRequest` have been added. |
| 35 | + - Models `PipelineReactivateResponseAsync`, `PipelineReactivationStatus`, `UpgradePipelineRequest` and `ValidateConnectionRequest` have been added |
37 | 36 | - Parameter `skip_validation` has been added to `create_connection` endpoint |
38 | 37 | - Parameter `create_user_id` has been added to `list_templates` endpoint |
39 | 38 | - Endpoints `reactivation_status`, `validate_connection`, and `upgrade_pipeline` have been added |
|
44 | 43 | - Model `Source` has changed with properties `node` and `pipeline_version` deleted and 18 new properties added |
45 | 44 | - Parameter `learn_more_location` has been added to model `TemplateResponse` |
46 | 45 |
|
| 46 | +* Added support to build a partial (without scheme) or full URL from "route" parameter and based on tenant specification in the context |
| 47 | + |
47 | 48 | ## Version 12.0.0-beta2 |
48 | 49 | #### Breaking Changes |
49 | 50 |
|
|
0 commit comments