Skip to content

Commit 7681aa6

Browse files
committed
Merge branch 'master' into develop
# Conflicts: # .gitlab-ci.yml
2 parents 558ceb5 + 6fd07d3 commit 7681aa6

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## Version 12.0.0-beta4
4+
#### Non-Breaking Changes
5+
* KVstore service (v1beta1): `delete_recoreds()` has added a new optional input parameter of `enable_mvl`; `query_records()` has added new optional input parameters of `enable_mvl` and `shared`
6+
7+
* Search service (v3alpha1): new api of `list_datasets()` is added
8+
9+
* Streams service (v3beta1): `list_pipelines()` has added a new optional input parameter of `include_status`; new api of `delete_source()` is added
10+
11+
#### Bug fixed
12+
* Fix whitesource vulnerability
13+
14+
315
## Version 12.0.0-beta3
416
#### Breaking Changes
517
##### Features
@@ -467,4 +479,4 @@ Add Multi-cell support to api and auth endpoints.
467479

468480
### Breaking Changes
469481

470-
- Action ScalePolicy is now an object
482+
- 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-beta3"
1+
__version__ = "12.0.0-beta4"

0 commit comments

Comments
 (0)