Releases: deephaven/vscode-deephaven
Releases · deephaven/vscode-deephaven
v0.1.24-pre
Bug Fixes
- DH-18424: vscode - Creating Core+ workers fails as of Core 0.37.x
Internal Improvements
- DH-18086: Implement gRPC Transport backed by node:http2
PRs
- fix: DH-18424: Force websocket connections for 0.37.x+ Core servers by @bmingles in #207
- feat: DH-18086: grpc transport by @bmingles in #202
Full Changelog: v0.1.23-pre...v0.1.24-pre
v0.1.23-pre
v0.1.22-pre
v0.1.21-pre
Bug Fixes
- DH-18191: VS Code - esbuild dependency breaks on Windows
PRs
Full Changelog: v0.1.20-pre...v0.1.21-pre
v0.1.20-pre
Features
- DH-18163: VS Code - Generate requirements.txt file for server environment
PRs
Full Changelog: v0.1.19-pre...v0.1.20-pre
v0.1.19-pre
Bug Fixes
- DH-18161: VS Code - Extension no longer connecting to pip managed server
- DH-18191: VS Code - esbuild dependency breaks on Windows
PRs
- build: v0.1.17-pre by @bmingles in #190
- fix: Log server connection errors + tweaks to debug logger by @bmingles in #192
- fix: DH-18191 esbuild cross os by @bmingles in #193
Full Changelog: v0.1.17-pre...v0.1.19-pre
v0.1.17-pre
v0.1.16-pre
v0.1.15-pre
Features
Bug Fixes
- Handle failed query startup + cleanup event handler #158
- Deephaven tabs that are not active appear to be using resources #52
- Panel list does not reflect the current server state #145
- Attempting to run a groovy file in python results in a disconnect #97
- Reconnecting via click is impossible #101
Cleanup / Refactor
PRs
- docs: Updated package / publish scripts + corresponding docs by @bmingles in #164
- fix: Fixed race condition with debug tasks by @bmingles in #167
- feat: Private Key Auth by @bmingles in #159
- build: Updated DH package dependencies to latest by @bmingles in #168
- feat: Only keep 1 keypair (32) by @bmingles in #169
- refactor: Merged DhService with DhcService by @bmingles in #170
- fix: Cleanup worker event handling by @bmingles in #166
- refactor: Cleanup DHC Service by @bmingles in #171
- refactor: Replace internal require jsapi with @deephaven/jsapi-nodejs package by @bmingles in #172
- feat: Lazy load panels by @bmingles in #173
- fix: Disposal Logic + Error toast by @bmingles in #175
- fix: Search filtering now works in PANELS by @bmingles in #177
- fix: Update connection status on disconnect by @bmingles in #176
- chore: Upgraded DH packages by @bmingles in #179
- build: Cleanup release scripts by @bmingles in #182
- fix: Fixed pre-release script by @bmingles in #183
Full Changelog: v0.1.14-pre...v0.1.15-pre
v0.1.14-pre
v0.1.14-pre
Features
Basic DH Enterprise Support (user / pwd auth only) !!
- Create default interactive console PQ connection #143
- Fetch DHE js api from server #79
- feat: Worker settings by @bmingles in #157
Bug Fixes
PRs
- build: v0.1.13-pre release by @bmingles in #146
- build: Converted project to use esbuild by @bmingles in #148
- fix: Fixed problem matcher bug by @bmingles in #149
- refactor: Refactored to use ServerConnection interface by @bmingles in #150
- feat: Connect to DHE worker by @bmingles in #134
- feat: Worker settings by @bmingles in #157