File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Splunk SDK for Python Changelog
2
2
3
+ ## Version 1.6.0
4
+
5
+ ### New Features and APIs
6
+
7
+ * Added support for KV Store.
8
+
9
+ * Added support for HTTP basic authentication (GitHub issue #117 ).
10
+
11
+ * Improve support for HTTP keep-alive connections (GitHub issue #122 ).
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * Fixed Python 2.6 compatibility (GitHub issue #141 ).
17
+
18
+ * Fixed appending restrictToHost to UDP inputs (GitHub issue #128 ).
19
+
20
+ ### Minor Changes
21
+
22
+ * Added support for Travis CI.
23
+
24
+ * Updated the default test runner.
25
+
26
+ * Removed shortened links from documentation and comments.
27
+
3
28
## Version 1.5.0
4
29
5
30
### New features and APIs
51
76
52
77
* Restored support for Python 2.6 (GitHub issues #96 & #114 ).
53
78
54
- * Fix ` SearchCommands ` decorators and ` Validator ` classes (Github issue #113 ).
79
+ * Fix ` SearchCommands ` decorators and ` Validator ` classes (GitHub issue #113 ).
55
80
56
- * Fix ` SearchCommands ` bug iterating over ` None ` in ` dict_reader.fieldnames ` (Github issue #110 ).
81
+ * Fix ` SearchCommands ` bug iterating over ` None ` in ` dict_reader.fieldnames ` (GitHub issue #110 ).
57
82
58
83
* Fixed JSON parsing errors (GitHub issue #100 ).
59
84
You can’t perform that action at this time.
0 commit comments