Release notes 0.10.0 and single-click Collection View fix - #889
Merged
Tomasz Naumowicz (tnaum-ms) merged 6 commits intoAug 16, 2026
Conversation
Copilot started reviewing on behalf of
Tomasz Naumowicz (tnaum-ms)
August 15, 2026 15:24
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR publishes the v0.10 release documentation for the DocumentDB for VS Code extension, adding a dedicated release notes page and updating the user manual/changelog to reflect the new Index Management and vector index guidance.
Changes:
- Added v0.10 release notes and linked them from the docs index.
- Updated
CHANGELOG.mdto summarize v0.10 with clearer grouping (including a new Security section). - Updated Index Management docs to reflect implemented Vector index creation and added cross-links to the new Vector index guide.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/user-manual/collection-view-wildcard-indexes.md | Adds a related-doc link to the new Vector indexes page. |
| docs/user-manual/collection-view-vector-indexes.md | New user manual page documenting how to create and manage vector indexes. |
| docs/user-manual/collection-view-index-management.md | Updates Vector index description and adds “Next steps” link to vector index docs. |
| docs/release-notes/0.10.md | New v0.10 release notes page covering major features, improvements, and fixes. |
| docs/index.md | Links the new 0.10 release notes from the release notes index list. |
| CHANGELOG.md | Refactors the 0.10.0 entry for clarity and adds a Security section for dependency updates. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
… and Index management in release notes
… and Kubernetes Service Discovery in README
… node The Documents node under a collection required a double-click to open the Collection View, added in a previous release to avoid accidental opens. Users found this confusing, so this restores immediate single-click activation. - Documents node: single click opens the Collection View again (openFromTree command no longer double-click gated). - Indexes node: no longer has a click command at all (expand-only, like the Collection node), avoiding an unintended side effect where removing the debounce would have made a single click both toggle expand/collapse and open the view. - Adds a dedicated 'Manage Indexes' context-menu command (own telemetry ID) on both the Indexes node and individual index rows, opening the Collection View's Index Management tab. - Updates CHANGELOG.md.
Contributor
✅ Code Quality Checks
This comment is updated automatically on each push. |
Contributor
📦 Build Size Report
Download artifact · updated automatically on each push. |
Tomasz Naumowicz (tnaum-ms)
deleted the
dev/tnaum/prepare-release-0.10.0
branch
August 16, 2026 19:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request publishes the v0.10 release notes and updates the documentation to reflect the new features and improvements in DocumentDB for VS Code Extension v0.10. It adds a dedicated release notes page, links it from the documentation index, and updates the changelog and user manual to cover the new DocumentDB Local, MongoDB Atlas Service Discovery, and Index Management features, as well as recent improvements and fixes.
Release documentation and changelog updates:
CHANGELOG.mdto summarize v0.10 features, group pre-release refinements, and add a new Security section for dependency updates.User manual updates for Index Management:
Single-click Collection View fix (based on user requests):
The Documents tree node under a collection required a double-click to open the Collection View. This debounce was added in a previous release to prevent accidental opens while browsing the tree, but users found it confusing and reported it as a regression.