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.enableAIQueryGenerationsetting 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/clientand@trpc/serverto v11.10.0 and addsAbortSignal-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, andbody-parserto address security vulnerabilities. #505, #514
Version 0.7.1 was reserved for an internal validation build and was not released on the Marketplace.