dotnetcore / SmartSql

SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
https://smartsql.net/
Apache License 2.0
1.1k stars 222 forks source link

Update dependency Microsoft.Data.SqlClient to v4.1.1 #218

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Microsoft.Data.SqlClient (source) nuget patch 4.1.0 -> 4.1.1

Release Notes

dotnet/sqlclient ### [`v4.1.1`](https://togithub.com/dotnet/sqlclient/blob/HEAD/CHANGELOG.md#Stable-release-411---2022-09-13) ##### Fixed - Fixed connection failure by not requiring Certificate Revocation List (CRL) check during authentication. [#​1706](https://togithub.com/dotnet/SqlClient/pull/1706) - Parallelize SSRP requests on Linux and macOS when MultiSubNetFailover is specified. [#​1708](https://togithub.com/dotnet/SqlClient/pull/1708), [#​1746](https://togithub.com/dotnet/SqlClient/pull/1746) - Added CommandText length validation when using stored procedure command types. [#​1709](https://togithub.com/dotnet/SqlClient/pull/1709) - Fixed NullReferenceException during Azure Active Directory authentication. [#​1710](https://togithub.com/dotnet/SqlClient/pull/1710) - Fixed null SqlBinary as rowversion. [#​1712](https://togithub.com/dotnet/SqlClient/pull/1712) - Fixed table's collation overriding with default UTF8 collation. [#​1749](https://togithub.com/dotnet/SqlClient/pull/1749)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.