Skip to content

Commit 63cbb27

Browse files
committed
version bump to 0.3.0
1 parent b602518 commit 63cbb27

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## [0.3.0] 07-Apr-2026
4+
- Enhancements
5+
- Add `resultSetRowLimit` extension setting to cap query rows (#62)
6+
- Handle duplicate column names in query results when using IRIS 2023.1+ (#61)
7+
- Bug Fixes
8+
- Respect `http.rejectUnauthorized` VS Code setting for self-signed certificates (#70)
9+
- Refactoring
10+
- Remove `request-promise` dependency, replacing with native Node.js HTTP handling
11+
- Documentation
12+
- Revise SQL getting started exercises link
13+
- Add contributors section to package.json (#64)
14+
- Dependency updates
15+
- Bump serialize-javascript, terser-webpack-plugin (#77)
16+
- Bump picomatch 2.3.1 → 2.3.2 (#76)
17+
- Bump minimatch 3.1.2 → 3.1.5 (#75)
18+
- Bump ajv 6.12.6 → 6.14.0 (#74)
19+
- Bump webpack 5.94.0 → 5.105.0 (#73)
20+
- Bump lodash 4.17.21 → 4.17.23 (#72)
21+
- Bump tar-fs 2.1.1 → 2.1.4 (#65, #68, #71)
22+
- Bump tmp 0.2.1 → 0.2.4 (#69)
23+
- Bump @babel/helpers 7.22.5 → 7.27.0 (#66)
24+
325
## [0.2.0] 05-Feb-2025
426
- Enhancements
527
- Support use of Server Manager connection definitions (#60)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sqltools-intersystems-driver",
33
"displayName": "SQLTools InterSystems IRIS",
44
"description": "SQLTools Driver for InterSystems IRIS",
5-
"version": "0.2.0-SNAPSHOT",
5+
"version": "0.3.0",
66
"engines": {
77
"vscode": "^1.93.0"
88
},

0 commit comments

Comments
 (0)