Update release notes and user manual for v0.8.0#632
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for the v0.8.0 release of the DocumentDB for VS Code extension, expanding the user manual with new “Querying” feature guides and publishing the v0.8 release notes/changelog entry.
Changes:
- Added new user manual pages for Collection View querying, Query Playground, Interactive Shell, and runtime internals.
- Added v0.8 release notes and linked them from the docs index.
- Added a new 0.8.0 section to
CHANGELOG.md.
Reviewed changes
Copilot reviewed 7 out of 15 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/user-manual/query-runtime.md | New “behind the scenes” explanation of the bundled runtime and supporting @documentdb-js/* packages. |
| docs/user-manual/query-playground.md | New end-user guide for .documentdb.js playground authoring, execution, and navigation. |
| docs/user-manual/interactive-shell.md | New end-user guide for the embedded REPL shell, commands, and settings. |
| docs/user-manual/collection-view-querying.md | New guide covering Collection View query editors and autocompletion behavior. |
| docs/release-notes/0.8.md | New v0.8 release notes with screenshots and feature highlights. |
| docs/index.md | Adds “Querying” section to the manual index and links release notes 0.8. |
| CHANGELOG.md | Adds a 0.8.0 changelog entry summarizing features, improvements, fixes, and dependency updates. |
- Fix Context-Sensitive Completions table in collection-view-querying.md: escape pipe characters used as cursor position indicators (| → \|) so they render as literals instead of column separators in GFM tables. Also fix separator row from 3 columns to 2 columns. - Remove leftover <--- stale setting references IMAGE PROMPT: ... --> authoring comment from 0.8 release notes (no longer needed after screenshot was generated).
Agent-Logs-Url: https://github.com/microsoft/vscode-documentdb/sessions/b41b25fe-d7b6-4752-b2ac-beaf87e748cf Co-authored-by: tnaum-ms <171359267+tnaum-ms@users.noreply.github.com>
…shell, query playground, and insights
…ot with new hero screenshot
Contributor
✅ Code Quality Checks
This comment is updated automatically on each push. |
Contributor
📦 Build Size Report
Download artifact · updated automatically on each push. |
sajeetharan
approved these changes
May 12, 2026
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 documents the v0.8.0 release of the DocumentDB for VS Code extension, marking a major upgrade that transforms the extension into a comprehensive query development environment. The update introduces context-aware autocompletion, a new Query Playground, an integrated Interactive Shell, and seamless navigation between query surfaces. It also brings improvements to query insights, usability, and dependency updates. The most important changes are summarized below.
Major New Features:
.documentdb.jsfiles allow users to write and execute JavaScript scripts with CodeLens execution, console output, per-file connections, and autocompletion fordb.*chains. No external tools required. [1] [2]Improvements and Fixes:
Documentation Updates:
docs/release-notes/0.8.md, including feature descriptions, screenshots, and usage guidance.Dependency Updates:
fast-uri,fast-xml-builder,basic-ftp,path-to-regexp, and related dependencies to their latest versions. [1] [2]