Skip to content

Commit fb7102c

Browse files
author
Shakeel Mohamed
committed
Update changelog
1 parent 4e087c0 commit fb7102c

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.md

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

3+
## Version 1.6.0
4+
5+
### New Features and APIs
6+
7+
* Added support for KV Store.
8+
9+
* Added support for HTTP basic authentication (GitHub issue #117).
10+
11+
* Improve support for HTTP keep-alive connections (GitHub issue #122).
12+
13+
14+
### Bug Fixes
15+
16+
* Fixed Python 2.6 compatibility (GitHub issue #141).
17+
18+
* Fixed appending restrictToHost to UDP inputs (GitHub issue #128).
19+
20+
### Minor Changes
21+
22+
* Added support for Travis CI.
23+
24+
* Updated the default test runner.
25+
26+
* Removed shortened links from documentation and comments.
27+
328
## Version 1.5.0
429

530
### New features and APIs
@@ -51,9 +76,9 @@
5176

5277
* Restored support for Python 2.6 (GitHub issues #96 & #114).
5378

54-
* Fix `SearchCommands` decorators and `Validator` classes (Github issue #113).
79+
* Fix `SearchCommands` decorators and `Validator` classes (GitHub issue #113).
5580

56-
* Fix `SearchCommands` bug iterating over `None` in `dict_reader.fieldnames` (Github issue #110).
81+
* Fix `SearchCommands` bug iterating over `None` in `dict_reader.fieldnames` (GitHub issue #110).
5782

5883
* Fixed JSON parsing errors (GitHub issue #100).
5984

0 commit comments

Comments
 (0)