Skip to content

Releases: splunk/splunk-sdk-python

Release/2.1.0

30 Oct 09:52
1a3e290
Compare
Choose a tag to compare
  • #516 Added support for macros
  • Remove deprecated wrap_socket in Contex class.
  • Added explicit support for self signed certificates in https
  • Enforce minimal required tls version in https connection
  • Add support for python 3.13
  • #559 Add exception logging

Release/2.0.2

27 Jun 10:35
27296a3
Compare
Choose a tag to compare

Version 2.0.2

Minor changes

  • Added six.py file back

Release/2.0.1

26 Mar 11:11
3338cac
Compare
Choose a tag to compare

Version 2.0.1

Bug fixes

  • #567 Moved "deprecation" dependency

Release 2.0.0

20 Mar 11:11
9f9919d
Compare
Choose a tag to compare

Version 2.0.0

Feature updates

  • ensure_binary, ensure_str and assert_regex utility methods have been migrated from six.py to splunklib/utils.py

Major changes

  • Removed code specific to Python 2
  • Removed six.py dependency
  • Removed __future__ imports
  • Refactored and Updated splunklib and tests to utilize Python 3 features
  • Updated CI test matrix to run with Python versions - 3.7 and 3.9
  • Refactored Code throwing deprecation warnings
  • Refactored Code violating Pylint rules

Bug fixes

  • #527 Added check for user roles
  • Fix to access the metadata "finished" field in search commands using the v2 protocol
  • Fix for error messages about ChunkedExternProcessor in splunkd.log for Custom Search Commands

Release/1.7.4

20 Jul 09:10
be5268d
Compare
Choose a tag to compare

Version 1.7.4

Bug fixes

Minor changes

  • #530 Update GitHub CI build status in README and removed RTD(Read The Docs) reference

Release/1.7.3

13 Feb 06:03
e441358
Compare
Choose a tag to compare

Version 1.7.3

Bug fixes

  • #493 Fixed file permission for event_writer.py file [issue#487]
  • #500 Replaced index_field with accelerated_field for kvstore [issue#497]
  • #502 Updated check for IPv6 addresses

Minor changes

  • #490 Added ACL properties update feature
  • #495 Added Splunk 8.1 in GitHub Actions Matrix
  • #485 Added test case for cookie persistence
  • #503 README updates on accessing "service" instance in CSC and ModularInput apps
  • #504 Updated authentication token names in docs to reduce confusion
  • #494 Reuse splunklib.version in handler.request

Release/1.7.2

14 Sep 10:17
e323dd8
Compare
Choose a tag to compare

Version 1.7.2

Minor changes

  • #482 Special handling related to the semantic versioning of specific Search APIs functional in Splunk Enterprise 9.0.2 and (Splunk Cloud 9.0.2209). These SDK changes will enable seamless transition between the APIs based on the version of the Splunk Enterprise in use

Release/1.7.1

23 Aug 12:21
db48641
Compare
Choose a tag to compare

Version 1.7.1

Bug fixes

  • #471 Fixed support of Load Balancer "sticky sessions" (persistent cookies) [issue#438]

Minor changes

  • #466 tests for CSC apps
  • #467 Added 'kwargs' parameter for Saved Search History function
  • #475 README updates

Release/1.7.0

17 Jun 16:53
14ef9f4
Compare
Choose a tag to compare

Version 1.7.0

New features and APIs

  • #468 SDK Support for splunkd search API changes

Bug fixes

  • #464 updated checks for wildcards in StoragePasswords [issue#458]

Minor changes

  • #463 Preserve thirdparty cookies

Release/1.6.20

07 Jun 07:42
e045c07
Compare
Choose a tag to compare

Version 1.6.20

New features and APIs

  • #442 Optional retries feature added
  • #447 Create job support for "output_mode:json" [issue#285]

Bug fixes

Minor changes

  • #444 Update tox.ini
  • #446 Release workflow refactor
  • #448 Documentation changes
  • #450 Removed examples and it's references from the SDK

Full Changelog: 1.6.19...1.6.20