Skip to content

Releases: splunk/splunk-sdk-javascript

Release 2.0.0

01 Feb 05:56
46ef112
Compare
Choose a tag to compare

v2.0.0

New features and APIs

  • Callbacks have been removed and instead we are returning Promises which enables users to use Async/Await features of JS. (PR#162)
  • Added 'response_timeout' parameter which enables user to specify the timeout for a particular API call.
  • Removed Async.js file and the required methods have been migrated to Utils.js following the Promise structure.

Minor changes

  • Update doc generation logic in GitHub ci (PR#167)
  • Updated minimist library versions (PR#166)
  • Added feature that allows to update ACL properties of an entity (PR#170)
  • Support for updated SDK examples (PR#171)

Release 1.12.1

28 Sep 09:05
5dbfad3
Compare
Choose a tag to compare

v1.12.1

Minor changes

  • 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 (PR#163)
  • added checks for wildcards in StoragePasswords (PR#156)
  • Update release docs path in release.yml (PR#161)

Release 1.12.0

17 Jun 16:42
cfe7602
Compare
Choose a tag to compare

v1.12.0

New features and APIs

  • SDK Support for splunkd search API changes, for Splunk 9.0+. (PR#157)

Minor changes

  • Added assets directory to be included while generating docs (PR#154)
  • Removed support for Modular Inputs from the SDK (PR#153)
  • Removed examples and it's references from sdk (PR#152)
  • Added 'User-Agent' header in REST API calls for the telemetry (PR#151)
  • changes corresponding to API changes in the dependency library browserify (PR#149)
  • JS SDK upload artifact script added for api docs (PR#148)

Release 1.11.0

09 Mar 05:57
1dee6d9
Compare
Choose a tag to compare

v1.11.0

Major changes

  • DVPL-9708 apps/local support (PR#135)
  • .conf CRUD functionality added (PR#141)

Minor changes

  • NodeUnit to Mocha Transition for Browser Test Cases (PR#127)
  • Login example and README.md change (PR#138)
  • Add pagination support to history calls (PR#95)
  • Changes for savedsearch history pagination (PR#139)
  • Add create-react-app browser example (PR#99)
  • Support added for output_mode for oneShotSearch (PR#140)
  • Updated Highcharts License. (PR#119)
  • package-lock.json updated (PR#137)
  • WIP: Stabilize CI/CD (PR#115)
  • Dependency updates (PR#145)

Release 1.10.0

02 Aug 06:36
5d600c1
Compare
Choose a tag to compare

v1.10.0

Major changes

  • Dropped support for deprecated request http client.
  • Added support for needle http client library.

Minor changes

  • Added support for Splunk Enterprise 8.2
  • Added support for Node v14.
  • Dropped support for deprecated nodeunit testing library.
  • Added support for mocha for testing and chai for assertions.
  • Updated cookie dependency version to 0.4.1
  • Updated elementtree dependency version to 0.1.7
  • Updated browserify dependency version to 17.0.0
  • Updated jshint dependency version to 2.13.0
  • Updated mustache dependency version to 4.2.0
  • Updated readable-stream dependency version to 3.6.0
  • Updated uglify-js dependency version to 3.13.8
  • Added support for dotenv@10.0.0 to declare env variables.
  • Added support for mochawesome@6.2.2 to generate test report.
  • Fixed the Buffer and new Buffer() deprecation warnings appeared when running the tests.
  • Added support for running single test file and test case. Run make test_specific for more info.

Release 1.9.1

29 Jun 18:51
3108379
Compare
Choose a tag to compare

v1.9.1

Minor changes (non-functional)

  • Added third party credits file (CREDITS.md) and updated support and contributing documentation.