Blog Post

SQL Server Blog
1 MIN READ

Released: Microsoft.Data.SqlClient 1.1.1

David-Engel's avatar
David-Engel
Steel Contributor
Feb 14, 2020

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

Published Feb 14, 2020
Version 1.0
No CommentsBe the first to comment

Share