-
Notifications
You must be signed in to change notification settings - Fork 314
Prepare 6.1.0 release notes #3508
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
- Preparing 6.1.0 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 the release notes for Microsoft.Data.SqlClient version 6.1.0, documenting the stable release with changes since the preview2 version. The update includes bug fixes, performance changes, and API improvements without adding new features.
- Adds release notes documentation for the 6.1.0 stable release dated 2025-08-05
- Documents bug fixes, SqlDecimal performance changes, and SqlVector API improvements
- Updates the changelog and release tracking table with the new stable version
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
release-notes/6.1/README.md | Adds entry for 6.1.0 stable release in the version tracking table |
release-notes/6.1/6.1.0.md | Creates comprehensive release notes with fixes, changes, and dependency information |
CHANGELOG.md | Adds 6.1.0 release entry with detailed change documentation |
Should 6.1.0.md not contain all changes since 6.0.2? |
- Updated 6.1.0 release notes to summarize all changes since 6.0.2. - Kept CHANGELOG entry for 6.1.0 as-is since it is a rolling history file, not a summary file.
- Fixed typo.
LGTM |
- Added one last PR. - Changed anticipated release date.
45baca5
Preparing 6.1.0 release notes.