Skip to content

Commit e82b602

Browse files
authored
Merge pull request #169 from splunk/sync-with-master
Sync with master
2 parents 1fdb749 + dc563be commit e82b602

12 files changed

+2750
-1823
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
* Added 'response_timeout' parameter which enables user to specify the timeout for a particular API call.
88
* Removed Async.js file and the required methods have been migrated to Utils.js following the Promise structure.
99

10+
## v1.12.1
11+
12+
### Minor changes
13+
* 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](https://github.com/splunk/splunk-sdk-javascript/pull/163))
14+
* added checks for wildcards in StoragePasswords ([PR#156](https://github.com/splunk/splunk-sdk-javascript/pull/156))
15+
* Update release docs path in release.yml ([PR#161](https://github.com/splunk/splunk-sdk-javascript/pull/161))
16+
1017
## v1.12.0
1118

1219
### New features and APIs

README.md

Lines changed: 351 additions & 351 deletions
Large diffs are not rendered by default.

client/splunk.js

Lines changed: 832 additions & 679 deletions
Large diffs are not rendered by default.

client/splunk.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/splunk.test.js

Lines changed: 867 additions & 714 deletions
Large diffs are not rendered by default.

client/splunk.test.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)