File tree 4 files changed +20
-3
lines changed
examples/modularinputs/github_commits/bin/app
4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Splunk Enterprise SDK for JavaScript Changelog
2
2
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
+
3
20
## v1.10.0
4
21
5
22
### Major changes
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/splunk/splunk-sdk-javascript.svg?branch=master )] ( https://travis-ci.org/splunk/splunk-sdk-javascript )
2
2
# The Splunk Enterprise Software Development Kit for JavaScript
3
3
4
- #### Version 1.10 .0
4
+ #### Version 1.11 .0
5
5
6
6
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.
7
7
Original file line number Diff line number Diff line change 26
26
var utils = ModularInputs . utils ;
27
27
28
28
// 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" ;
30
30
31
31
// Create easy to read date format.
32
32
function getDisplayDate ( date ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " splunk-sdk" ,
3
- "version" : " 1.10 .0" ,
3
+ "version" : " 1.11 .0" ,
4
4
"description" : " SDK for usage with the Splunk REST API" ,
5
5
"homepage" : " http://dev.splunk.com" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments