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
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Splunk SDK for Python Changelog
2
2
3
+
## Version 1.6.4
4
+
5
+
### New features and APIs
6
+
7
+
Not Applicable
8
+
9
+
### Minor Changes
10
+
11
+
* Changed `splunklib/binding.py` Context class' constructor initialization to support default settings for encrypted http communication when creating the HttpLib object that it depends on. This is extracted from the keyword dictionary that is provided for its initializaiton. Encryption defaults to enabled if not specified.
12
+
* Changed `splunklib/binding.py` HttpLib class constructor to include the `verify` parameter in order to support default encryption if the default handler is being used. Encryption defaults to enabled if not specified.
13
+
* Changed `splunklib/binding.py``handler` function to include the `verify` parameter in order to support default encryption.
14
+
* Changed `splunklib/binding.py``handler`'s nested `connect` function to create the context in as unverified if specified by the `verify` parameter.
15
+
16
+
### Bug fixes
17
+
18
+
Not Applicable
19
+
20
+
### Documentation
21
+
22
+
* Changed `examples/searchcommands_app/package/bin/filter.py` FilterCommand.update doc-string from `map` to `update` in order to align with Splunk search changes.
23
+
* Changed `examples/searchcommands_app/package/default/searchbnf.conf`[filter-command].example1 from the `map` keyword to the `update` keyword in order to align with Splunk search changes.
24
+
* Changed `splunklib/binding.py` Context class' doc-string to include the `verify` parameter and type information related to the new keyword dictionary parameter `verify`.
25
+
* Changed `splunklib/binding.py``handler` function's doc-string to include the `verify` parameter and type information related to the parameter `verify`.
26
+
* Changed `splunklib/client.py``connect` function doc-string to include the `verify` parameter and type information related to the new keyword dictionary parameter `verify`.
27
+
* Changed `splunklib/client.py``Service` Class' doc-string to include the `verify` parameter and type information related to the new keyword dictionary parameter `verify`.
0 commit comments