Releases: splunk/splunk-sdk-javascript
Releases · splunk/splunk-sdk-javascript
Release 2.0.0
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
Release 1.12.1
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
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
v1.11.0
Major changes
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
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 to0.4.1
- Updated
elementtree
dependency version to0.1.7
- Updated
browserify
dependency version to17.0.0
- Updated
jshint
dependency version to2.13.0
- Updated
mustache
dependency version to4.2.0
- Updated
readable-stream
dependency version to3.6.0
- Updated
uglify-js
dependency version to3.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
v1.9.1
Minor changes (non-functional)
- Added third party credits file (CREDITS.md) and updated support and contributing documentation.