Skip to content

Commit

Permalink
update changelog and version for v8.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ljiang1 committed Aug 25, 2020
1 parent 6f00b31 commit 211e913
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Splunk Cloud SDK for Python Changelog

## Version 8.0.0

#### Breaking Changes
- Catalog service v2beta1: get_dataset, get_dataset_by_id and list_datasets endpoints now return data type of DatasetGet instead of Dataset
- Identify service v2beta1: remove endpoint of set_principal_public_keys

- Kvstore service v1beta1: insert_records endpoint has a new parameter of allow_updates

- Stream service v3beta1:
- Remove endpoint: uploadPlugin
- reactivate_pipeline has a new parameter of reactivate_pipeline_request


#### Non-Breaking Changes
- Identify service v2beta1:
- new endpoints added: add_principal_public_key, get_principal_public_key, get_principal_public_keys, delete_principal_public_key, and update_principal_public_key

- Stream service v3beta1:
- new endpoints added: startCollectJob,stopCollectJob



## Version 7.0.0

### Library
Expand Down
2 changes: 1 addition & 1 deletion splunk_sdk/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.0.0"
__version__ = "8.0.0"

0 comments on commit 211e913

Please sign in to comment.