Bre77 / TA-googlebigquery

https://splunkbase.splunk.com/app/5692/
4 stars 2 forks source link

Bump splunk-sdk from 1.6.18 to 1.6.19 in /package/lib #9

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps splunk-sdk from 1.6.18 to 1.6.19.

Release notes

Sourced from splunk-sdk's releases.

Release/1.6.19

New features and APIs

  • #441 JSONResultsReader added and deprecated ResultsReader
    • Pre-requisite: Query parameter 'output_mode' must be set to 'json'
    • Improves performance by approx ~80-90%
    • ResultsReader is deprecated and will be removed in future releases (NOTE: Please migrate to JSONResultsReader)
  • #437 added setup_logging() method in splunklib for logging
  • #426 Added new github_commit modular input example
  • #392 Break out search argument to option parsing for v2 custom search commands
  • #384 Added Float parameter validator for custom search commands
  • #371 Modinput preserve 'app' context

Bug fixes

  • #439 Modified POST method debug log to not log sensitive body/data
  • #431 Add distsearch.conf to Stream Search Command examples [ issue#418 ]
  • #419 Hec endpoint issue[ issue#345 ]
  • #416 Removed strip() method in load_value() method from data.py file [ issue#400 ]
  • #148 Identical entity names will cause an infinite loop

Minor changes

  • #440 Github release workflow modified to generate docs
  • #430 Fix indentation in README
  • #429 documented how to access modular input metadata
  • #427 Replace .splunkrc with .env file in test and examples
  • #424 Float validator test fix
  • #423 Python3 compatibility for ResponseReader.str()
  • #422 ordereddict and all its reference removed
  • #421 Update README.md
  • #387 Update filter.py
  • #331 Fix a couple of warnings spotted when running python 2.7 tests
  • #330 client: use six.string_types instead of basestring
  • #329 client: remove outdated comment in Index.submit
  • #262 properly add parameters to request based on the method of the request
  • #237 Don't output close tags if you haven't written a start tag
  • #149 "handlers" stanza missing in examples/searchcommands_template/default/logging.conf
Changelog

Sourced from splunk-sdk's changelog.

Version 1.6.19

New features and APIs

  • #441 JSONResultsReader added and deprecated ResultsReader
    • Pre-requisite: Query parameter 'output_mode' must be set to 'json'
    • Improves performance by approx ~80-90%
    • ResultsReader is deprecated and will be removed in future releases (NOTE: Please migrate to JSONResultsReader)
  • #437 added setup_logging() method in splunklib for logging
  • #426 Added new github_commit modular input example
  • #392 Break out search argument to option parsing for v2 custom search commands
  • #384 Added Float parameter validator for custom search commands
  • #371 Modinput preserve 'app' context

Bug fixes

  • #439 Modified POST method debug log to not log sensitive body/data
  • #431 Add distsearch.conf to Stream Search Command examples [ issue#418 ]
  • #419 Hec endpoint issue[ issue#345 ]
  • #416 Removed strip() method in load_value() method from data.py file [ issue#400 ]
  • #148 Identical entity names will cause an infinite loop

Minor changes

  • #440 Github release workflow modified to generate docs
  • #430 Fix indentation in README
  • #429 documented how to access modular input metadata
  • #427 Replace .splunkrc with .env file in test and examples
  • #424 Float validator test fix
  • #423 Python3 compatibility for ResponseReader.str()
  • #422 ordereddict and all its reference removed
  • #421 Update README.md
  • #387 Update filter.py
  • #331 Fix a couple of warnings spotted when running python 2.7 tests
  • #330 client: use six.string_types instead of basestring
  • #329 client: remove outdated comment in Index.submit
  • #262 properly add parameters to request based on the method of the request
  • #237 Don't output close tags if you haven't written a start tag
  • #149 "handlers" stanza missing in examples/searchcommands_template/default/logging.conf
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)