Skip to content

Commit 1264ebb

Browse files
author
Shakeel Mohamed
committed
Update changelog & readme
1 parent 1a0d5e8 commit 1264ebb

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Splunk SDK for Python Changelog
22

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.
38+
39+
* Various docstring and code style corrections.
40+
41+
* Updated some tests to pass on Splunk 6.2+.
42+
343
## Version 1.3.1
444

545
### Bug fixes

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Splunk Software Development Kit for Python
22

3-
#### Version 1.3.1
3+
#### Version 1.4.0
44

55
The Splunk Software Development Kit (SDK) for Python contains library code and
66
examples designed to enable developers to build applications using Splunk.
@@ -60,6 +60,10 @@ Or
6060

6161
[sudo] pip install splunk-sdk
6262

63+
Or to install the Python egg
64+
65+
[sudo] pip install --egg splunk-sdk
66+
6367
Alternatively, you can use **setup.py** on the sources you cloned from GitHub:
6468

6569
[sudo] python setup.py install

0 commit comments

Comments
 (0)