
committed by
GitHub

No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 84 additions and 0 deletions
-
7CHANGELOG.md
-
75release-notes/3.1/3.1.3.md
-
1release-notes/3.1/3.1.md
-
1release-notes/3.1/README.md
@ -0,0 +1,75 @@ |
|||||
|
# Release Notes |
||||
|
|
||||
|
## Microsoft.Data.SqlClient 3.1.3 released 10 March 2023 |
||||
|
|
||||
|
This update brings the below changes over the previous release: |
||||
|
|
||||
|
### Fixed |
||||
|
|
||||
|
- Fixed throttling of token requests by calling AcquireTokenSilent in AAD Integrated/Password flows when the account is already cached.[#1926](https://github.com/dotnet/SqlClient/pull/1926) |
||||
|
- Fixed TDS RPC error on large queries in SqlCommand.ExecuteReaderAsync.[#1939](https://github.com/dotnet/SqlClient/pull/1939) |
||||
|
|
||||
|
## Target Platform Support |
||||
|
|
||||
|
- .NET Framework 4.6.1+ (Windows x86, Windows x64) |
||||
|
- .NET Core 2.1+ (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 4.6.1 |
||||
|
|
||||
|
- Microsoft.Data.SqlClient.SNI 3.0.1 |
||||
|
- Azure.Identity 1.3.0 |
||||
|
- Microsoft.Identity.Client 4.22.0 |
||||
|
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
||||
|
- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
||||
|
- System.Configuration.ConfigurationManager 4.7.0 |
||||
|
- System.Text.Encodings.Web 4.7.2 |
||||
|
|
||||
|
#### .NET Core 2.1 |
||||
|
|
||||
|
- Microsoft.Data.SqlClient.SNI.runtime 3.0.1 |
||||
|
- Microsoft.Win32.Registry 4.7.0 |
||||
|
- System.Security.Principal.Windows 4.7.0 |
||||
|
- System.Text.Encoding.CodePages 4.7.0 |
||||
|
- System.Text.Encodings.Web 4.7.2 |
||||
|
- System.Diagnostics.DiagnosticSource 4.7.0 |
||||
|
- System.Configuration.ConfigurationManager 4.7.0 |
||||
|
- System.Runtime.Caching 4.7.0 |
||||
|
- Azure.Identity 1.3.0 |
||||
|
- Microsoft.Identity.Client 4.22.0 |
||||
|
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
||||
|
- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
||||
|
|
||||
|
#### .NET Core 3.1 |
||||
|
|
||||
|
- Microsoft.Data.SqlClient.SNI.runtime 3.0.1 |
||||
|
- Microsoft.Win32.Registry 4.7.0 |
||||
|
- System.Security.Principal.Windows 4.7.0 |
||||
|
- System.Text.Encoding.CodePages 4.7.0 |
||||
|
- System.Text.Encodings.Web 4.7.2 |
||||
|
- System.Diagnostics.DiagnosticSource 4.7.0 |
||||
|
- System.Configuration.ConfigurationManager 4.7.0 |
||||
|
- System.Runtime.Caching 4.7.0 |
||||
|
- Azure.Identity 1.3.0 |
||||
|
- Microsoft.Identity.Client 4.22.0 |
||||
|
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
||||
|
- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
||||
|
|
||||
|
#### .NET Standard |
||||
|
|
||||
|
- Microsoft.Data.SqlClient.SNI.runtime 3.0.1 |
||||
|
- Microsoft.Win32.Registry 4.7.0 |
||||
|
- System.Buffers 4.5.1 |
||||
|
- System.Memory 4.5.4 |
||||
|
- System.Security.Principal.Windows 4.7.0 |
||||
|
- System.Text.Encoding.CodePages 4.7.0 |
||||
|
- System.Text.Encodings.Web 4.7.2 |
||||
|
- System.Runtime.Caching 4.7.0 |
||||
|
- Azure.Identity 1.3.0 |
||||
|
- Microsoft.Identity.Client 4.22.0 |
||||
|
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0 |
||||
|
- Microsoft.IdentityModel.JsonWebTokens 6.8.0 |
||||
|
- System.Configuration.ConfigurationManager 4.7.0 |
||||
|
- System.Runtime.Loader 4.3.0 |
Write
Preview
Loading…
Cancel
Save
Reference in new issue