You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41-5Lines changed: 41 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,46 @@
2
2
3
3
All notable changes to the **kdb VS Code extension** are documented in this file.
4
4
5
+
# v1.13.0
6
+
7
+
### Enhancements
8
+
9
+
- Added a new setting to prevent focus change when executing a query
10
+
- Introduced SQL code block support in notebooks
11
+
- Enabled connection association and execution for plain SQL files
12
+
- Notebooks now support DAP targets and automatically populate scratchpad
13
+
- Starting from Insights Enterprise `version 1.14`, workbook enhancements enable you to target specific `tiers` and `DAP processes` within kdb Insights connections.
14
+
- Improved the q REPL command functionality
15
+
- Extended qsql API to allow targeting specific DAP processes, not just tiers
16
+
- Refactorings are connection aware
17
+
18
+
### Fixes
19
+
20
+
- Fixed an issue where opening "Edit Connection" on multiple connections grouped them under a single label
21
+
- Added confirmation prompt when removing a connection
22
+
- Resolved an issue where the selected tab changed on startup
23
+
- Fixed broken **Add Connection** action in the welcome view
24
+
- Addressed issue where the "Create KX Notebook" command failed if an unsaved notebook already existed
25
+
- Improved naming consistency for VSCode kdb+ connections
26
+
- Ensured connections are sorted alphabetically in VSCode
27
+
- Made notebook error messages on IE connections more descriptive, matching kdb+ standards
28
+
- Added separate connection checks for `getData` and scratchpad in VSCode
29
+
- Fixed issue where the "Enable TLS" checkbox state was not saved
30
+
- Resolved problems with previewing local kdb variables
31
+
- Corrected the displayed result count cap of KDB Results (now accurately reflects the 10,000 limit)
32
+
- Fixed keywords after underscore operator is not identified
33
+
- Fixed line comments syntax highlighting is wrong after system commands
34
+
35
+
### Internal Improvements
36
+
37
+
- Updated dependencies for better performance and security
38
+
- Added support for debugging unit tests
39
+
- Switched to the `c8` coverage tool for improved test coverage reporting
40
+
- Resolved Chevrotain (LS Server package) warnings related to test coverage
41
+
- Migrated from deprecated telemetry to the current standard
42
+
- Unified progress tracking, logging, telemetry, and notifications for consistency
43
+
- The extension now automatically detects the appropriate endpoint for `Query Environment-enabled` IE connections.
44
+
5
45
# v1.12.0
6
46
7
47
This release requires VS Code version 1.96.0 or higher.
@@ -11,7 +51,7 @@ This release requires VS Code version 1.96.0 or higher.
11
51
- Added **KX Notebooks**, which allows you to compose and execute Q, Python, and Markdown code blocks in a single notebook
12
52
- Workspace enhancements now allow connection association for all **q** and **py** files and target selection for all **q** files.
13
53
- Execute **q** code directly on kdb Insights Enterprise DAPs processes from the editor
14
-
- Added the **Help & Feedback** view to the activity bar, which provides quick links to documentation, feature suggestion, feedback, and bug reporting
54
+
- Added the **Help & Feedback** view to the activity bar, which provides quick links to documentation, feature suggestion, feedback, and bug reporting
15
55
- Added **Feedback Survey**, inviting you to provide feedback
16
56
- Added **Copy Query** for query history when query is executed
17
57
@@ -293,7 +333,6 @@ This release requires VS Code version 1.86.0 or higher.
293
333
### Fixes
294
334
295
335
- Ability to switch users connected to a kdb Insights Enterprise URL. The new flow to switch users when you are already logged in is as follows:
296
-
297
336
- Disconnect from the URL.
298
337
- Log into the URL using browser and log out of environment.
299
338
- On reconnecting you are asked to enter your login details and you can chose a different user.
@@ -305,18 +344,15 @@ This release requires VS Code version 1.86.0 or higher.
305
344
- Ensure the "Execute Entire File" button works even if the cursor is not in the code editor window.
306
345
307
346
- Fixes for the Data Sources:
308
-
309
347
- Custom APIs are no longer listed, these will be added in a future release when the execution of a Custom API is supported.
310
348
- The "Run" button will be greyed out while a Data Source is executing, to ensure there are no concurrent executions.
311
349
- To see Data Source results within the "Output" tab, ensure that the output is from "q Console Output".
312
350
313
351
- Fixes for the tree:
314
-
315
352
- The only variables being displayed were longs.
316
353
- Connections were string queries were forbidden broke the tree
317
354
318
355
- Fixes for KDB Results:
319
-
320
356
- incorrect display of empty tables
321
357
- not displaying results for non-tables or non-atoms.
0 commit comments