Skip to content

Commit 0db108d

Browse files
authored
Merge pull request #150 from splunk/master
Release 1.11.0 changes
2 parents 5152fff + 1dee6d9 commit 0db108d

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## v1.11.0
4+
5+
### Major changes
6+
* DVPL-9708 apps/local support ([PR#135](https://github.com/splunk/splunk-sdk-javascript/pull/135))
7+
* .conf CRUD functionality added ([PR#141](https://github.com/splunk/splunk-sdk-javascript/pull/141))
8+
### Minor changes
9+
* NodeUnit to Mocha Transition for Browser Test Cases ([PR#127](https://github.com/splunk/splunk-sdk-javascript/pull/127))
10+
* Login example and README.md change ([PR#138](https://github.com/splunk/splunk-sdk-javascript/pull/138))
11+
* Add pagination support to history calls ([PR#95](https://github.com/splunk/splunk-sdk-javascript/pull/95))
12+
* Changes for savedsearch history pagination ([PR#139](https://github.com/splunk/splunk-sdk-javascript/pull/139))
13+
* Add create-react-app browser example ([PR#99](https://github.com/splunk/splunk-sdk-javascript/pull/99))
14+
* Support added for output_mode for oneShotSearch ([PR#140](https://github.com/splunk/splunk-sdk-javascript/pull/140))
15+
* Updated Highcharts License. ([PR#119](https://github.com/splunk/splunk-sdk-javascript/pull/119))
16+
* package-lock.json updated ([PR#137](https://github.com/splunk/splunk-sdk-javascript/pull/137))
17+
* WIP: Stabilize CI/CD ([PR#115](https://github.com/splunk/splunk-sdk-javascript/pull/115))
18+
* Dependency updates ([PR#145](https://github.com/splunk/splunk-sdk-javascript/pull/145))
19+
320
## v1.10.0
421

522
### Major changes

README.md

+1-1
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.10.0
4+
#### Version 1.11.0
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

examples/modularinputs/github_commits/bin/app/github_commits.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
var utils = ModularInputs.utils;
2727

2828
// The version number should be updated every time a new version of the JavaScript SDK is released.
29-
var SDK_UA_STRING = "splunk-sdk-javascript/1.10.0";
29+
var SDK_UA_STRING = "splunk-sdk-javascript/1.11.0";
3030

3131
// Create easy to read date format.
3232
function getDisplayDate(date) {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splunk-sdk",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "SDK for usage with the Splunk REST API",
55
"homepage": "http://dev.splunk.com",
66
"main": "index.js",

0 commit comments

Comments
 (0)