Skip to content

Prep for v0.3.4 release #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.3.4]
### New features
- Pick a single search head when search head cluster is detected to prevent replication delay issues
- Improve parsing of SPL2 modules for statement names to handle strings, fields, functions, comments
- Bump fast-xml-parser from 4.3.6 to 4.4.1
- Bump axios from 0.28.0 to 0.30.0
- Bump braces from 3.0.2 to 3.0.3

### Issues fixed
- Fix to update GitHub actions as they were failing
- Add support for V2 search endpoints
- Updated version of search endpoint /search/v2/jobs/export

## [0.3.3]
### New features
- Added a hover provider to provide documenation on `hover` for .conf file stanzas and settings
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "splunk",
"version": "0.3.3",
"version": "0.3.4",
"publisher": "Splunk",
"engines": {
"vscode": "^1.75.0",
Expand Down