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
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,45 @@
1
1
# Splunk SDK for Python Changelog
2
2
3
+
## Version 1.4.0
4
+
5
+
### New features and APIs
6
+
7
+
* Added support for cookie-based authentication, for Splunk 6.2+.
8
+
9
+
* Added support for installing as a Python egg.
10
+
11
+
* Added a convenience `Service.job()` method to get a `Job` by its sid.
12
+
13
+
### Bug fixes
14
+
15
+
* Restored support for Python 2.6 (GitHub issues #96 & #114).
16
+
17
+
* Fix `SearchCommands` decorators and `Validator` classes (Github issue #113).
18
+
19
+
* Fix `SearchCommands` bug iterating over `None` in `dict_reader.fieldnames` (Github issue #110).
20
+
21
+
* Fixed JSON parsing errors (GitHub issue #100).
22
+
23
+
* Retain the `type` property when parsing Atom feeds (GitHub issue #92).
24
+
25
+
* Update non-namespaced server paths with a `/services/` prefix. Fixes a bug where setting the `owner` and/or `app` on a `Service` could produce 403 errors on some REST API endpoints.
26
+
27
+
* Modular input `Scheme.title` is now written correctly.
28
+
29
+
*`Client.connect` will now always return a `Service` instance, even if user credentials are invalid.
30
+
31
+
* Update the `saved_search/saved_search.py` example to handle saved searches with names containing characters that must be URL encoded (ex: `"Top 5 sourcetypes"`).
32
+
33
+
### Minor Changes
34
+
35
+
* Update modular input examples with readable titles.
36
+
37
+
* Improvements to `splunklib.searchcommands` tests.
0 commit comments