-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.6.15 #364
Release v1.6.15 #364
Conversation
Previously, when an external command used the SCPv2 (chunked=true) protocol via splunklib and returned with 50,000 or more rows for one chunk, it would send two replies intead of one. This caused the external command to get out of sync, sending chunk replies before reading the corresponding request. Fixes #150
Fix deprecation warnings
Update copyright years to 2020
Allow suppying of a key-value body when calling Context.post()
|
||
# TODO: DVPL-6448: splunklib.searchcommands | Add support for partial: true when it is implemented in | ||
# ChunkedExternProcessor (See SPL-103525) | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to remove the bug#?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean you think the bug has addressed and we can remove this comment? We are OK to refer to ticket numbers as long as we don't provide links if that's the concern.
FYI there was one failing test which is known to be flaky for 8.x Splunk versions. |
Bug fixes
#301 Fix chunk synchronization
#327 Rename and cleanup follow-up for chunk synchronization
#352 Allow supplying of a key-value body when calling Context.post()
Minor changes
#350 Initial end-to-end tests for streaming, reporting, generating custom search commands
#348 Update copyright years to 2020
#346 Readme updates to urls, terminology, and formatting
#317 Fix deprecation warnings