|
1 | 1 | # Splunk Cloud SDK for Python Changelog |
2 | 2 |
|
3 | | -## Version |
4 | | -#### Breaking Changes |
5 | | - |
6 | | -##### Features |
7 | | - |
8 | | -* Identity service: `use_default_idp` optional property was removed from `Tenant` model in v2beta1 and v3 |
9 | | - |
10 | | - |
11 | | -* Ingest service: |
12 | | - |
13 | | - - `post_collector_raw` and `post_collector_rawV1` APIs were removed from v1beta2 |
14 | | - |
15 | | - |
16 | | -* Search service: |
17 | | - - renamed API of `create_multi_search` to `create_job` in v3alpha1 |
18 | | - |
19 | | -* Streams service: `create_data_stream`, `delete_data_stream`, `describe_data_stream`, `list_data_streams`, and `update_data_stream` APIs were removed in v3beta1 |
20 | | - |
21 | | - |
22 | | -#### Non-Breaking Changes |
23 | | - |
24 | | -* Search service: |
25 | | - - updated to target v2 endpoints (previously v2beta1) including new endpoint of `exportResults` |
26 | | - - added new APIs of `create_spl2_module`, `delete_dataset_by_id`, `get_dataset_by_id`, `get_spl2_module_by_resource_name`, `update_dataset_by_id`, `list_spl2_modules` in v3alpha1 |
27 | | - |
28 | | - |
29 | | -* Ingest service: |
30 | | - - added new API of `upload_files` in v1beta2 |
31 | | - |
32 | | -* Identity service: |
33 | | - - added new APIs of `create_identity_provider`, `delete_identity_provider`, `get_identity_provider`, `list_identity_provider`, and `update_identity_provider` in v2beta1 and v3 |
34 | | - |
35 | | - - New optional property `accept_tos` for `CreatePrincipalProfile` was added in v2beta1 and v3 and v3alpha1 |
36 | | - |
37 | | - |
| 3 | +## Version 12.0.0-beta2 |
| 4 | +#### Breaking Changes |
| 5 | + |
| 6 | +##### Features |
| 7 | + |
| 8 | +* Identity service: `use_default_idp` optional property was removed from `Tenant` model in v2beta1 and v3 |
| 9 | + |
| 10 | + |
| 11 | +* Ingest service: |
| 12 | + |
| 13 | + - `post_collector_raw` and `post_collector_rawV1` APIs were removed from v1beta2 |
| 14 | + |
| 15 | + |
| 16 | +* Search service: |
| 17 | + - renamed API of `create_multi_search` to `create_job` in v3alpha1 |
| 18 | + |
| 19 | +* Streams service: `create_data_stream`, `delete_data_stream`, `describe_data_stream`, `list_data_streams`, and `update_data_stream` APIs were removed in v3beta1 |
| 20 | + |
| 21 | + |
| 22 | +#### Non-Breaking Changes |
| 23 | + |
| 24 | +* Search service: |
| 25 | + - updated to target v2 endpoints (previously v2beta1) including new endpoint of `exportResults` |
| 26 | + - added new APIs of `create_spl2_module`, `delete_dataset_by_id`, `get_dataset_by_id`, `get_spl2_module_by_resource_name`, `update_dataset_by_id`, `list_spl2_modules` in v3alpha1 |
| 27 | + |
| 28 | + |
| 29 | +* Ingest service: |
| 30 | + - added new API of `upload_files` in v1beta2 |
| 31 | + |
| 32 | +* Identity service: |
| 33 | + - added new APIs of `create_identity_provider`, `delete_identity_provider`, `get_identity_provider`, `list_identity_provider`, and `update_identity_provider` in v2beta1 and v3 |
| 34 | + |
| 35 | + - New optional property `accept_tos` for `CreatePrincipalProfile` was added in v2beta1 and v3 and v3alpha1 |
| 36 | + |
| 37 | + |
38 | 38 | * Streams service: Added new APIs of `upload_file` and `upload_lookup_file` |
39 | 39 |
|
40 | 40 | ## Version 12.0.0-beta1 |
|
0 commit comments