Skip to content

Commit d849fda

Browse files
authored
Update CHANGELOG.md
Typographic edits
1 parent 9baa455 commit d849fda

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

CHANGELOG.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66
* `ensure_binary`, `ensure_str` and `assert_regex` utility methods have been migrated from `six.py` to `splunklib/utils.py`
77

88
### Major changes
9-
* Removed Code specific to Python2
9+
* Removed code specific to Python 2
1010
* Removed six.py dependency
1111
* Removed `__future__` imports
12-
* Refactored & Updated `splunklib` and `tests` to utilise Python3 features
12+
* Refactored and Updated `splunklib` and `tests` to utilize Python 3 features
1313
* Updated CI test matrix to run with Python versions - 3.7 and 3.9
1414
* Refactored Code throwing `deprecation` warnings
1515
* Refactored Code violating Pylint rules
1616

1717
### Bug fixes
1818
* [#527](https://github.com/splunk/splunk-sdk-python/issues/527) Added check for user roles
19-
* Fix to access the metadata "finished" field in search commands using the v2 protocol.
20-
* Fix for error messages about ChunkedExternProcessor in splunkd.log for Custom Search Commands.
19+
* Fix to access the metadata "finished" field in search commands using the v2 protocol
20+
* Fix for error messages about ChunkedExternProcessor in splunkd.log for Custom Search Commands
2121

2222

2323
## Version 1.7.4
2424

2525
### Bug fixes
26-
* [#532](https://github.com/splunk/splunk-sdk-python/pull/532) update encoding errors mode to 'replace' [[issue#505](https://github.com/splunk/splunk-sdk-python/issues/505)]
27-
* [#507](https://github.com/splunk/splunk-sdk-python/pull/507) masked sensitive data in logs [[issue#506](https://github.com/splunk/splunk-sdk-python/issues/506)]
26+
* [#532](https://github.com/splunk/splunk-sdk-python/pull/532) Update encoding errors mode to 'replace' [[issue#505](https://github.com/splunk/splunk-sdk-python/issues/505)]
27+
* [#507](https://github.com/splunk/splunk-sdk-python/pull/507) Masked sensitive data in logs [[issue#506](https://github.com/splunk/splunk-sdk-python/issues/506)]
2828

2929
### Minor changes
3030
* [#530](https://github.com/splunk/splunk-sdk-python/pull/530) Update GitHub CI build status in README and removed RTD(Read The Docs) reference
@@ -55,7 +55,7 @@
5555
* [#471](https://github.com/splunk/splunk-sdk-python/pull/471) Fixed support of Load Balancer "sticky sessions" (persistent cookies) [[issue#438](https://github.com/splunk/splunk-sdk-python/issues/438)]
5656

5757
### Minor changes
58-
* [#466](https://github.com/splunk/splunk-sdk-python/pull/466) tests for CSC apps
58+
* [#466](https://github.com/splunk/splunk-sdk-python/pull/466) Tests for CSC apps
5959
* [#467](https://github.com/splunk/splunk-sdk-python/pull/467) Added 'kwargs' parameter for Saved Search History function
6060
* [#475](https://github.com/splunk/splunk-sdk-python/pull/475) README updates
6161

@@ -65,10 +65,10 @@
6565
* [#468](https://github.com/splunk/splunk-sdk-python/pull/468) SDK Support for splunkd search API changes
6666

6767
### Bug fixes
68-
* [#464](https://github.com/splunk/splunk-sdk-python/pull/464) updated checks for wildcards in StoragePasswords [[issue#458](https://github.com/splunk/splunk-sdk-python/issues/458)]
68+
* [#464](https://github.com/splunk/splunk-sdk-python/pull/464) Updated checks for wildcards in StoragePasswords [[issue#458](https://github.com/splunk/splunk-sdk-python/issues/458)]
6969

7070
### Minor changes
71-
* [#463](https://github.com/splunk/splunk-sdk-python/pull/463) Preserve thirdparty cookies
71+
* [#463](https://github.com/splunk/splunk-sdk-python/pull/463) Preserve third-party cookies
7272

7373
## Version 1.6.20
7474

@@ -94,7 +94,7 @@
9494
* Pre-requisite: Query parameter 'output_mode' must be set to 'json'
9595
* Improves performance by approx ~80-90%
9696
* ResultsReader is deprecated and will be removed in future releases (NOTE: Please migrate to JSONResultsReader)
97-
* [#437](https://github.com/splunk/splunk-sdk-python/pull/437) added setup_logging() method in splunklib for logging
97+
* [#437](https://github.com/splunk/splunk-sdk-python/pull/437) Added setup_logging() method in splunklib for logging
9898
* [#426](https://github.com/splunk/splunk-sdk-python/pull/426) Added new github_commit modular input example
9999
* [#392](https://github.com/splunk/splunk-sdk-python/pull/392) Break out search argument to option parsing for v2 custom search commands
100100
* [#384](https://github.com/splunk/splunk-sdk-python/pull/384) Added Float parameter validator for custom search commands
@@ -110,17 +110,17 @@
110110
### Minor changes
111111
* [#440](https://github.com/splunk/splunk-sdk-python/pull/440) Github release workflow modified to generate docs
112112
* [#430](https://github.com/splunk/splunk-sdk-python/pull/430) Fix indentation in README
113-
* [#429](https://github.com/splunk/splunk-sdk-python/pull/429) documented how to access modular input metadata
113+
* [#429](https://github.com/splunk/splunk-sdk-python/pull/429) Documented how to access modular input metadata
114114
* [#427](https://github.com/splunk/splunk-sdk-python/pull/427) Replace .splunkrc with .env file in test and examples
115115
* [#424](https://github.com/splunk/splunk-sdk-python/pull/424) Float validator test fix
116-
* [#423](https://github.com/splunk/splunk-sdk-python/pull/423) Python3 compatibility for ResponseReader.__str__()
116+
* [#423](https://github.com/splunk/splunk-sdk-python/pull/423) Python 3 compatibility for ResponseReader.__str__()
117117
* [#422](https://github.com/splunk/splunk-sdk-python/pull/422) ordereddict and all its reference removed
118118
* [#421](https://github.com/splunk/splunk-sdk-python/pull/421) Update README.md
119119
* [#387](https://github.com/splunk/splunk-sdk-python/pull/387) Update filter.py
120120
* [#331](https://github.com/splunk/splunk-sdk-python/pull/331) Fix a couple of warnings spotted when running python 2.7 tests
121121
* [#330](https://github.com/splunk/splunk-sdk-python/pull/330) client: use six.string_types instead of basestring
122122
* [#329](https://github.com/splunk/splunk-sdk-python/pull/329) client: remove outdated comment in Index.submit
123-
* [#262](https://github.com/splunk/splunk-sdk-python/pull/262) properly add parameters to request based on the method of the request
123+
* [#262](https://github.com/splunk/splunk-sdk-python/pull/262) Properly add parameters to request based on the method of the request
124124
* [#237](https://github.com/splunk/splunk-sdk-python/pull/237) Don't output close tags if you haven't written a start tag
125125
* [#149](https://github.com/splunk/splunk-sdk-python/pull/149) "handlers" stanza missing in examples/searchcommands_template/default/logging.conf
126126

@@ -190,7 +190,7 @@ https://github.com/splunk/splunk-sdk-python/blob/develop/README.md#customization
190190
* Fixed regression in mod inputs which resulted in error ’file' object has no attribute 'readable’, by not forcing to text/bytes in mod inputs event writer any longer.
191191

192192
### Minor changes
193-
* Minor updates to the splunklib search commands to support Python3
193+
* Minor updates to the splunklib search commands to support Python 3
194194

195195
## Version 1.6.12
196196

@@ -199,32 +199,32 @@ https://github.com/splunk/splunk-sdk-python/blob/develop/README.md#customization
199199
* Made modinput text consistent
200200

201201
### Bug fixes
202-
* Changed permissions from 755 to 644 for python files to pass appinspect checks
202+
* Changed permissions from 755 to 644 for Python files to pass Appinspect checks
203203
* Removed version check on ssl verify toggle
204204

205205
## Version 1.6.11
206206

207207
### Bug Fix
208208

209-
* Fix custom search command V2 failures on Windows for Python3
209+
* Fix custom search command V2 failures on Windows for Python 3
210210

211211
## Version 1.6.10
212212

213213
### Bug Fix
214214

215-
* Fix long type gets wrong values on windows for python 2
215+
* Fix long type gets wrong values on Windows for Python 2
216216

217217
## Version 1.6.9
218218

219219
### Bug Fix
220220

221-
* Fix buffered input in python 3
221+
* Fix buffered input in Python 3
222222

223223
## Version 1.6.8
224224

225225
### Bug Fix
226226

227-
* Fix custom search command on python 3 on windows
227+
* Fix custom search command on Python 3 on Windows
228228

229229
## Version 1.6.7
230230

@@ -298,7 +298,7 @@ The following bugs have been fixed:
298298

299299
### Minor changes
300300

301-
* Use relative imports throughout the the SDK.
301+
* Use relative imports throughout the SDK.
302302

303303
* Performance improvement when constructing `Input` entity paths.
304304

@@ -437,15 +437,15 @@ The following bugs have been fixed:
437437

438438
* Added a script (GenerateHelloCommand) to the searchcommand_app to generate a custom search command.
439439

440-
* Added a human readable argument titles to modular input examples.
440+
* Added a human-readable argument titles to modular input examples.
441441

442442
* Renamed the searchcommand `csv` module to `splunk_csv`.
443443

444444
### Bug fixes
445445

446446
* Now entities that contain slashes in their name can be created, accessed and deleted correctly.
447447

448-
* Fixed a perfomance issue with connecting to Splunk on Windows.
448+
* Fixed a performance issue with connecting to Splunk on Windows.
449449

450450
* Improved the `service.restart()` function.
451451

@@ -539,7 +539,7 @@ The following bugs have been fixed:
539539
### Bug fixes
540540

541541
* When running `setup.py dist` without running `setup.py build`, there is no
542-
longer an `No such file or directory` error on the command line, and the
542+
longer a `No such file or directory` error on the command line, and the
543543
command behaves as expected.
544544

545545
* When setting the sourcetype of a modular input event, events are indexed
@@ -561,7 +561,7 @@ The following bugs have been fixed:
561561
### Bug fix
562562

563563
* When running `setup.py dist` without running `setup.py build`, there is no
564-
longer an `No such file or directory` error on the command line, and the
564+
longer a `No such file or directory` error on the command line, and the
565565
command behaves as expected.
566566

567567
* When setting the sourcetype of a modular input event, events are indexed properly.

0 commit comments

Comments
 (0)