Update dependency Microsoft.Data.SqlClient to v5 #245
Closed
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.
This PR contains the following updates:
3.0.0
->5.1.1
Release Notes
dotnet/sqlclient (Microsoft.Data.SqlClient)
v5.1.1
This update brings the below changes over the previous release:
Fixed
TransactionScope
connection issue whenEnlist
isenabled
,Pooling
isdisabled
, andNetwork Connection Type
is set toRedirect
. #1967AcquireTokenSilent
. #1966SqlCommand.ExecuteReaderAsync
. #1965NullReferenceException
inGetBytesAsync
. #1964v5.1.0
This update brings the below changes over the previous release:
Fixed
Changed
Microsoft.Data.SqlClient.SNI
(.NET Framework dependency) andMicrosoft.Data.SqlClient.SNI.runtime
(.NET Core/Standard dependency) version to5.1.0
. #1889 which includes fix for AppDomain crash in issue #1418, TLS 1.3 Support, removal of ARM32 binaries, and support for theServerCertificate
option.v5.0.2
Fixed
DisposableTemporaryOnStack
struct. #1980TransactionScope
connection issue whenEnlist
isenabled
,Pooling
isdisabled
, andNetwork Connection Type
is set toRedirect
. #1978SqlCommand.ExecuteReaderAsync
. #1976v5.0.1
Fixed
HostNameInCertificate
connection string property in .NET Framework. #1782null
toSqlConnectionStringBuilder.Encrypt
. #1784ReadAsync()
behavior to register Cancellation token action before streaming results. #1785Changed
Microsoft.Data.SqlClient.SNI
(.NET Framework dependency) andMicrosoft.Data.SqlClient.SNI.runtime
(.NET Core/Standard dependency) version to5.0.1
#1795, which includes the fix for AppDomain crash introducing in issue #1418.v5.0.0
This update brings the below changes over the previous release:
Added
TDS 8
. To use TDS 8, users should specifyEncrypt=Strict
in the connection string. #1608TDS 8
version for TDSLogin. #1657Fixed
FailoverPartner
key on SQL servers with availability group configured. #1614EncryptionOptions
. #1672Microsoft.SqlServer.Server
netcore project package reference. #1654Changed
AuthProviderInfo
struct to be matched the changes in native SNI forTDS 8
server certificate validation. #1680TDS 8
on managed code. #1678Microsoft.Data.SqlClient.SNI
(.NET Framework dependency) andMicrosoft.Data.SqlClient.SNI.runtime
(.NET Core/Standard dependency) version to5.0.0
. #1680v4.1.1
Fixed
v4.1.0
Added
None
forVBS
enclave types. This protocol will allow users to forgo enclave attestation for VBS enclaves. #1419 #1425v4.0.3
Fixed
SqlCommand.ExecuteReaderAsync
.#1987v4.0.2
Fixed
v4.0.1
Added
Added AppContext switch
SuppressInsecureTLSWarning
to allow suppression of TLS security warning when usingEncrypt=false
in the connection string. #1457Fixed
SqlLocalDB
instance pipe name. #1433v4.0.0
Added
SqlClientLogger
class to .NET Core refs and missingSqlClientLogger.LogWarning
method in .NET Framework refs #1392Changed
SqlNotificationInfo
value is received from SQL Server #1378Microsoft.Data.SqlClient.SNI
(.NET Framework dependency) andMicrosoft.Data.SqlClient.SNI.runtime
(.NET Core/Standard dependency) version tov4.0.0
#1391v3.1.3
Fixed
v3.1.2
Added
Fixed
v3.1.1
Fixed
SqlTypeWorkarounds
. #1699v3.1.0
Added
None
forVBS
enclave types. This protocol will allow users to forgo enclave attestation for VBS enclaves. #153942108
and42109
error codes to retriable transient errors list. #1560Fixed
v3.0.1
Fixed
SqlConnection.Open()
for active directory authentication modes. #1270LegacyRowVersionNullBehavior
App Context switch. #1246RetryLogicProvider
when callingSqlCommand.ExecuteScalarAsync
. #1245Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.