Skip to content
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

Hotfix v5.2.1 Release notes #2534

Merged
merged 10 commits into from
May 31, 2024
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Stable release 5.2.1] - 2024-05-28
JRahnama marked this conversation as resolved.
Show resolved Hide resolved

This update brings the below changes over the previous release:

### Changed

- Upgraded `Azure.Identity` version from 1.10.3 to 1.11.3 https://github.com/dotnet/SqlClient/pull/2528
- Code Health improvements: https://github.com/dotnet/SqlClient/pull/2467
dauinsight marked this conversation as resolved.
Show resolved Hide resolved

### Fixed

- Fixed connection error from regression in SNIProxy code changes https://github.com/dotnet/SqlClient/pull/2436
David-Engel marked this conversation as resolved.
Show resolved Hide resolved
- Fixed `SqlConnection.FireInfoMessageEventOnUserErrors` when set to true throws an exception https://github.com/dotnet/SqlClient/pull/2505
- Fixed DateTimeOffset size in TdsValueSetter.cs class file https://github.com/dotnet/SqlClient/pull/2506
David-Engel marked this conversation as resolved.
Show resolved Hide resolved
- Reverted the fix transient fault handling issue with OpenAsync https://github.com/dotnet/SqlClient/pull/2507
David-Engel marked this conversation as resolved.
Show resolved Hide resolved
- Fixed Clone of SqlConnection to include AccessTokenCallback https://github.com/dotnet/SqlClient/pull/2527
David-Engel marked this conversation as resolved.
Show resolved Hide resolved

## [Stable release 5.2.0] - 2024-02-28

### Added
Expand Down
100 changes: 100 additions & 0 deletions release-notes/5.2/5.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
# Release Notes

## [Stable release 5.2.1] - 2024-05-28
JRahnama marked this conversation as resolved.
Show resolved Hide resolved

This update brings the below changes over the previous release:

### Changed

- Upgraded `Azure.Identity` version from 1.10.3 to 1.11.3 https://github.com/dotnet/SqlClient/pull/2528
- Code Health improvements: https://github.com/dotnet/SqlClient/pull/2467

### Fixed

- Fixed connection error from regression in SNIProxy code changes https://github.com/dotnet/SqlClient/pull/2436
David-Engel marked this conversation as resolved.
Show resolved Hide resolved
- Fixed `SqlConnection.FireInfoMessageEventOnUserErrors` when set to true throws an exception https://github.com/dotnet/SqlClient/pull/2505
- Fixed DateTimeOffset size in TdsValueSetter.cs class file https://github.com/dotnet/SqlClient/pull/2506
David-Engel marked this conversation as resolved.
Show resolved Hide resolved
- Reverted the fix transient fault handling issue with OpenAsync https://github.com/dotnet/SqlClient/pull/2507
David-Engel marked this conversation as resolved.
Show resolved Hide resolved
- Fixed Clone of SqlConnection to include AccessTokenCallback https://github.com/dotnet/SqlClient/pull/2527
David-Engel marked this conversation as resolved.
Show resolved Hide resolved

## 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.56.0
dauinsight marked this conversation as resolved.
Show resolved Hide resolved
- 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 5.2.0
dauinsight marked this conversation as resolved.
Show resolved Hide resolved
- Azure.Identity 1.11.3
- Microsoft.Identity.Client 4.56.0
dauinsight marked this conversation as resolved.
Show resolved Hide resolved
- 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.Diagnostics.DiagnosticSource 6.0.1
dauinsight marked this conversation as resolved.
Show resolved Hide resolved
- System.Runtime.Caching 6.0.0

#### .NET 8

- Microsoft.Data.SqlClient.SNI 5.2.0
DavoudEshtehari marked this conversation as resolved.
Show resolved Hide resolved
- Azure.Identity 1.11.3
- Microsoft.Identity.Client 4.56.0
dauinsight marked this conversation as resolved.
Show resolved Hide resolved
- 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.Diagnostics.DiagnosticSource 8.0.0
dauinsight marked this conversation as resolved.
Show resolved Hide resolved
- System.Runtime.Caching 8.0.0

#### .NET Standard 2.0

- Microsoft.Data.SqlClient.SNI 5.2.0
DavoudEshtehari marked this conversation as resolved.
Show resolved Hide resolved
- Azure.Identity 1.11.3
- Microsoft.Identity.Client 4.56.0
dauinsight marked this conversation as resolved.
Show resolved Hide resolved
- 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 5.2.0
DavoudEshtehari marked this conversation as resolved.
Show resolved Hide resolved
- Azure.Identity 1.11.3
- Microsoft.Identity.Client 4.56.0
- 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

1 change: 1 addition & 0 deletions release-notes/5.2/5.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 5.2 stable releases have been shipped:

| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2024/05/28 | 5.2.1 | [release notes](5.2.1.md) |
JRahnama marked this conversation as resolved.
Show resolved Hide resolved
| 2024/02/28 | 5.2.0 | [release notes](5.2.0.md) |

The following Microsoft.Data.SqlClient 5.2 preview releases have been shipped:
Expand Down
1 change: 1 addition & 0 deletions release-notes/5.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 5.2 stable releases have been shipped:

| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2024/05/28 | 5.2.1 | [release notes](5.2.1.md) |
JRahnama marked this conversation as resolved.
Show resolved Hide resolved
| 2024/02/28 | 5.2.0 | [release notes](5.2.0.md) |

The following Microsoft.Data.SqlClient 5.2 preview releases have been shipped:
Expand Down