Conversation
- Updated the release note prompt with some minor tweaks.
There was a problem hiding this comment.
These are the same changes from the 6.1.5 release notes PR. I needed them available in order to run the prompt. Whichever PR merges first will win.
There was a problem hiding this comment.
Pull request overview
Adds documentation artifacts for the Microsoft.Data.SqlClient 7.0.1 patch release, updating the repo’s release notes and changelog, and refining the internal release-notes generation prompt.
Changes:
- Added
release-notes/7.0/7.0.1.mdwith the 7.0.1 release notes content (fixes/changes, contributors, TFMs, dependencies). - Updated
release-notes/7.0/README.mdandCHANGELOG.mdto include the 7.0.1 entry. - Updated
.github/prompts/release-notes.prompt.mdto accept a branch parameter and include GitHub Release markdown guidance.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| release-notes/7.0/README.md | Adds 7.0.1 to the 7.0 release index table. |
| release-notes/7.0/7.0.1.md | Introduces new 7.0.1 patch release notes content. |
| CHANGELOG.md | Adds a 7.0.1 summary section at the top. |
| .github/prompts/release-notes.prompt.md | Extends the release-notes prompt (branch arg + GitHub Release formatting step). |
| @@ -46,7 +46,8 @@ This prompt uses the following skill: | |||
| ### 1. Fetch Milestone Items | |||
|
|
|||
| - Follow the instructions in the [fetch-milestone-prs](.github/skills/fetch-milestone-prs/SKILL.md) skill to fetch all merged PRs for the milestone "${input:milestone}". | |||
There was a problem hiding this comment.
Step 1 states the fetch-milestone-prs output will be saved under .milestone-prs/${input:milestone}/${input:branch}, but the fetch-milestone-prs skill’s default output is .milestone-prs/<milestone>/ unless --output-dir is explicitly provided. Either update this step to match the skill’s default output location, or add an explicit instruction to run the fetch script with --output-dir .milestone-prs/${input:milestone}/${input:branch} so the documented directory structure is actually produced.
| - Follow the instructions in the [fetch-milestone-prs](.github/skills/fetch-milestone-prs/SKILL.md) skill to fetch all merged PRs for the milestone "${input:milestone}". | |
| - Follow the instructions in the [fetch-milestone-prs](.github/skills/fetch-milestone-prs/SKILL.md) skill to fetch all merged PRs for the milestone "${input:milestone}", and explicitly provide `--output-dir .milestone-prs/${input:milestone}/${input:branch}` when running the fetch command. |
Description
Adds release notes for the Microsoft.Data.SqlClient 7.0.1 patch release.
Files changed
Summary of 7.0.1 changes
Fixed
SqlBulkCopyfailing on SQL Server 2016 (graph_typecolumn error)SqlBulkCopyfailing on Azure Synapse Analytics dedicated SQL poolsSqlDataReader.GetFieldType()/GetProviderSpecificFieldType()returning wrong type for vector float32 columnsSystem.Data.Commonpackage dependency for .NET Framework consumersChanged
Issues
Testing
Documentation-only change — no code changes.
Guidelines