Skip to content

Release 2.0.0

Latest
Compare
Choose a tag to compare
@akaila-splunk akaila-splunk released this 01 Feb 05:56
· 4 commits to master since this release
46ef112

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)