Add release notes for 7.0.2#4403
Open
apoorvdeshmukh wants to merge 5 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for the Microsoft.Data.SqlClient 7.0.2 hotfix release, including the core driver release notes, the Extensions.Azure package release notes (now under the 7.0 version line), and updated indexes so the new notes are discoverable.
Changes:
- Added core 7.0.2 release notes and updated the 7.0 release index.
- Added Extensions.Azure 7.0.2 release notes (new 7.0 release-notes folder) and updated the top-level release-notes index.
- Added a 7.0.2 entry to
CHANGELOG.mdsummarizing the release and linking to the detailed notes.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| release-notes/README.md | Updates the Extensions.Azure section to point to the new 7.0 release-notes folder and adds it to the index list. |
| release-notes/Extensions/Azure/7.0/README.md | Adds the version-line index page for Extensions.Azure 7.0 releases. |
| release-notes/Extensions/Azure/7.0/7.0.2.md | Adds Extensions.Azure 7.0.2 detailed release notes (WAM broker support, dependency list, etc.). |
| release-notes/7.0/README.md | Adds the core driver 7.0.2 entry to the 7.0 release index table. |
| release-notes/7.0/7.0.2.md | Adds core driver 7.0.2 detailed release notes and dependency lists. |
| CHANGELOG.md | Adds a 7.0.2 changelog entry linking to the full release notes and summarizing key changes. |
mdaigle
reviewed
Jun 24, 2026
mdaigle
left a comment
Contributor
There was a problem hiding this comment.
Overall looks good. I agree that we should highlight the version alignment. I also think we should pin an announcement for the version alignment.
Address review feedback: surface the SqlClient family version alignment prominently at the top of the 7.0.2 CHANGELOG entry and core release notes, listing the aligned packages and the cross-package compatibility guidance (apps referencing the Azure extension must upgrade it to 7.0.2 alongside MDS).
Address review feedback: the 7.0 index README for the internal Microsoft.Data.SqlClient.Internal.Logging package was missing the internal-use note present in the 1.0 index README, which helps prevent accidental direct consumption by application code.
mdaigle
approved these changes
Jun 24, 2026
cheenamalhotra
approved these changes
Jun 24, 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.
Description
Adds release notes for upcoming 7.0.2 hotfix release.
Used the release notes prompt to generate the notes.
Guidelines
Please review the contribution guidelines before submitting a pull request: