Skip to content

Commit 1fdb749

Browse files
Merge pull request #162 from splunk/callback-promises-migration
Callback promises migration
2 parents 770730f + e7aa58d commit 1fdb749

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+20745
-29010
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Splunk Enterprise SDK for JavaScript Changelog
22

3+
## Promise changes
4+
5+
### New features and APIs
6+
* Callbacks have been removed and instead we are returning Promises which enables users to use Async/Await features of JS.
7+
* Added 'response_timeout' parameter which enables user to specify the timeout for a particular API call.
8+
* Removed Async.js file and the required methods have been migrated to Utils.js following the Promise structure.
9+
310
## v1.12.0
411

512
### New features and APIs

README.md

+351-372
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)