Skip to content

Releases: splunk/splunk-sdk-python

3.0.0

Choose a tag to compare

@Ickerday Ickerday released this 12 May 13:52
6881c98

New functionality: AI with Splunk Apps

This release enables integrating LLMs with Splunk Apps.
We worked ourselves to the bone to implement this functionality the best we could and are very excited to see what you build with it!

Take a look at ai/README.md to learn more about it.

What's Changed

New Contributors

Read more

Release/2.1.1

Choose a tag to compare

@szymonjas szymonjas released this 26 Aug 11:57
352ee12

Changes

  • #623 Additional logging in custom search commands
  • #622 Check if developer added custom map method in reporting command
  • Code reformatting and linting, improvements to github acitons

Release/2.1.0

Choose a tag to compare

@szymonjas szymonjas released this 30 Oct 09:52
1a3e290
  • #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

Choose a tag to compare

@maszyk99 maszyk99 released this 27 Jun 10:35
27296a3

Version 2.0.2

Minor changes

  • Added six.py file back

Release/2.0.1

Choose a tag to compare

@maszyk99 maszyk99 released this 26 Mar 11:11
3338cac

Version 2.0.1

Bug fixes

  • #567 Moved "deprecation" dependency

Release 2.0.0

Choose a tag to compare

@ashah-splunk ashah-splunk released this 20 Mar 11:11
9f9919d

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

Choose a tag to compare

@akaila-splunk akaila-splunk released this 20 Jul 09:10
be5268d

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

Choose a tag to compare

@ashah-splunk ashah-splunk released this 13 Feb 06:03
e441358

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

Choose a tag to compare

@akaila-splunk akaila-splunk released this 14 Sep 10:17
e323dd8

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

Choose a tag to compare

@akaila-splunk akaila-splunk released this 23 Aug 12:21
db48641

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