Skip to content

Commit b12a4bf

Browse files
committed
Version updated
- added bug fix information in CHANGELOG.md
1 parent f37f17e commit b12a4bf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Splunk Enterprise SDK for Python Changelog
22

3-
## Version 2.0.0-beta
3+
## Version 2.0.0
44

55
### Feature updates
66
* `ensure_binary`, `ensure_str` and `assert_regex` utility methods have been migrated from `six.py` to `splunklib/utils.py`
@@ -13,6 +13,13 @@
1313
* Updated CI test matrix to run with Python versions - 3.7 and 3.9
1414
* Refactored Code throwing `deprecation` warnings
1515
* Refactored Code violating Pylint rules
16+
17+
### Bug fixes
18+
* [#527](https://github.com/splunk/splunk-sdk-python/issues/527) Added check for user roles
19+
* Fix to access the metadata "finished" field in search commands using the v2 protocol.
20+
* Fix for error messages about ChunkedExternProcessor in splunkd.log for Custom Search Commands.
21+
22+
1623
## Version 1.7.4
1724

1825
### Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# The Splunk Enterprise Software Development Kit for Python
66

7-
#### Version 1.7.4
7+
#### Version 2.0.0
88

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

0 commit comments

Comments
 (0)