We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9c736 commit e75f1e7Copy full SHA for e75f1e7
CHANGELOG.md
@@ -1,5 +1,23 @@
1
# Splunk SDK for Python Changelog
2
3
+## Version 1.6.1
4
+
5
+### Bug Fixes
6
7
+* Fixed Search Commands exiting if the external process returns a zero status code (Windows only).
8
9
+* Fixed Search Command Protocol v2 not parsing the `maxresultrows` and `command` metadata properties.
10
11
+* Fixed double prepending the `Splunk ` prefix for authentication tokens.
12
13
+* Fixed `Index.submit()` for namespaced `Service` instances.
14
15
+* Fixed uncaught `AttributeError` when accessing `Entity` properties (GitHub issue #131).
16
17
+### Minor Changes
18
19
+* Fixed broken tests due to expired SSL certificate.
20
21
## Version 1.6.0
22
23
### New Features and APIs
0 commit comments