|
1 | 1 | # Splunk Cloud SDK for Python Changelog |
2 | 2 |
|
3 | | -## Version |
4 | | -#### Breaking Changes |
5 | | -##### Features |
6 | | - |
7 | | -* Ingest service (v1beta2): |
8 | | - - Model `HECResponse` has been removed |
9 | | - |
10 | | -* KVStore service (v1beta1) |
11 | | - - Model `Key` renamed to `Record` and has an additional required field `user` |
12 | | - - Endpoints `insert_record` and `put_record` have returnType Record (earlier it was Key) |
13 | | - |
14 | | -* Search service (v3alpha1) |
15 | | - |
16 | | - - Models `RecurringSearch` and `UpdateRecurringSearch` have been removed |
17 | | - - Endpoint `create_dataset` takes in argument `DatasetPOST` instead of `Dataset` |
18 | | - - Endpoint `update_dataset_by_id` takes in argument `DatasetPATCH` instead of `Dataset` |
19 | | - - Endpoint `delete_dataset_by_id` has a returnType `SSCVoidModel` instead of `Dataset` |
20 | | - - Endpoint `list_spl2_modules` has a returnType `ListModules` instead of `List[Module]` |
21 | | - - Endpoints `create_recurring_search`, `delete_recurring_search`, `get_all_jobs_for_recurring_search`, `get_job_for_recurring_search`, `get_recurring_search`, `list_recurring_searches` and `update_recurring_search` have been removed |
22 | | - |
23 | | -#### Non-Breaking Changes |
24 | | -##### Features |
25 | | - |
26 | | -* Identity service (v3): |
27 | | - - Models `ResetPasswordBody`, `UpdateGroupBody`, `UpdatePasswordBody` and `UpdateRoleBody` have been added |
28 | | - - 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`. |
30 | | - |
31 | | -* Search service (v3alpha1) |
32 | | - - Models `DatasetPATCH`, `DatasetPOST`, `FederatedConnection`, `FederatedConnectionInput` and `ListModules` have been added |
33 | | - - Endpoints `create_federated_connection`, `delete_federated_connection`, `get_federated_connection_by_name` and `put_federated_connection_by_name` have been added |
34 | | - |
35 | | -* Streams service (v3beta1) |
36 | | - - Models `PipelineReactivateResponseAsync`, `PipelineReactivationStatus`, `UpgradePipelineRequest` and `ValidateConnectionRequest` have been added. |
37 | | - - Parameter `skip_validation` has been added to `create_connection` endpoint |
38 | | - - Parameter `create_user_id` has been added to `list_templates` endpoint |
39 | | - - Endpoints `reactivation_status`, `validate_connection`, and `upgrade_pipeline` have been added |
40 | | - - Parameter `metadata` has been added to `ConnectorResponse` |
41 | | - - Parameter `labels` has been added to `PipelinePatchRequest`, `PipelineRequest` and `PipelineResponse` models |
42 | | - - Parameter `uberJarSha256` has been added to `PipelineResponse` model |
43 | | - - `ACTIVATING` and `DEACTIVATING` added to model `PipelineResponse` status enum |
44 | | - - Model `Source` has changed with properties `node` and `pipeline_version` deleted and 18 new properties added |
| 3 | +## Version 12.0.0-beta3 |
| 4 | +#### Breaking Changes |
| 5 | +##### Features |
| 6 | + |
| 7 | +* Ingest service (v1beta2): |
| 8 | + - Model `HECResponse` has been removed |
| 9 | + |
| 10 | +* KVStore service (v1beta1) |
| 11 | + - Model `Key` renamed to `Record` and has an additional required field `user` |
| 12 | + - Endpoints `insert_record` and `put_record` have returnType Record (earlier it was Key) |
| 13 | + |
| 14 | +* Search service (v3alpha1) |
| 15 | + |
| 16 | + - Models `RecurringSearch` and `UpdateRecurringSearch` have been removed |
| 17 | + - Endpoint `create_dataset` takes in argument `DatasetPOST` instead of `Dataset` |
| 18 | + - Endpoint `update_dataset_by_id` takes in argument `DatasetPATCH` instead of `Dataset` |
| 19 | + - Endpoint `delete_dataset_by_id` has a returnType `SSCVoidModel` instead of `Dataset` |
| 20 | + - Endpoint `list_spl2_modules` has a returnType `ListModules` instead of `List[Module]` |
| 21 | + - Endpoints `create_recurring_search`, `delete_recurring_search`, `get_all_jobs_for_recurring_search`, `get_job_for_recurring_search`, `get_recurring_search`, `list_recurring_searches` and `update_recurring_search` have been removed |
| 22 | + |
| 23 | +#### Non-Breaking Changes |
| 24 | +##### Features |
| 25 | + |
| 26 | +* Identity service (v3): |
| 27 | + - Models `ResetPasswordBody`, `UpdateGroupBody`, `UpdatePasswordBody` and `UpdateRoleBody` have been added |
| 28 | + - 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`. |
| 30 | + |
| 31 | +* Search service (v3alpha1) |
| 32 | + - Models `DatasetPATCH`, `DatasetPOST`, `FederatedConnection`, `FederatedConnectionInput` and `ListModules` have been added |
| 33 | + - Endpoints `create_federated_connection`, `delete_federated_connection`, `get_federated_connection_by_name` and `put_federated_connection_by_name` have been added |
| 34 | + |
| 35 | +* Streams service (v3beta1) |
| 36 | + - Models `PipelineReactivateResponseAsync`, `PipelineReactivationStatus`, `UpgradePipelineRequest` and `ValidateConnectionRequest` have been added. |
| 37 | + - Parameter `skip_validation` has been added to `create_connection` endpoint |
| 38 | + - Parameter `create_user_id` has been added to `list_templates` endpoint |
| 39 | + - Endpoints `reactivation_status`, `validate_connection`, and `upgrade_pipeline` have been added |
| 40 | + - Parameter `metadata` has been added to `ConnectorResponse` |
| 41 | + - Parameter `labels` has been added to `PipelinePatchRequest`, `PipelineRequest` and `PipelineResponse` models |
| 42 | + - Parameter `uberJarSha256` has been added to `PipelineResponse` model |
| 43 | + - `ACTIVATING` and `DEACTIVATING` added to model `PipelineResponse` status enum |
| 44 | + - Model `Source` has changed with properties `node` and `pipeline_version` deleted and 18 new properties added |
45 | 45 | - Parameter `learn_more_location` has been added to model `TemplateResponse` |
46 | 46 |
|
47 | 47 | ## Version 12.0.0-beta2 |
|
0 commit comments