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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Kubernetes Service Discovery: Adds Kubernetes service discovery in the Discovery view. Register kubeconfig sources and connect to discovered DocumentDB targets, with operator-managed cluster awareness and automatic port-forwarding for ClusterIP services. #621
Streaming Query Insights: Query Insights AI recommendations now stream progressively to the webview instead of appearing all at once after a ~15 s wait. Summary and educational content render line by line; each recommendation card appears as soon as the model completes it rather than all at once at the end. #711
Security
ws DoS Vulnerability Fix: Upgraded ws from 8.20.0 to 8.21.0, fixing a remote memory exhaustion denial-of-service vulnerability (high-volume tiny WebSocket fragments). #744
form-data Encoding Fix: Upgraded form-data from 4.0.5 to 4.0.6, fixing improper escaping of CR, LF, and " characters in multipart field names and filenames. #745
Dependencies
Dependency Update: Upgraded launch-editor from 2.13.2 to 2.14.1 (fixes UNC path handling). #747