-
Notifications
You must be signed in to change notification settings - Fork 292
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
Release Notes for v6.0.1 #3131
base: main
Are you sure you want to change the base?
Release Notes for v6.0.1 #3131
Conversation
* Adding v6.0.0 release notes, updating related files * Addressing PR comments * Remove win-arm32 from support * Retractively adding ARM64 to net462 support * Adding descriptive paragraphs for bigger features * .NET 8**+** * Update SNI version * Change PR number for SNI vbump * Move PRs for called out additions * Update release-notes/6.0/6.0.0.md Co-authored-by: David Engel <dengel1012@gmail.com> --------- Co-authored-by: David Engel <dengel1012@gmail.com>
- Added support for .NET 9 [#2946](https://github.com/dotnet/SqlClient/pull/2946) | ||
- Added localization in Czech, Polish, and Turkish [#2987](https://github.com/dotnet/SqlClient/pull/2987) | ||
- Added `TokenCredential` object to take advantage of token caching in `ActiveDirectoryAuthenticationProvider`. [#2380](https://github.com/dotnet/SqlClient/pull/2380) | ||
- Added `DateOnly` and `TimeOnly` support to `DataTable` as a structured parameter. [#2258](https://github.com/dotnet/SqlClient/pull/2258) |
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.
And SqlDataRecord (apparently)
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.
You might have to explain that one a bit more - I don't see any changes related to SqlDataRecord in that PR 🤔
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.
@benrr01 see my PR here, and related issues. Apparently my fix in #2258 also impacted SqlDataRecord
This PR adds release notes for v6.0.1. The docs still retain v6.0.0, despite it being unlisted, and only show the delta between v6.0.0 and v6.0.1.