Skip to content

v0.6.0

Choose a tag to compare

@tnaum-ms tnaum-ms released this 17 Nov 19:57
· 2276 commits to main since this release
dcfa723

New Features & Improvements

  • Query Insights with Performance Advisor: Introduces a new "Query Insights" tab that provides a three-stage analysis of query performance. This includes a static query plan, detailed execution statistics, and AI-powered recommendations from GitHub Copilot to help understand performance bottlenecks and optimize slow queries.
  • Improved Query Specification: The query editor now supports projection, sort, skip, and limit parameters, in addition to filter. Autocompletion is also enabled for projection and sort fields.
  • Index Management from the Tree View: Users can now drop, hide, and unhide indexes directly from the context menu in the Connections View.
  • Azure Cosmos DB for MongoDB (vCore) is now Azure DocumentDB: Renamed the service in the UI and in the documentation.

Fixes

  • UI Element Visibility: Fixed issues where the autocomplete list in the query editor and tooltips in tree/table views could be hidden by other UI elements.