Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
- added bug fix information in CHANGELOG.md
  • Loading branch information
ashah-splunk committed Mar 15, 2024
1 parent f37f17e commit b12a4bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Splunk Enterprise SDK for Python Changelog

## Version 2.0.0-beta
## Version 2.0.0

### Feature updates
* `ensure_binary`, `ensure_str` and `assert_regex` utility methods have been migrated from `six.py` to `splunklib/utils.py`
Expand All @@ -13,6 +13,13 @@
* Updated CI test matrix to run with Python versions - 3.7 and 3.9
* Refactored Code throwing `deprecation` warnings
* Refactored Code violating Pylint rules

### Bug fixes
* [#527](https://github.com/splunk/splunk-sdk-python/issues/527) Added check for user roles
* Fix to access the metadata "finished" field in search commands using the v2 protocol.
* Fix for error messages about ChunkedExternProcessor in splunkd.log for Custom Search Commands.


## Version 1.7.4

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# The Splunk Enterprise Software Development Kit for Python

#### Version 1.7.4
#### Version 2.0.0

The Splunk Enterprise Software Development Kit (SDK) for Python contains library code designed to enable developers to build applications using the Splunk platform.

Expand Down

0 comments on commit b12a4bf

Please sign in to comment.