Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Data.SqlClient updated to 4.0.1 #481

Open
1 of 2 tasks
wtgodbe opened this issue Feb 16, 2022 · 1 comment
Open
1 of 2 tasks

Microsoft.Data.SqlClient updated to 4.0.1 #481

wtgodbe opened this issue Feb 16, 2022 · 1 comment
Labels
7.0.0 Breaking change Documented The breaking change has been published to the .NET Core docs

Comments

@wtgodbe
Copy link

wtgodbe commented Feb 16, 2022

Description

We have updated the Microsoft.Data.SqlClient package to 4.0.1.

Version

7.0-preview2

Previous behavior

The old version was 1.0.19249.1

New behavior

We now use 4.0.1. You can see breaking changes in the 4.0 band here: https://github.com/dotnet/SqlClient/blob/main/release-notes/4.0/4.0.0.md#breaking-changes. Note that Encrypt now equals true by default: https://github.com/dotnet/SqlClient/blob/main/release-notes/4.0/4.0.0.md#encrypt-default-value-set-to-true

Type of breaking change

  • Binary incompatible: Existing binaries may encounter a breaking change in behavior, such as failure to load/execute or different run-time behavior.
  • Source incompatible: Source code may encounter a breaking change in behavior when targeting the new runtime/component/SDK, such as compile errors or different run-time behavior.

Reason for change

Updating to most recent versions for improvements in the underlying libraries.

Recommended action

We didn't have to react to any no public API changes from this change, but its possible there are breaking changes in the packages themselves.

Affected APIs

Microsoft.Extensions.Caching.SqlServer

@aspnet aspnet locked and limited conversation to collaborators Feb 16, 2022
@wtgodbe
Copy link
Author

wtgodbe commented Feb 16, 2022

Discussion issue here: dotnet/aspnetcore#40273

@serpent5 serpent5 added Documented The breaking change has been published to the .NET Core docs 7.0.0 labels Mar 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
7.0.0 Breaking change Documented The breaking change has been published to the .NET Core docs
Projects
None yet
Development

No branches or pull requests

2 participants