Skip to content

Commit dcfa723

Browse files
authored
Release 0.6.0 to main (#367)
2 parents 2d37809 + fff1d63 commit dcfa723

File tree

151 files changed

+26167
-555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+26167
-555
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Accessibility Review
3+
about: Accessibility Issue Template
4+
title: ''
5+
labels: a11y
6+
assignees: ''
7+
---
8+
9+
## User Experience:
10+
11+
Note: Login Credentials must not be provided within the bug.
12+
13+
## Repro Steps
14+
15+
## Actual Result:
16+
17+
## Expected Result:
18+
19+
## Priority
20+
21+
Use labels `P1`, `P2`, or `P3` to define the priority of this issue.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
# Build results
1414
[Dd]ebug/
15+
!resources/debug/
1516
[Dd]ebugPublic/
1617
[Rr]elease/
1718
[Rr]eleases/

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 0.6.0
4+
5+
### New Features & Improvements
6+
7+
- **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.
8+
- **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.
9+
- **Index Management from the Tree View**: Users can now `drop`, `hide`, and `unhide` indexes directly from the context menu in the Connections View.
10+
- **Azure Cosmos DB for MongoDB (vCore)** is now **Azure DocumentDB**: Renamed the service in the UI and in the documentation.
11+
12+
### Fixes
13+
14+
- **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.
15+
316
## 0.5.2
417

518
### New Features & Improvements

0 commit comments

Comments
 (0)