Released: Microsoft.Data.SqlClient 1.1.1

This post has been republished via RSS; it originally appeared at: SQL Server articles.

We recently released an update to Microsoft.Data.SqlClient, version 1.1.1. The update addresses a couple of issues that are important to our customers.

 

We also recently released an update to the Microsoft.Data.SqlClient.SNI package, version 1.1.1, which eliminates its requirement of installing the VC runtime redistributables on client machines.

 

Updates in Microsoft.Data.SqlClient 1.1.1 are:

 

  • Fixed deadlock issues by reverting async changes in SNIPacket #425
  • Updated SNI package reference to include version range #425
    This change allows the Microsoft.Data.SqlClient 1.1.1 package to pick up the updated Microsoft.Data.SqlClient.SNI package, eliminating the inherited requirement of installing the VC runtime redistributables when targeting .NET Framework or .NET Standard on Windows.

 

To get the new package, add a NuGet reference to Microsoft.Data.SqlClient in your application.

 

For the list of changes in Microsoft.Data.SqlClient 1.1.1, you can also see the Release Notes.

 

In addition, we have also released Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 1.1.0, which adds some additional key vault trusted endpoints. The Azure Key Vault Provider is available via a NuGet reference.

 

If you encounter any issues or have any feedback, head over to the SqlClient GitHub repository and submit an issue.

 

David Engel

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.