Skip to content

Update dependency Microsoft.Data.SqlClient to v5

Alessio Parma requested to merge renovate/microsoft.data.sqlclient-5.x into main

This MR contains the following updates:

Package Type Update Change
Microsoft.Data.SqlClient (source) nuget major 4.1.0 -> 5.0.0

Release Notes

dotnet/sqlclient

v5.0.0

This update brings the below changes over the previous release:

Added
  • Added support for TDS 8. To use TDS 8, users should specify Encrypt=Strict in the connection string. #​1608
  • Added TDS 8 version for TDSLogin. #​1657
Fixed
  • Fixed null SqlBinary as rowversion. #​1688
  • Fixed KeyNotFoundException for the FailoverPartner key on SQL servers with availability group configured. #​1614
  • Fixed small inconsistency between netcore and netfx for EncryptionOptions. #​1672
  • Fixed Microsoft.SqlServer.Server netcore project package reference. #​1654
Changed
  • Updated AuthProviderInfo struct to be matched the changes in native SNI for TDS 8 server certificate validation. #​1680
  • Updated default system protocol for TDS 8 on managed code. #​1678
  • Updated Microsoft.Data.SqlClient.SNI (.NET Framework dependency) and Microsoft.Data.SqlClient.SNI.runtime (.NET Core/Standard dependency) version to 5.0.0. #​1680
  • Updated IdentityModel dependency from 6.8.0 to 6.21.0 and IdentityClient from 4.32.2 to 4.45.0. #​1646
  • Changed from union overlay design to reflected interfaces for SqlTypes. 1647

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports