Skip to content

Release notes 0.10.0 and single-click Collection View fix - #889

Merged
Tomasz Naumowicz (tnaum-ms) merged 6 commits into
mainfrom
dev/tnaum/prepare-release-0.10.0
Aug 16, 2026
Merged

Release notes 0.10.0 and single-click Collection View fix#889
Tomasz Naumowicz (tnaum-ms) merged 6 commits into
mainfrom
dev/tnaum/prepare-release-0.10.0

Conversation

@tnaum-ms

@tnaum-ms Tomasz Naumowicz (tnaum-ms) commented Aug 15, 2026

Copy link
Copy Markdown
Collaborator

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:

  • Added a new release notes file for v0.10, detailing the major features (DocumentDB Local, Atlas Service Discovery, Index Management), key improvements, and fixes.
  • Updated CHANGELOG.md to summarize v0.10 features, group pre-release refinements, and add a new Security section for dependency updates.
  • Linked the new v0.10 release notes from the documentation index for easier navigation.

User manual updates for Index Management:

  • Updated the Index Management guide to describe Vector index creation as implemented (for similarity search over embeddings), rather than a future feature.
  • Added a link to the new Vector indexes documentation from the Index Management guide.

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.

  • Restores single-click activation: clicking Documents opens the Collection View immediately again.
  • The Indexes node no longer has a click command attached at all (it's expand-only now, consistent with the Collection node), avoiding a side effect where simply 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 (with its own telemetry ID, separate from the Documents open command) available on both the Indexes node and individual index rows, opening the Collection View directly on the Index Management tab.
  • Refresh continues to work on both nodes via the existing generic refresh context-menu entry; no changes were needed there.

Copilot AI lite review requested due to automatic review settings August 15, 2026 15:23
@tnaum-ms
Tomasz Naumowicz (tnaum-ms) requested a review from a team as a code owner August 15, 2026 15:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md to 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.

… 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.
@tnaum-ms Tomasz Naumowicz (tnaum-ms) changed the title Release notes 0.10.0 Release notes 0.10.0 and single-click Collection View fix Aug 16, 2026
@github-actions

Copy link
Copy Markdown
Contributor

✅ Code Quality Checks

Check Status How to fix
Localization (l10n) ✅ Passed
ESLint ✅ Passed
Prettier formatting ✅ Passed

This comment is updated automatically on each push.

@github-actions

Copy link
Copy Markdown
Contributor

📦 Build Size Report

Metric Base (main) PR Delta
VSIX (vscode-documentdb-0.10.0.vsix) 8.15 MB 9.06 MB ⬆️ +929 KB (+11.1%)
Webview bundle (views.js) 6.11 MB 6.11 MB ✅ 0 KB (0.0%)

Download artifact · updated automatically on each push.

@tnaum-ms
Tomasz Naumowicz (tnaum-ms) merged commit 2e2e476 into main Aug 16, 2026
8 checks passed
@tnaum-ms
Tomasz Naumowicz (tnaum-ms) deleted the dev/tnaum/prepare-release-0.10.0 branch August 16, 2026 19:04
@tnaum-ms Tomasz Naumowicz (tnaum-ms) added this to the 0.10.0 milestone Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants