-
Notifications
You must be signed in to change notification settings - Fork 314
[7.0.0-preview1] Prepare release notes #3616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Added 7.0.0 Preview 1 release notes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR prepares release notes for Microsoft.Data.SqlClient 7.0.0 Preview 1, adding comprehensive documentation for the upcoming release. The changes establish the 7.0 release documentation structure and detail breaking changes, bug fixes, and other improvements since version 6.1.0.
- Adds 7.0 release notes infrastructure with preview version documentation
- Documents breaking changes including API removals and connection handling updates
- Includes comprehensive change tracking in both release notes and changelog
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
release-notes/README.md | Adds 7.0 to the main release index |
release-notes/7.0/README.md | Creates 7.0 release series overview with preview version table |
release-notes/7.0/7.0.0-preview1.md | Comprehensive release notes for 7.0.0-preview1 including breaking changes, fixes, and dependencies |
CHANGELOG.md | Adds 7.0.0-preview1 entry with detailed change summary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving comments for myself - please to not resolve!
- Addressed review comments.
- Filled in actual build number.
Description