Skip to content

Commit 60bf5f4

Browse files
Merge pull request #525 from KxSystems/KXI-58254
Introduce UDAs to datasource
2 parents 24868d6 + 2c957fe commit 60bf5f4

25 files changed

+2330
-272
lines changed

CHANGELOG.md

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

33
All notable changes to the **kdb VS Code extension** are documented in this file.
44

5+
# v1.10.0
6+
7+
### Enhancements
8+
9+
- Introducing UDAs(Custom APIs) to Datasource
10+
- Run UDAs with Requirement params or with no required params
11+
- VsCode is Query Environment variable aware from Insights 1.13
12+
13+
### Fixes
14+
515
# v1.10.1
616

717
### Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "kdb",
44
"description": "IDE support for kdb product suite including the q programming language",
55
"publisher": "KX",
6-
"version": "1.10.1",
6+
"version": "1.11.0",
77
"engines": {
88
"vscode": "^1.86.0"
99
},

0 commit comments

Comments
 (0)