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
+11-6
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
# Splunk SDK for Python Changelog
2
2
3
+
## Version 1.6.14
4
+
5
+
### Bug fix
6
+
*`SearchCommand` now correctly supports multibyte characters in Python 3.
7
+
3
8
## Version 1.6.13
4
9
5
10
### Bug fix
6
-
* Fixed regression in mod inputs which resulted in error ’file' object has no attribute 'readable’, by not forcing to text/bytes in mod inputs event writer any longer.
11
+
* Fixed regression in mod inputs which resulted in error ’file' object has no attribute 'readable’, by not forcing to text/bytes in mod inputs event writer any longer.
7
12
8
13
### Minor changes
9
-
* Minor updates to the splunklib search commands to support Python3
14
+
* Minor updates to the splunklib search commands to support Python3
10
15
11
16
## Version 1.6.12
12
17
@@ -22,25 +27,25 @@
22
27
23
28
### Bug Fix
24
29
25
-
* Fix custom search command V2 failures on Windows for Python3
30
+
* Fix custom search command V2 failures on Windows for Python3
26
31
27
32
## Version 1.6.10
28
33
29
34
### Bug Fix
30
35
31
-
* Fix long type gets wrong values on windows for python 2
36
+
* Fix long type gets wrong values on windows for python 2
32
37
33
38
## Version 1.6.9
34
39
35
40
### Bug Fix
36
41
37
-
* Fix buffered input in python 3
42
+
* Fix buffered input in python 3
38
43
39
44
## Version 1.6.8
40
45
41
46
### Bug Fix
42
47
43
-
* Fix custom search command on python 3 on windows
48
+
* Fix custom search command on python 3 on windows
0 commit comments