Skip to content

Commit b5dfd12

Browse files
authored
Merge pull request #151 from splunk/release/v0.3.4
Prep for v0.3.4 release
2 parents 8b818e2 + 0a524f5 commit b5dfd12

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Complete documentation is available at the [extension wiki](https://github.com/splunk/vscode-extension-splunk/wiki)
44

5+
## [0.3.4]
6+
### New features
7+
- Pick a single search head when search head cluster is detected to prevent replication delay issues
8+
- Improve parsing of SPL2 modules for statement names to handle strings, fields, functions, comments
9+
- Bump fast-xml-parser from 4.3.6 to 4.4.1
10+
- Bump axios from 0.28.0 to 0.30.0
11+
- Bump braces from 3.0.2 to 3.0.3
12+
13+
### Issues fixed
14+
- Fix to update GitHub actions as they were failing
15+
- Add support for V2 search endpoints
16+
- Updated version of search endpoint /search/v2/jobs/export
17+
518
## [0.3.3]
619
### New features
720
- Added a hover provider to provide documenation on `hover` for .conf file stanzas and settings

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splunk",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"publisher": "Splunk",
55
"engines": {
66
"vscode": "^1.75.0",

0 commit comments

Comments
 (0)