Skip to content
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 1.6.17 #410

Merged
merged 50 commits into from
Nov 3, 2021
Merged

Release 1.6.17 #410

merged 50 commits into from
Nov 3, 2021

Conversation

vmalaviya-splunk
Copy link
Contributor

@vmalaviya-splunk vmalaviya-splunk commented Nov 1, 2021

Bug fixes

  • #383 Implemented the possibility to provide a SSLContext object to the connect method
  • #396 Updated KVStore Methods to support dictionaries
  • #397 Added code changes for encoding '/' in _key parameter in kvstore.data APIs.
  • #398 Added dictionary support for KVStore "query" methods.
  • #402 Fixed regression introduced in 1.6.15 to once again allow processing of empty input records in custom search commands (fix #376)
  • #404 Fixed test case failure for 8.0 and latest(8.2.x) splunk version

Minor changes

  • #381 Updated current year in conf.py
  • #389 Fixed few typos
  • #391 Fixed spelling error in client.py
  • #393 Updated development status past 3
  • #394 Updated Readme steps to run examples
  • #395 Updated random_number.py
  • #399 Moved CI tests to GitHub Actions
  • #403 Removed usage of Easy_install to install SDK

fantavlik and others added 30 commits June 8, 2021 16:26
Master -> Develop for 1.6.16 changes
Update copyright to 2021
There are small typos in:
- examples/analytics/bottle.py
- examples/analytics/js/jquery.flot.selection.js
- examples/async/async.py
- examples/handlers/tiny-proxy.py
- examples/job.py
- splunklib/binding.py
- splunklib/client.py
- tests/test_job.py

Fixes:
- Should read `caught` rather than `catched`.
- Should read `preferable` rather than `preferrable`.
- Should read `parallelism` rather than `paralleism`.
- Should read `instantiate` rather than `instanciate`.
- Should read `first` rather than `frist`.
- Should read `default` rather than `defaut`.
- Should read `available` rather than `avaialble`.
- Should read `assignments` rather than `assignemnts`.
- Should read `also` rather than `allso`.
Per the description here https://martin-thoma.com/software-development-stages/ it seems like we're in at least "5 - Production/Stable" and maybe "6 - Mature". I'm putting this up as a PR instead of committing directly so that anyone interested can discuss before we update. 

Addresses @rfaircloth-splunk 's #385
- added import statement so we can use splunklib from lib directory
Added dictionary support for KVStore "insert" and "update" methods. Change with reference to issue #355 . KVStore example also updated
Added dictionary support for KVStore "query" methods. Change with reference to issue #356   . KVStore example also updated
- set fail-fast: false so GitHub will not cancels all in-progress jobs if any matrix job fails.
Move CI tests in Python SDK to Github Actions from TravisCI
Easy_install is deprecated. This is to address #263
- Replace deprecated apps/appinstall endpoint with apps/local
Passing input Kind as multiple modular inputs have "input" with name "default"
Fix test case failure for 8.0 and latest(8.2.x) splunk version
Copy link
Contributor

@fantavlik fantavlik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just spotted two more changes that should probably be added to the release notes:

@vmalaviya-splunk
Copy link
Contributor Author

Just spotted two more changes that should probably be added to the release notes:

Thanks for pointing it out @fantavlik
I have updated the release notes accordingly.

@vmalaviya-splunk vmalaviya-splunk merged commit 7674157 into master Nov 3, 2021
@vmalaviya-splunk vmalaviya-splunk deleted the release-1.6.17 branch May 2, 2022 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Searchcommand does not support empty body anymore in v1.6.15
10 participants