Skip to content

Commit 4acba70

Browse files
committed
version 1.12.1 release changes
1 parent cda7f0d commit 4acba70

File tree

8 files changed

+10135
-10128
lines changed

8 files changed

+10135
-10128
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Splunk Enterprise SDK for JavaScript Changelog
22

3+
## v1.12.1
4+
5+
### Minor changes
6+
* 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))
7+
* added checks for wildcards in StoragePasswords ([PR#156](https://github.com/splunk/splunk-sdk-javascript/pull/156))
8+
* Update release docs path in release.yml ([PR#161](https://github.com/splunk/splunk-sdk-javascript/pull/161))
9+
310
## v1.12.0
411

512
### New features and APIs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.org/splunk/splunk-sdk-javascript.svg?branch=master)](https://travis-ci.org/splunk/splunk-sdk-javascript)
22
# The Splunk Enterprise Software Development Kit for JavaScript
33

4-
#### Version 1.12.0
4+
#### Version 1.12.1
55

66
The Splunk Enterprise Software Development Kit (SDK) for JavaScript contains library code and examples designed to enable developers to build applications using the Splunk platform and JavaScript. This SDK supports server-side and client-side JavaScript.
77

client/splunk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55714,7 +55714,7 @@ function extend() {
5571455714
},{}],259:[function(require,module,exports){
5571555715
module.exports={
5571655716
"name": "splunk-sdk",
55717-
"version": "1.12.0",
55717+
"version": "1.12.1",
5571855718
"description": "SDK for usage with the Splunk REST API",
5571955719
"homepage": "http://dev.splunk.com",
5572055720
"main": "index.js",

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.

0 commit comments

Comments
 (0)