kdb Visual Studio Code Extension Release Notes
This page details the release notes for the latest kdb Visual Studio Code Extension releases. To find the release notes for an older release, refer to the previous releases page.
v1.17.1
Release date: 2026-02-09
Fixes
- Resolved an issue with telemetry reporting
- Added variable expansion for
.envfiles
Internal improvements
- Updated dependencies to address identified security vulnerabilities
v1.17.0
Release date: 2026-01-29
Enhancements
- Added quick connections for faster access to kdb environments
- REPL is now the default execution target
- Introduced SQL Workbook support
- Added ability to connect and automatically execute queries
- Replaced ag-grid-community with a custom grid for the kdb Results View
- Improved support for nested objects in the kdb Results View
- Added ability to execute selection in quke files
- Scratchpad and Data Sources now support configurable query timeouts helping prevent long-running or runaway queries
Fixes
- kdb output channel now correctly supports log levels
- Fixed CSV export issues for cells containing lists or strings
- Fixed auto-resizing behavior for grid columns
- Resolved issues with specific Python query executions
Internal improvements
- Updated telemetry data collection
- Implemented the use of structured text for datasources
- Added use of structured text for Python
- Added q CI testing