Skip to content

Releases: dotnet/SqlClient

[AzureKeyVaultProvider] Preview Release v1.0.0-preview1.19295.1

19 Oct 01:33
4a5e510
Compare
Choose a tag to compare

This is the initial public preview release of the new Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider namespace.

This library contains the implementation of Microsoft.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider for accessing Azure Key Vault, and the provider class is named as SqlColumnEncryptionAzureKeyVaultProvider.

Detailed release notes available here.

Preview Release v1.1.0-preview1

02 Oct 19:58
0ae4f71
Compare
Choose a tag to compare
Pre-release

Added

  • Added SqlFileStream support for .NET Framework with Microsoft.Data.SqlTypes.SqlFileStream class introduced. #210
  • Added support for Visual Studio Intellisense with XML Documentation. #210

Changes

  • Synchronized ref definitions with driver classes. #180
  • Updated SNINativeMethodWrapper to provide the underlying error in the inner exception when we fail to load SNI.dll. #225
  • Added .editorconfig file and set formatting rules. #193
  • Changes done to handle statistics well and to cleanup AutoResetEvent on disconnect. #232

Hotfix & Stable Release v1.0.19269.1

26 Sep 22:19
2975004
Compare
Choose a tag to compare

Fixed Issues

  • SqlCommand.StatementCompleted event never being fired #212
  • Added missing Authentication property to SqlConnectionStringBuilder reference assembly
  • Reverted API changes in SqlAuthenticationParameters which had changed the public string Resource property to public string[] Scopes

Detailed release notes are available at 1.0.md

Hotfix & Stable Release v1.0.19249.1

06 Sep 18:02
5b06cda
Compare
Choose a tag to compare

Fixed Issues

  • Fixed issues with large data reading in Unix applications when data is spanned over multiple packets. #171

Detailed release notes are available at 1.0.md

Stable Release v1.0.19239.1

28 Aug 15:55
5483d30
Compare
Choose a tag to compare

New features over .NET Framework 4.7.2 System.Data.SqlClient

  • Active Directory Interactive Authentication - Applicable to Azure SQL Database and Azure Data Warehouse
  • Data Classification - Available in Azure SQL Database and Microsoft SQL Server 2019 since CTP 2.0.
  • UTF-8 support - Available in Microsoft SQL Server SQL Server 2019 since CTP 2.3.

New features over .NET Core 2.2 System.Data.SqlClient

  • Active Directory Password Authentication - Applicable to Azure SQL Database and Azure Data Warehouse
  • Data Classification - Available in Azure SQL Database and Microsoft SQL Server 2019 since CTP 2.0.
  • UTF-8 support - Available in Microsoft SQL Server SQL Server 2019 since CTP 2.3.
  • Always Encrypted - Always Encrypted is available in Microsoft SQL Server 2016 and higher.

Detailed release notes are available at 1.0.md