Skip to content

Commit 460e058

Browse files
committed
Merge branch 'master' into develop
2 parents f88f5f1 + 1bc7615 commit 460e058

2 files changed

Lines changed: 39 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Splunk Cloud SDK for Python Changelog
22

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+
* Streams service: Added new APIs of `upload_file` and `upload_lookup_file`
39+
340
## Version 12.0.0-beta1
441
Add Multi-cell support to api and auth endpoints.
542

@@ -385,4 +422,4 @@ Add Multi-cell support to api and auth endpoints.
385422

386423
### Breaking Changes
387424

388-
- Action ScalePolicy is now an object
425+
- Action ScalePolicy is now an object

splunk_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "12.0.0-beta1"
1+
__version__ = "12.0.0-beta2"

0 commit comments

Comments
 (0)