Particular / TimeoutMigrationTool

Other
4 stars 1 forks source link

Bump Microsoft.Data.SqlClient from 5.1.1 to 5.1.2 #589

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Bumps Microsoft.Data.SqlClient from 5.1.1 to 5.1.2.

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

Stable Release v5.1.2

[Stable release 5.1.2] - 2023-10-26

Fixed

  • Fixed access violation when using SQL Express user instance. #2101
  • Fixed Always Encrypted secure enclave retry logic for async queries. #1988
  • Fixed LocalDb and managed SNI by improving the error messages and avoid falling back to the local service. #2129
  • Fixed .NET and .NET Standard file version. 2093
  • Fixed non-string values and SqlConnectionStringBuilder property indexer issue. #2018
  • Fixed SqlConnectionEncryptOption type conversion by introducing the SqlConnectionEncryptOptionConverter attribute when using appsettings.json files. #2057
  • Fixed Transient fault handling issue with OpenAsync. #1983
  • Fixed activity correlator to continue use of same GUID for connection activity. #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

For summary of all changes over v5.1.1, refer to 5.1.2.md

Changelog

Sourced from Microsoft.Data.SqlClient's changelog.

[Stable release 5.1.2] - 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
  • Improved parsing buffered characters in TdsParser. #1544
  • Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. #1974
  • Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. #1848
  • Code health improvements:#1943#1949#1198#1829

Fixed

  • Fixed access violation when using SQL Express user instance. #2101
  • Fixed Always Encrypted secure enclave retry logic for async queries. #1988
  • Fixed LocalDb and managed SNI by improving the error messages and avoid falling back to the local service. #2129
  • Fixed .NET and .NET Standard file version. 2093
  • Fixed non-string values and SqlConnectionStringBuilder property indexer issue. #2018
  • Fixed SqlConnectionEncryptOption type conversion by introducing the SqlConnectionEncryptOptionConverter attribute when using appsettings.json files. #2057
  • Fixed Transient fault handling issue with OpenAsync. #1983
  • Fixed activity correlator to continue use of same GUID for connection activity. #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
Commits
  • 3fd439b Merged PR 4037: [5.1.2] | Fix activity correlator to continue using same GUID...
  • 7ad5c58 Merged PR 4038: [5.1.2] Fix | AE enclave retry logic not working for async qu...
  • f85aa55 Merged PR 4029: [5.1.2] Fix | Adding non-string support to SqlConnectionStrin...
  • c5dc895 Merged PR 4039: [5.1.2] | Fix .NET and .NET standard file version (#2093)
  • 0df83f4 Merged PR 4031: [5.1.2] | Fix access violation when using Express user instan...
  • b9f133b Merged PR 4036: [5.1.2] Fix | LocalDb and managed SNI (#2129)
  • 1dba81c Merged PR 4034: [5.1.2] | Update SNI version (#2123)
  • 0b51b63 Merged PR 4030: [5.1.2] Fix | Adding type convertor support for SqlConnection...
  • 80d1f47 Merged PR 4035: [5.1.2] | Fix Transient fault handling issue with OpenAsync (...
  • 39cedc8 Test | Disable SqlConnectionReliabilityTest.ConcurrentExecution test (#1998) ...
  • See full diff in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.