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
For summary of all changes over v4.1, refer to 5.0.0.md
Breaking changes over preview release v5.0.0-preview2
Added a dependency on the Microsoft.SqlServer.Server package. This new dependency may cause namespace conflicts if your application references that namespace and still has package references (direct or indirect) to System.Data.SqlClient from .NET Core.
Dropped classes from the Microsoft.Data.SqlClient.Server namespace and replaced them with supported types from the Microsoft.SqlServer.Server package.#1585 The affected classes and enums are:
Added support for TDS 8. To use TDS 8, users should specify Encrypt=Strict in the connection string. Strict mode disables TrustServerCertificate (always treated as False in Strict mode). HostNameInCertificate has been added to help some Strict mode scenarios. #1608
Added support for specifying Server SPN and Failover Server SPN on the connection. #1607
Added support for aliases when targeting .NET Core on Windows. #1588
Fixed
Fixed naming, order, and formatting for SqlDiagnosticsListener on .NET Core and .NET. #1637 (dotnet/SqlClient#1637)
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
This update brings the below changes over the previous release:
Breaking changes over preview release v5.0.0-preview2
Dropped classes from the Microsoft.Data.SqlClient.Server namespace and replaced them with supported types from the Microsoft.SqlServer.Server package.#1585 The affected classes and enums are:
Added support for TDS 8. To use TDS 8, users should specify Encrypt=Strict in the connection string. Strict mode disables TrustServerCertificate (always treated as False in Strict mode). HostNameInCertificate has been added to help some Strict mode scenarios. #1608
Added support for specifying Server SPN and Failover Server SPN on the connection. #1607
Added support for aliases when targeting .NET Core on Windows. #1588
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Microsoft.Data.SqlClient from 4.1.0 to 5.0.0.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
... (truncated)
Changelog
Sourced from Microsoft.Data.SqlClient's changelog.
... (truncated)
Commits
8640bfb
Release notes for v5.0.0 (#1681)73875c9
Addressing HostNameInCertificate changes in native SNI (#1680)53b9f0a
Newtonsoft.Json update to 13.0.1 for ManualTesting, XUnitExtensions (#1683)8364c8a
Doc | Address the monikor versions conflict (#1685)e42e388
fix null binary rowversion and add test coverage (#1688)7a8a5de
Add condition to the Azure_AccessToken_UserManagedIdentityTest and Azure_Acce...cabe713
[Scheduled Run] Localized resource files from OneLocBuild6bfdb63
Add check if the FailOverPartner key exists first before retrieving its value...13b8c7d
Change | Using default system protocols for TDS8 on Managed code (#1678)620cf46
Adding TDS8 version for TDSLogin (#1657)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)