phnx47 / dapper-repositories

CRUD for Dapper
MIT License
659 stars 203 forks source link

chore(deps): update dependency microsoft.data.sqlclient to v5.1.2 #322

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.Data.SqlClient (source) 5.1.1 -> 5.1.2 age adoption passing confidence

Release Notes

dotnet/sqlclient (Microsoft.Data.SqlClient) ### [`v5.1.2`](https://togithub.com/dotnet/sqlclient/blob/HEAD/CHANGELOG.md#Stable-release-512---2023-10-26) This update brings the below changes over the previous release: ##### Changed - Updated Azure Identity version from 1.7.0 to 1.8.0. [#​1921](https://togithub.com/dotnet/SqlClient/pull/1921) - Improved parsing buffered characters in `TdsParser`. [#​1544](https://togithub.com/dotnet/SqlClient/pull/1544) - Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. [#​1974](https://togithub.com/dotnet/SqlClient/pull/1974) - Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. [#​1848](https://togithub.com/dotnet/SqlClient/pull/1848) - Code health improvements:[#​1943](https://togithub.com/dotnet/SqlClient/pull/1943)[#​1949](https://togithub.com/dotnet/SqlClient/pull/1949)[#​1198](https://togithub.com/dotnet/SqlClient/pull/1198)[#​1829](https://togithub.com/dotnet/SqlClient/pull/1829) ##### Fixed - Fixed access violation when using SQL Express user instance. [#​2101](https://togithub.com/dotnet/SqlClient/pull/2101) - Fixed Always Encrypted secure enclave retry logic for async queries. [#​1988](https://togithub.com/dotnet/SqlClient/pull/1988) - Fixed LocalDb and managed SNI by improving the error messages and avoid falling back to the local service. [#​2129](https://togithub.com/dotnet/SqlClient/pull/2129) - Fixed .NET and .NET Standard file version. [2093](https://togithub.com/dotnet/SqlClient/pull/2093) - Fixed non-string values and `SqlConnectionStringBuilder` property indexer issue. [#​2018](https://togithub.com/dotnet/SqlClient/pull/2018) - Fixed `SqlConnectionEncryptOption` type conversion by introducing the `SqlConnectionEncryptOptionConverter` attribute when using **appsettings.json** files. [#​2057](https://togithub.com/dotnet/SqlClient/pull/2057) - Fixed Transient fault handling issue with `OpenAsync`. [#​1983](https://togithub.com/dotnet/SqlClient/pull/1983) - Fixed activity correlator to continue use of same GUID for connection activity. [#​1997](https://togithub.com/dotnet/SqlClient/pull/1997) ##### Changed - Updated `Microsoft.Data.SqlClient.SNI` (.NET Framework dependency) and `Microsoft.Data.SqlClient.SNI.runtime` (.NET Core/Standard dependency) version to `5.1.1`. [#​2123](https://togithub.com/dotnet/SqlClient/pull/2123)

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 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (010d717) 65.29% compared to head (62d05ba) 65.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #322 +/- ## ======================================= Coverage 65.29% 65.29% ======================================= Files 59 59 Lines 1896 1896 Branches 369 369 ======================================= Hits 1238 1238 Misses 555 555 Partials 103 103 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.