-
Notifications
You must be signed in to change notification settings - Fork 314
Hotfix v5.2.1 Release notes #2534
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f41610e
Release notes 5.2.1
dauinsight 0cdc7cd
Apply suggestions from code review
David-Engel 6eec94b
PR Comments - update release links, dependency version
dauinsight 9742654
Apply suggestions from code review
dauinsight 8fcb8ac
Add additional PR for upgrading azure.identity in changelog
dauinsight ce76e0e
Add other upgraded version to release notes
dauinsight 3b69a6e
Apply suggestions from code review
dauinsight 9df5c04
Remove upgrade azure core from release notes
dauinsight 98b7080
Apply suggestions from code review
DavoudEshtehari 07e4fd8
Apply suggestions from code review
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
# Release Notes | ||
|
||
## [Stable release 5.2.1] - 2024-05-31 | ||
|
||
This update brings the below changes over the previous release: | ||
|
||
### Changed | ||
|
||
- Upgraded `Azure.Identity` version from 1.10.3 to 1.11.3 [#2492](https://github.com/dotnet/SqlClient/pull/2492), [#2528](https://github.com/dotnet/SqlClient/pull/2528) | ||
dauinsight marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Upgraded `Microsoft.Identity.Client` version from 4.56.0 to 4.60.3 [#2492](https://github.com/dotnet/SqlClient/pull/2492) | ||
- Code Health improvements: [#2467](https://github.com/dotnet/SqlClient/pull/2467) | ||
|
||
### Fixed | ||
|
||
- Fixed connection errors on Linux when Data Source property contains both named instance and port [#2436](https://github.com/dotnet/SqlClient/pull/2436) | ||
- Fixed `SqlConnection.FireInfoMessageEventOnUserErrors` when set to true throws an exception [#2505](https://github.com/dotnet/SqlClient/pull/2505) | ||
- Fixed exception when using `DATETIMEOFFSET(n)` in a TVP if `n` is 1, 2, 3, or 4 [#2506](https://github.com/dotnet/SqlClient/pull/2506) | ||
- Reverted PR [#1983](https://github.com/dotnet/SqlClient/pull/1938) which caused connection failure delays when using `OpenAsync` [#2507](https://github.com/dotnet/SqlClient/pull/2507) | ||
- Fixed `SqlConnection.Clone()` to include `AccessTokenCallback` [#2527](https://github.com/dotnet/SqlClient/pull/2527) | ||
|
||
## Target Platform Support | ||
|
||
- .NET Framework 4.6.2+ (Windows x86, Windows x64) | ||
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) | ||
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) | ||
|
||
### Dependencies | ||
|
||
#### .NET Framework | ||
|
||
- Microsoft.Data.SqlClient.SNI 5.2.0 | ||
- Azure.Identity 1.11.3 | ||
- Microsoft.Identity.Client 4.60.3 | ||
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 | ||
- Microsoft.IdentityModel.JsonWebTokens 6.35.0 | ||
- System.Buffers 4.5.1 | ||
- System.Configuration.ConfigurationManager 6.0.1 | ||
- System.Runtime.InteropServices.RuntimeInformation 4.3.0 | ||
- System.Text.Encoding.Web 6.0.0 | ||
|
||
#### .NET 6 | ||
|
||
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0 | ||
- Azure.Identity 1.11.3 | ||
- Microsoft.Identity.Client 4.60.3 | ||
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 | ||
- Microsoft.IdentityModel.JsonWebTokens 6.35.0 | ||
- Microsoft.SqlServer.Server 1.0.0 | ||
- System.Configuration.ConfigurationManager 6.0.1 | ||
- System.Runtime.Caching 6.0.0 | ||
|
||
#### .NET 8 | ||
|
||
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0 | ||
- Azure.Identity 1.11.3 | ||
- Microsoft.Identity.Client 4.60.3 | ||
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 | ||
- Microsoft.IdentityModel.JsonWebTokens 6.35.0 | ||
- Microsoft.SqlServer.Server 1.0.0 | ||
- System.Configuration.ConfigurationManager 8.0.0 | ||
- System.Runtime.Caching 8.0.0 | ||
|
||
#### .NET Standard 2.0 | ||
|
||
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0 | ||
- Azure.Identity 1.11.3 | ||
- Microsoft.Identity.Client 4.60.3 | ||
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 | ||
- Microsoft.IdentityModel.JsonWebTokens 6.35.0 | ||
- Microsoft.SqlServer.Server 1.0.0 | ||
- Microsoft.Win32.Registry 5.0.0 | ||
- System.Buffers 4.5.1 | ||
- System.Configuration.ConfigurationManager 6.0.1 | ||
- System.Diagnostics.DiagnosticSource 6.0.1 | ||
- System.Runtime.Caching 6.0.0 | ||
- System.Text.Encoding.CodePages 6.0.0 | ||
- System.Text.Encodings.Web 6.0.0 | ||
- System.Runtime.Loader 4.3.0 | ||
- System.Security.Cryptography.Cng 5.0.0 | ||
- System.Security.Principal.Windows 5.0.0 | ||
|
||
#### .NET Standard 2.1 | ||
|
||
- Microsoft.Data.SqlClient.SNI.runtime 5.2.0 | ||
- Azure.Identity 1.11.3 | ||
- Microsoft.Identity.Client 4.60.3 | ||
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0 | ||
- Microsoft.IdentityModel.JsonWebTokens 6.35.0 | ||
- Microsoft.SqlServer.Server 1.0.0 | ||
- Microsoft.Win32.Registry 5.0.0 | ||
- System.Configuration.ConfigurationManager 6.0.1 | ||
- System.Diagnostics.DiagnosticSource 6.0.1 | ||
- System.Runtime.Caching 6.0.0 | ||
- System.Text.Encoding.CodePages 6.0.0 | ||
- System.Text.Encodings.Web 6.0.0 | ||
- System.Runtime.Loader 4.3.0 | ||
- System.Security.Cryptography.Cng 5.0.0 | ||
- System.Security.Principal.Windows 5.0.0 | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.