Releases: splunk/splunk-sdk-python
Releases · splunk/splunk-sdk-python
Release/2.1.0
Release/2.0.2
Version 2.0.2
Minor changes
- Added six.py file back
Release/2.0.1
Release 2.0.0
Version 2.0.0
Feature updates
ensure_binary
,ensure_str
andassert_regex
utility methods have been migrated fromsix.py
tosplunklib/utils.py
Major changes
- Removed code specific to Python 2
- Removed six.py dependency
- Removed
__future__
imports - Refactored and Updated
splunklib
andtests
to utilize Python 3 features - 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 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
Release/1.7.4
Release/1.7.3
Version 1.7.3
Bug fixes
- #493 Fixed file permission for event_writer.py file [issue#487]
- #500 Replaced index_field with accelerated_field for kvstore [issue#497]
- #502 Updated check for IPv6 addresses
Minor changes
- #490 Added ACL properties update feature
- #495 Added Splunk 8.1 in GitHub Actions Matrix
- #485 Added test case for cookie persistence
- #503 README updates on accessing "service" instance in CSC and ModularInput apps
- #504 Updated authentication token names in docs to reduce confusion
- #494 Reuse splunklib.version in handler.request
Release/1.7.2
Version 1.7.2
Minor changes
- #482 Special handling related to the semantic versioning of specific Search APIs functional in Splunk Enterprise 9.0.2 and (Splunk Cloud 9.0.2209). These SDK changes will enable seamless transition between the APIs based on the version of the Splunk Enterprise in use
Release/1.7.1
Release/1.7.0
Release/1.6.20
Version 1.6.20
New features and APIs
Bug fixes
Minor changes
- #444 Update tox.ini
- #446 Release workflow refactor
- #448 Documentation changes
- #450 Removed examples and it's references from the SDK
Full Changelog: 1.6.19...1.6.20