|
1 | 1 | # Splunk Enterprise SDK for Python Changelog |
2 | 2 |
|
| 3 | +## Version 1.6.18 |
| 4 | + |
| 5 | +### Bug fixes |
| 6 | +* [#405](https://github.com/splunk/splunk-sdk-python/pull/405) Fix searchcommands_app example |
| 7 | +* [#406](https://github.com/splunk/splunk-sdk-python/pull/406) Fix mod inputs examples |
| 8 | +* [#407](https://github.com/splunk/splunk-sdk-python/pull/407) Fixed issue with Streaming and Generating Custom Search Commands dropping fields that aren't present in the first row of results. More details on how to opt-in to this fix can be found here: |
| 9 | +https://github.com/splunk/splunk-sdk-python/blob/develop/README.md#customization [ [issue#401](https://github.com/splunk/splunk-sdk-python/issues/401) ] |
| 10 | + |
| 11 | +### Minor changes |
| 12 | +* [#408](https://github.com/splunk/splunk-sdk-python/pull/408) Add search mode example |
| 13 | +* [#409](https://github.com/splunk/splunk-sdk-python/pull/409) Add Support for authorization tokens read from .splunkrc [ [issue#388](https://github.com/splunk/splunk-sdk-python/issues/388) ] |
| 14 | +* [#413](https://github.com/splunk/splunk-sdk-python/pull/413) Default kvstore owner to nobody [ [issue#231](https://github.com/splunk/splunk-sdk-python/issues/231) ] |
| 15 | + |
| 16 | +## Version 1.6.17 |
| 17 | + |
| 18 | +### Bug fixes |
| 19 | + |
| 20 | +* [#383](https://github.com/splunk/splunk-sdk-python/pull/383) Implemented the possibility to provide a SSLContext object to the connect method |
| 21 | +* [#396](https://github.com/splunk/splunk-sdk-python/pull/396) Updated KVStore Methods to support dictionaries |
| 22 | +* [#397](https://github.com/splunk/splunk-sdk-python/pull/397) Added code changes for encoding '/' in _key parameter in kvstore.data APIs. |
| 23 | +* [#398](https://github.com/splunk/splunk-sdk-python/pull/398) Added dictionary support for KVStore "query" methods. |
| 24 | +* [#402](https://github.com/splunk/splunk-sdk-python/pull/402) Fixed regression introduced in 1.6.15 to once again allow processing of empty input records in custom search commands (fix [#376](https://github.com/splunk/splunk-sdk-python/issues/376)) |
| 25 | +* [#404](https://github.com/splunk/splunk-sdk-python/pull/404) Fixed test case failure for 8.0 and latest(8.2.x) splunk version |
| 26 | + |
| 27 | +### Minor changes |
| 28 | + |
| 29 | +* [#381](https://github.com/splunk/splunk-sdk-python/pull/381) Updated current year in conf.py |
| 30 | +* [#389](https://github.com/splunk/splunk-sdk-python/pull/389) Fixed few typos |
| 31 | +* [#391](https://github.com/splunk/splunk-sdk-python/pull/391) Fixed spelling error in client.py |
| 32 | +* [#393](https://github.com/splunk/splunk-sdk-python/pull/393) Updated development status past 3 |
| 33 | +* [#394](https://github.com/splunk/splunk-sdk-python/pull/394) Updated Readme steps to run examples |
| 34 | +* [#395](https://github.com/splunk/splunk-sdk-python/pull/395) Updated random_number.py |
| 35 | +* [#399](https://github.com/splunk/splunk-sdk-python/pull/399) Moved CI tests to GitHub Actions |
| 36 | +* [#403](https://github.com/splunk/splunk-sdk-python/pull/403) Removed usage of Easy_install to install SDK |
| 37 | + |
| 38 | +## Version 1.6.16 |
| 39 | + |
| 40 | +### Bug fixes |
| 41 | +[#312](https://github.com/splunk/splunk-sdk-python/pull/312) Fix issue [#309](https://github.com/splunk/splunk-sdk-python/issues/309), avoid catastrophic backtracking in searchcommands |
| 42 | + |
3 | 43 | ## Version 1.6.15 |
4 | 44 |
|
5 | 45 | ### Bug fixes |
6 | | -[#301](https://github.com/splunk/splunk-sdk-python/pull/301) Fix chunk synchronization |
7 | | -[#327](https://github.com/splunk/splunk-sdk-python/pull/327) Rename and cleanup follow-up for chunk synchronization |
8 | | -[#352](https://github.com/splunk/splunk-sdk-python/pull/352) Allow supplying of a key-value body when calling Context.post() |
| 46 | + |
| 47 | +* [#301](https://github.com/splunk/splunk-sdk-python/pull/301) Fix chunk synchronization |
| 48 | +* [#327](https://github.com/splunk/splunk-sdk-python/pull/327) Rename and cleanup follow-up for chunk synchronization |
| 49 | +* [#352](https://github.com/splunk/splunk-sdk-python/pull/352) Allow supplying of a key-value body when calling Context.post() |
9 | 50 |
|
10 | 51 | ### Minor changes |
11 | | -[#350](https://github.com/splunk/splunk-sdk-python/pull/350) Initial end-to-end tests for streaming, reporting, generating custom search commands |
12 | | -[#348](https://github.com/splunk/splunk-sdk-python/pull/348) Update copyright years to 2020 |
13 | | -[#346](https://github.com/splunk/splunk-sdk-python/pull/346) Readme updates to urls, terminology, and formatting |
14 | | -[#317](https://github.com/splunk/splunk-sdk-python/pull/317) Fix deprecation warnings |
| 52 | + |
| 53 | +* [#350](https://github.com/splunk/splunk-sdk-python/pull/350) Initial end-to-end tests for streaming, reporting, generating custom search commands |
| 54 | +* [#348](https://github.com/splunk/splunk-sdk-python/pull/348) Update copyright years to 2020 |
| 55 | +* [#346](https://github.com/splunk/splunk-sdk-python/pull/346) Readme updates to urls, terminology, and formatting |
| 56 | +* [#317](https://github.com/splunk/splunk-sdk-python/pull/317) Fix deprecation warnings |
15 | 57 |
|
16 | 58 | ## Version 1.6.14 |
17 | 59 |
|
|
0 commit comments