Skip to content

Add release notes for 7.0#4053

Merged
mdaigle merged 5 commits intomainfrom
dev/mdaigle/release-notes-7.0
Mar 17, 2026
Merged

Add release notes for 7.0#4053
mdaigle merged 5 commits intomainfrom
dev/mdaigle/release-notes-7.0

Conversation

@mdaigle
Copy link
Contributor

@mdaigle mdaigle commented Mar 17, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 17, 2026 17:37
@github-project-automation github-project-automation bot moved this to To triage in SqlClient Board Mar 17, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds GA (stable) 7.0 release-note content across the core driver and related extension/add-on packages, updating the release-notes indices and guidance for generating GA notes.

Changes:

  • Add 7.0.0 GA release notes for Microsoft.Data.SqlClient and Azure Key Vault provider, and add 1.0.0 GA notes for the new Extensions.* and Internal.Logging packages.
  • Update release-notes landing pages to point to the new latest stable versions and reflect the Logging package rename.
  • Update the release-notes workflow prompt to require both “since last preview” and “cumulative since last stable” sections for GA releases.

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
release-notes/add-ons/AzureKeyVaultProvider/7.0/README.md Adds 7.0.0 GA entry to AKV provider index table.
release-notes/add-ons/AzureKeyVaultProvider/7.0/7.0.0.md Adds AKV provider 7.0.0 GA release notes (delta + cumulative + dependencies).
release-notes/README.md Updates “latest stable” pointers to 7.0 and updates Logging section to Internal.Logging.
release-notes/Internal/Logging/1.0/README.md Adds index page for Internal.Logging 1.0 releases.
release-notes/Internal/Logging/1.0/1.0.0.md Adds Internal.Logging 1.0.0 GA release notes.
release-notes/Extensions/Logging/1.0/README.md Notes rename from Extensions.Logging to Internal.Logging.
release-notes/Extensions/Azure/1.0/README.md Adds 1.0.0 GA entry to Extensions.Azure index table.
release-notes/Extensions/Azure/1.0/1.0.0.md Adds Extensions.Azure 1.0.0 GA release notes (delta + cumulative + dependencies).
release-notes/Extensions/Abstractions/1.0/README.md Adds 1.0.0 GA entry to Extensions.Abstractions index table.
release-notes/Extensions/Abstractions/1.0/1.0.0.md Adds Extensions.Abstractions 1.0.0 GA release notes.
release-notes/7.0/README.md Adds 7.0.0 GA entry to core 7.0 index table.
release-notes/7.0/7.0.0.md Adds core driver 7.0.0 GA release notes (delta + cumulative + dependencies).
CHANGELOG.md Adds a 7.0.0 section to the changelog (policy conflict).
.github/prompts/release-notes.prompt.md Updates GA release-notes generation guidance to include delta + cumulative sections.

You can also share your feedback on Copilot code review. Take the survey.

Copilot AI review requested due to automatic review settings March 17, 2026 18:25
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds GA (stable) 7.0 release notes across the core driver and related packages (Extensions + AKV provider), and updates the release-notes indices to reflect 7.0 as the latest stable release.

Changes:

  • Add 7.0.0 GA release notes for Microsoft.Data.SqlClient and Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.
  • Add GA release notes/indices for the new extensions packages (Extensions.Abstractions, Extensions.Azure) and Microsoft.Data.SqlClient.Internal.Logging, plus cross-links from the old Extensions.Logging notes.
  • Update release-notes landing pages and the release-notes generation prompt with GA structure guidance.

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
release-notes/add-ons/AzureKeyVaultProvider/7.0/README.md Adds 7.0.0 GA entry to the AKV provider release index.
release-notes/add-ons/AzureKeyVaultProvider/7.0/7.0.0.md Adds 7.0.0 GA notes for the AKV provider.
release-notes/README.md Updates “latest stable” pointers to 7.0 and updates Logging section to Internal.Logging.
release-notes/Internal/Logging/1.0/README.md Introduces release index for Microsoft.Data.SqlClient.Internal.Logging 1.0.
release-notes/Internal/Logging/1.0/1.0.0.md Adds 1.0.0 GA notes for Internal.Logging.
release-notes/Extensions/Logging/1.0/README.md Adds rename note pointing consumers to Internal.Logging release notes.
release-notes/Extensions/Azure/1.0/README.md Adds 1.0.0 GA entry to the Extensions.Azure release index.
release-notes/Extensions/Azure/1.0/1.0.0.md Adds 1.0.0 GA notes for Extensions.Azure.
release-notes/Extensions/Abstractions/1.0/README.md Adds 1.0.0 GA entry to the Abstractions release index.
release-notes/Extensions/Abstractions/1.0/1.0.0.md Adds 1.0.0 GA notes for Abstractions.
release-notes/7.0/README.md Adds 7.0.0 GA entry to the core 7.0 release index.
release-notes/7.0/7.0.0.md Adds 7.0.0 GA notes for the core driver, including cumulative upgrade summary and dependencies.
CHANGELOG.md Adds a 7.0.0 stable entry (but repo policy indicates this should not be edited directly).
.github/prompts/release-notes.prompt.md Updates guidance for structuring GA release notes (delta + cumulative sections).

You can also share your feedback on Copilot code review. Take the survey.

@mdaigle mdaigle marked this pull request as ready for review March 17, 2026 18:41
@mdaigle mdaigle requested a review from a team as a code owner March 17, 2026 18:41
Copilot AI review requested due to automatic review settings March 17, 2026 18:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds GA (stable) release notes for the SqlClient 7.0 milestone and associated add-on/extension packages, updating the release-notes index to point at the new stable versions.

Changes:

  • Add 7.0.0 / 1.0.0 stable release note pages and update per-version README tables to include GA entries.
  • Update release-notes/README.md to point “latest stable” to 7.0 (and AKV provider 7.0) and to reflect the Internal.Logging package name.
  • Update the release-notes authoring prompt to require a GA “delta since last preview” + “cumulative since last stable” structure.

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
release-notes/add-ons/AzureKeyVaultProvider/7.0/README.md Adds GA entry for AKV provider 7.0.0.
release-notes/add-ons/AzureKeyVaultProvider/7.0/7.0.0.md Adds AKV provider 7.0.0 stable release notes.
release-notes/README.md Updates latest stable pointers and renames Logging section to Internal.Logging.
release-notes/Internal/Logging/1.0/README.md Adds GA index for Microsoft.Data.SqlClient.Internal.Logging 1.0.
release-notes/Internal/Logging/1.0/1.0.0.md Adds Internal.Logging 1.0.0 stable release notes.
release-notes/Extensions/Logging/1.0/README.md Adds rename note pointing to Internal.Logging release notes.
release-notes/Extensions/Azure/1.0/README.md Adds GA entry for Extensions.Azure 1.0.0.
release-notes/Extensions/Azure/1.0/1.0.0.md Adds Extensions.Azure 1.0.0 stable release notes.
release-notes/Extensions/Abstractions/1.0/README.md Adds GA entry for Extensions.Abstractions 1.0.0.
release-notes/Extensions/Abstractions/1.0/1.0.0.md Adds Extensions.Abstractions 1.0.0 stable release notes.
release-notes/7.0/README.md Adds GA entry for SqlClient 7.0.0.
release-notes/7.0/7.0.0.md Adds SqlClient 7.0.0 stable release notes.
CHANGELOG.md Adds a 7.0.0 stable summary entry (conflicts with repo policy).
.github/prompts/release-notes.prompt.md Updates prompt guidance for structuring GA vs preview release notes.

You can also share your feedback on Copilot code review. Take the survey.

@cheenamalhotra cheenamalhotra moved this from To triage to In review in SqlClient Board Mar 17, 2026
@mdaigle mdaigle merged commit ce38e64 into main Mar 17, 2026
5 checks passed
@mdaigle mdaigle deleted the dev/mdaigle/release-notes-7.0 branch March 17, 2026 22:43
@github-project-automation github-project-automation bot moved this from In review to Done in SqlClient Board Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants