Skip to content

Release/1.6.17

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 06:38
7674157

Version 1.6.17

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