Skip to content

Tags: ConAlgorithm/splunk-sdk-python

Tags

1.6.11

Toggle 1.6.11's commit message
Release 1.6.11

1.6.10

Toggle 1.6.10's commit message
Release 1.6.10

1.6.9

Toggle 1.6.9's commit message
Release 1.6.9

1.6.8

Toggle 1.6.8's commit message
Release 1.6.8

1.6.7

Toggle 1.6.7's commit message
Release 1.6.7

1.6.6

Toggle 1.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/1.6.6 (splunk#234)

* Add return code for invalid args block

Return non-zero rc instead of None

* Added headers argument to get requests so that additional headers can be passed in similar to post reqeusts

* Added the option of always adding a particular header to a request. Also fixed unicode xml decoding error

* Adding additional comments to denote that a headers object is possible to pass in as a kwarg

* auto-doc all class constructor parameters

* Searchcommands: add full support for unicode

Python's cstringio doesn't support unicode characters,
when encountering them Exceptions are raised. We've
decided to use stringio instead, trading potential
performance improvements for full unicode support.

In Python 2, this may lead to a slight performance hit
since we're no longer explicitly using the native version.

However, in Python 3 stringio will automatically use the
native version if available and there should be no noticeable
performance changes.

* update assertion

* Make the explorer example compatible w/ Python 3

... by using the six library

* Update binding.py

*  Run CI against Splunk 7.2

* tests: relax restart timeout

* Fix ssl verify to require certs when true (splunk#233)

- Correct logic to always look for cert files when verify=True
- Pass key_file and cert_file to handler from HttpLib
- Changed default value of verify to False for backward compat

* Preparing Release 1.6.6

* Cleaned up CHANGELOG.md

* Update version to 1.6.6 in User-Agent header

* Rev version of examples/searchcommands_app/setup.py to 1.6.6

1.6.5

Toggle 1.6.5's commit message
Release 1.6.5

1.6.4

Toggle 1.6.4's commit message
Release 1.6.4

1.6.3

Toggle 1.6.3's commit message
Release 1.6.3

* release/1.6.3: (41 commits)
  Update changelog
  Update version number
  Using string_types for python3 compatibility.
  Using basestring instead of str so that unicode values are also accepted.
  Remove Python 2.6 from CI
  removed comments
  drop support for python 2.6
  fix test_service authentication tests
  fix test_service authentication tests
  fix test_service tests
  update server cert file
  fix test failures
  update splunk version to 6.6 and 7.0
  update travis.yml
  update travis splunk version to 6.6 and 7.0
  Added carry returns back to sum.map.output
  One more fix
  Fix last two unit tests
  distrubuted commands are streaming
  Strip new line chars to normalize different line separators
  ...

1.6.2

Toggle 1.6.2's commit message
Update changelog