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
+24-24
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,25 @@
6
6
*`ensure_binary`, `ensure_str` and `assert_regex` utility methods have been migrated from `six.py` to `splunklib/utils.py`
7
7
8
8
### Major changes
9
-
* Removed Code specific to Python2
9
+
* Removed code specific to Python 2
10
10
* Removed six.py dependency
11
11
* Removed `__future__` imports
12
-
* Refactored & Updated `splunklib` and `tests` to utilise Python3 features
12
+
* Refactored and Updated `splunklib` and `tests` to utilize Python 3 features
13
13
* Updated CI test matrix to run with Python versions - 3.7 and 3.9
14
14
* Refactored Code throwing `deprecation` warnings
15
15
* Refactored Code violating Pylint rules
16
16
17
17
### Bug fixes
18
18
*[#527](https://github.com/splunk/splunk-sdk-python/issues/527) Added check for user roles
19
-
* Fix to access the metadata "finished" field in search commands using the v2 protocol.
20
-
* Fix for error messages about ChunkedExternProcessor in splunkd.log for Custom Search Commands.
19
+
* Fix to access the metadata "finished" field in search commands using the v2 protocol
20
+
* Fix for error messages about ChunkedExternProcessor in splunkd.log for Custom Search Commands
21
21
22
22
23
23
## Version 1.7.4
24
24
25
25
### Bug fixes
26
-
*[#532](https://github.com/splunk/splunk-sdk-python/pull/532)update encoding errors mode to 'replace' [[issue#505](https://github.com/splunk/splunk-sdk-python/issues/505)]
27
-
*[#507](https://github.com/splunk/splunk-sdk-python/pull/507)masked sensitive data in logs [[issue#506](https://github.com/splunk/splunk-sdk-python/issues/506)]
26
+
*[#532](https://github.com/splunk/splunk-sdk-python/pull/532)Update encoding errors mode to 'replace' [[issue#505](https://github.com/splunk/splunk-sdk-python/issues/505)]
27
+
*[#507](https://github.com/splunk/splunk-sdk-python/pull/507)Masked sensitive data in logs [[issue#506](https://github.com/splunk/splunk-sdk-python/issues/506)]
28
28
29
29
### Minor changes
30
30
*[#530](https://github.com/splunk/splunk-sdk-python/pull/530) Update GitHub CI build status in README and removed RTD(Read The Docs) reference
@@ -55,7 +55,7 @@
55
55
*[#471](https://github.com/splunk/splunk-sdk-python/pull/471) Fixed support of Load Balancer "sticky sessions" (persistent cookies) [[issue#438](https://github.com/splunk/splunk-sdk-python/issues/438)]
56
56
57
57
### Minor changes
58
-
*[#466](https://github.com/splunk/splunk-sdk-python/pull/466)tests for CSC apps
58
+
*[#466](https://github.com/splunk/splunk-sdk-python/pull/466)Tests for CSC apps
59
59
*[#467](https://github.com/splunk/splunk-sdk-python/pull/467) Added 'kwargs' parameter for Saved Search History function
*[#468](https://github.com/splunk/splunk-sdk-python/pull/468) SDK Support for splunkd search API changes
66
66
67
67
### Bug fixes
68
-
*[#464](https://github.com/splunk/splunk-sdk-python/pull/464)updated checks for wildcards in StoragePasswords [[issue#458](https://github.com/splunk/splunk-sdk-python/issues/458)]
68
+
*[#464](https://github.com/splunk/splunk-sdk-python/pull/464)Updated checks for wildcards in StoragePasswords [[issue#458](https://github.com/splunk/splunk-sdk-python/issues/458)]
69
69
70
70
### Minor changes
71
-
*[#463](https://github.com/splunk/splunk-sdk-python/pull/463) Preserve thirdparty cookies
71
+
*[#463](https://github.com/splunk/splunk-sdk-python/pull/463) Preserve third-party cookies
72
72
73
73
## Version 1.6.20
74
74
@@ -94,7 +94,7 @@
94
94
* Pre-requisite: Query parameter 'output_mode' must be set to 'json'
95
95
* Improves performance by approx ~80-90%
96
96
* ResultsReader is deprecated and will be removed in future releases (NOTE: Please migrate to JSONResultsReader)
97
-
*[#437](https://github.com/splunk/splunk-sdk-python/pull/437)added setup_logging() method in splunklib for logging
97
+
*[#437](https://github.com/splunk/splunk-sdk-python/pull/437)Added setup_logging() method in splunklib for logging
98
98
*[#426](https://github.com/splunk/splunk-sdk-python/pull/426) Added new github_commit modular input example
99
99
*[#392](https://github.com/splunk/splunk-sdk-python/pull/392) Break out search argument to option parsing for v2 custom search commands
100
100
*[#384](https://github.com/splunk/splunk-sdk-python/pull/384) Added Float parameter validator for custom search commands
@@ -110,17 +110,17 @@
110
110
### Minor changes
111
111
*[#440](https://github.com/splunk/splunk-sdk-python/pull/440) Github release workflow modified to generate docs
112
112
*[#430](https://github.com/splunk/splunk-sdk-python/pull/430) Fix indentation in README
113
-
*[#429](https://github.com/splunk/splunk-sdk-python/pull/429)documented how to access modular input metadata
113
+
*[#429](https://github.com/splunk/splunk-sdk-python/pull/429)Documented how to access modular input metadata
114
114
*[#427](https://github.com/splunk/splunk-sdk-python/pull/427) Replace .splunkrc with .env file in test and examples
115
115
*[#424](https://github.com/splunk/splunk-sdk-python/pull/424) Float validator test fix
116
-
*[#423](https://github.com/splunk/splunk-sdk-python/pull/423)Python3 compatibility for ResponseReader.__str__()
116
+
*[#423](https://github.com/splunk/splunk-sdk-python/pull/423)Python 3 compatibility for ResponseReader.__str__()
117
117
*[#422](https://github.com/splunk/splunk-sdk-python/pull/422) ordereddict and all its reference removed
* 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.
191
191
192
192
### Minor changes
193
-
* Minor updates to the splunklib search commands to support Python3
193
+
* Minor updates to the splunklib search commands to support Python 3
0 commit comments