Preparing the 0.7.3 release#546
Merged
Merged
Conversation
…ures, dependency updates, and telemetry improvements
…d Improvements sections
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the DocumentDB for VS Code extension v0.7.3 release by updating versioning and adding/refreshing release documentation so the shipped artifact and published notes align.
Changes:
- Bumped extension version to 0.7.3 in
package.jsonandpackage-lock.json. - Added a 0.7.3 entry to
CHANGELOG.mdcovering connection cancellation, Node.js 22/dependency upgrades, and telemetry refinements. - Updated the 0.7 release notes and docs index to include 0.7.3.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates extension version to 0.7.3. |
| package-lock.json | Keeps lockfile version metadata in sync with 0.7.3. |
| CHANGELOG.md | Adds 0.7.3 changelog section summarizing key items. |
| docs/release-notes/0.7.md | Appends 0.7.3 patch release notes with links to PRs/changelog. |
| docs/index.md | Adds navigation link to 0.7.3 release notes anchor. |
sajeetharan
approved these changes
Apr 2, 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 and prepares the release of version 0.7.3 of the DocumentDB for VS Code extension. It updates the version number, changelogs, and documentation to reflect new features, dependency upgrades, and telemetry improvements.
Release documentation and versioning:
0.7.3inpackage.json.CHANGELOG.md, highlighting the cancellable connection feature, Node.js 22 and dependency upgrades, and telemetry improvements.docs/release-notes/0.7.mdto describe the new features, improvements, and provide links to the relevant changelog entries.docs/index.mdto include a link to the 0.7.3 release notes.