You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Splunk Enterprise SDK for Python Changelog
2
2
3
+
## Version 1.6.17
4
+
5
+
### Bug fixes
6
+
7
+
*[#383](https://github.com/splunk/splunk-sdk-python/pull/383) Implemented the possibility to provide a SSLContext object to the connect method
8
+
*[#396](https://github.com/splunk/splunk-sdk-python/pull/396) Updated KVStore Methods to support dictionaries
9
+
*[#397](https://github.com/splunk/splunk-sdk-python/pull/397) Added code changes for encoding '/' in _key parameter in kvstore.data APIs.
10
+
*[#398](https://github.com/splunk/splunk-sdk-python/pull/398) Added dictionary support for KVStore "query" methods.
11
+
*[#402](https://github.com/splunk/splunk-sdk-python/pull/402) Fixed regression introduced in 1.6.15 to once again allow processing of empty input records in custom search commands (fix [#376](https://github.com/splunk/splunk-sdk-python/issues/376))
12
+
*[#404](https://github.com/splunk/splunk-sdk-python/pull/404) Fixed test case failure for 8.0 and latest(8.2.x) splunk version
13
+
14
+
### Minor changes
15
+
16
+
*[#381](https://github.com/splunk/splunk-sdk-python/pull/381) Updated current year in conf.py
17
+
*[#389](https://github.com/splunk/splunk-sdk-python/pull/389) Fixed few typos
18
+
*[#391](https://github.com/splunk/splunk-sdk-python/pull/391) Fixed spelling error in client.py
19
+
*[#393](https://github.com/splunk/splunk-sdk-python/pull/393) Updated development status past 3
20
+
*[#394](https://github.com/splunk/splunk-sdk-python/pull/394) Updated Readme steps to run examples
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# The Splunk Enterprise Software Development Kit for Python
5
5
6
-
#### Version 1.6.16
6
+
#### Version 1.6.17
7
7
8
8
The Splunk Enterprise Software Development Kit (SDK) for Python contains library code and examples designed to enable developers to build applications using the Splunk platform.
9
9
@@ -39,11 +39,7 @@ Here's what you need to get going with the Splunk Enterprise SDK for Python.
39
39
40
40
### Install the SDK
41
41
42
-
Use the following commands to install the Splunk Enterprise SDK for Python libraries in different ways. However, it's not necessary to install the libraries to run the examples and unit tests from the SDK.
43
-
44
-
Use `easy_install`:
45
-
46
-
[sudo] easy_install splunk-sdk
42
+
Use the following commands to install the Splunk Enterprise SDK for Python libraries. However, it's not necessary to install the libraries to run the examples and unit tests from the SDK.
0 commit comments