phnx47 / dapper-repositories

CRUD for Dapper
MIT License
659 stars 203 forks source link

chore(deps): update dependency microsoft.data.sqlclient to v5.1.0 #250

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 minor 5.0.1 -> 5.1.0

Release Notes

dotnet/sqlclient ### [`v5.1.0`](https://togithub.com/dotnet/sqlclient/blob/HEAD/CHANGELOG.md#Stable-release-510---2023-01-19) This update brings the below changes over the previous release: ##### Fixed - Fixed thread safety of transient error list in configurable retry logic. [#​1882](https://togithub.com/dotnet/SqlClient/pull/1882) - Fixed deadlock when using SinglePhaseCommit with distributed transactions. [#​1801](https://togithub.com/dotnet/SqlClient/pull/1801) - Fixed Dedicated Admin Connections (DAC) to localhost in managed SNI. [#​1865](https://togithub.com/dotnet/SqlClient/pull/1865) ##### Changed - Updated `Microsoft.Data.SqlClient.SNI` (.NET Framework dependency) and `Microsoft.Data.SqlClient.SNI.runtime` (.NET Core/Standard dependency) version to `5.1.0`. [#​1889](https://togithub.com/dotnet/SqlClient/pull/1889) which includes fix for AppDomain crash in issue [#​1418](https://togithub.com/dotnet/SqlClient/issues/1418), TLS 1.3 Support, removal of ARM32 binaries, and support for the `ServerCertificate` option. - Code health improvements [#​1867](https://togithub.com/dotnet/SqlClient/pull/1867) [#​1849](https://togithub.com/dotnet/SqlClient/pull/1849)

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.

codecov[bot] commented 1 year ago

Codecov Report

Base: 65.46% // Head: 65.46% // No change to project coverage :thumbsup:

Coverage data is based on head (cdfe128) compared to base (1b9db67). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #250 +/- ## ======================================= Coverage 65.46% 65.46% ======================================= Files 59 59 Lines 1885 1885 Branches 362 362 ======================================= Hits 1234 1234 Misses 549 549 Partials 102 102 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Serge+K). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Serge+K)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.