Skip to content

v0.9.0

Choose a tag to compare

@tnaum-ms tnaum-ms released this 18 Jun 10:25
· 131 commits to main since this release
4409e12

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