Skip to content

v0.7.2

Latest

Choose a tag to compare

@tnaum-ms tnaum-ms released this 13 Mar 11:23
· 55 commits to main since this release
c1f4584

Improvements

  • Data Migration Discoverability: The "Data Migration…" menu is now always visible on cluster nodes and introduces announced providers infrastructure to help users discover and install migration extensions from the Marketplace. #515
  • Reconnect Prompt After Credential Update: Offers a reconnect prompt when updating credentials from an error recovery node, so users no longer need to manually retry the connection. #504
  • Experimental AI Query Generation Setting: Adds documentDB.experimental.enableAIQueryGeneration setting to control the AI query generation feature, disabled by default. Reports experimental feature status via activation telemetry. #503
  • tRPC Upgrade and Abort Signal Support: Upgrades @trpc/client and @trpc/server to v11.10.0 and adds AbortSignal-based cancellation for webview operations. #320, #502
  • Connection String Validation: Adds defensive trimming (including BOM, NBSP) at all input entry points and simplifies credential validation to avoid unnecessary parse/serialize round-trips. #511
  • Feedback Collection Documentation: Documents how the extension collects user feedback and its relation to VS Code's global telemetry setting in the README. #509

Security

  • Dependency Updates: Updates minimatch (3.1.2 → 3.1.4), qs, and body-parser to address security vulnerabilities. #505, #514

Version 0.7.1 was reserved for an internal validation build and was not released on the Marketplace.