Blog Post

SQL Server Blog
1 MIN READ

Released: Microsoft.Data.SqlClient 3.1.1

David-Engel's avatar
David-Engel
Steel Contributor
Aug 12, 2022

We have released an update to Microsoft.Data.SqlClient 3.1, version 3.1.1. The update addresses several issues that are important to our customers.

 

Updates in Microsoft.Data.SqlClient 3.1.1 include:

 

Fixed

  • Fixed null SqlBinary as rowversion. #1700
  • Fixed Kerberos authentication failure when using .NET 6. #1696
  • Fixed NullReferenceException during Azure Active Directory authentication. #1695
  • Removed union overlay design and use reflection in SqlTypeWorkarounds. #1699

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 3.1.1, you can also see the Release Notes.

 

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

 

David Engel

Published Aug 12, 2022
Version 1.0
  • Vaccano's avatar
    Vaccano
    Copper Contributor

    If version 3 is still getting feature updates, are we ok to keep using it?  Or should we upgrade to version 4 of Microsoft.Data.SqlClient?  (Asking because the Encrypt default change is causing some issues.)