|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -## Hotfix & Stable release Microsoft.Data.SqlClient 1.0.192349.1 released 6 September 2019 |
| 3 | +## Hotfix & Stable release Microsoft.Data.SqlClient 1.0.19249.1 released 6 September 2019 |
4 | 4 |
|
5 | 5 | This update brings the below changes over the previous stable release [v1.0.19239.1](1.0.19239.1.md):
|
6 | 6 |
|
7 | 7 | ### Fixed
|
| 8 | + |
8 | 9 | - Fixed issues with large data reading in Unix applications when data is spanned over multiple packets. [#171](https://github.com/dotnet/SqlClient/pull/171)
|
9 | 10 |
|
10 | 11 | ### Target Platform Support
|
11 | 12 |
|
12 |
| -* .NET Framework 4.6+ |
13 |
| -* .NET Core 2.1+ (Windows x86, Windows x64, Linux, macOS) |
14 |
| -* .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS) |
| 13 | +- .NET Framework 4.6+ |
| 14 | +- .NET Core 2.1+ (Windows x86, Windows x64, Linux, macOS) |
| 15 | +- .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS) |
15 | 16 |
|
16 | 17 | ### Dependencies
|
17 | 18 |
|
18 | 19 | #### .NET Framework
|
19 | 20 |
|
20 |
| -* System.Data.Common 4.3.0 |
21 |
| -* Microsoft.Data.SqlClient.SNI 1.0.19235.1 |
22 |
| -* Microsoft.Identity.Client 3.0.8 |
| 21 | +- System.Data.Common 4.3.0 |
| 22 | +- Microsoft.Data.SqlClient.SNI 1.0.19235.1 |
| 23 | +- Microsoft.Identity.Client 3.0.8 |
23 | 24 |
|
24 | 25 | #### .NET Core
|
25 | 26 |
|
26 |
| -* Microsoft.Win32.Registry 4.5.0 |
27 |
| -* runtime.native.System.Data.SqlClient.sni 4.4.0 |
28 |
| -* System.Security.Principal.Windows 4.5.0 |
29 |
| -* System.Text.Encoding.CodePages 4.5.0 |
30 |
| -* System.Configuration.ConfigurationManager 4.5.0 |
31 |
| -* Microsoft.Identity.Client 3.0.8 |
| 27 | +- Microsoft.Win32.Registry 4.5.0 |
| 28 | +- runtime.native.System.Data.SqlClient.sni 4.4.0 |
| 29 | +- System.Security.Principal.Windows 4.5.0 |
| 30 | +- System.Text.Encoding.CodePages 4.5.0 |
| 31 | +- System.Configuration.ConfigurationManager 4.5.0 |
| 32 | +- Microsoft.Identity.Client 3.0.8 |
32 | 33 |
|
33 | 34 | #### .NET Standard
|
34 | 35 |
|
35 |
| -* Microsoft.Win32.Registry 4.5.0 |
36 |
| -* runtime.native.System.Data.SqlClient.sni 4.4.0 |
37 |
| -* System.Buffers 4.4.0 |
38 |
| -* System.Diagnostics.DiagnosticSource 4.5.0 |
39 |
| -* System.Memory 4.5.1 |
40 |
| -* System.Security.Principal.Windows 4.5.0 |
41 |
| -* System.Text.Encoding.CodePages 4.5.0 |
42 |
| -* System.Configuration.ConfigurationManager 4.5.0 |
43 |
| -* Microsoft.Identity.Client 3.0.8 |
| 36 | +- Microsoft.Win32.Registry 4.5.0 |
| 37 | +- runtime.native.System.Data.SqlClient.sni 4.4.0 |
| 38 | +- System.Buffers 4.4.0 |
| 39 | +- System.Diagnostics.DiagnosticSource 4.5.0 |
| 40 | +- System.Memory 4.5.1 |
| 41 | +- System.Security.Principal.Windows 4.5.0 |
| 42 | +- System.Text.Encoding.CodePages 4.5.0 |
| 43 | +- System.Configuration.ConfigurationManager 4.5.0 |
| 44 | +- Microsoft.Identity.Client 3.0.8 |
44 | 45 |
|
45 | 46 | ### New Features
|
46 | 47 |
|
47 | 48 | #### New features over .NET Framework 4.7.2 System.Data.SqlClient
|
48 | 49 |
|
49 |
| -* [Active Directory Interactive Authentication](#active-directory-interactive-authentication-(In-.net-framework)) - Applicable to Azure SQL Database and Azure Data Warehouse |
50 |
| -* [Data Classification](#data-classification) - Available in Azure SQL Database and Microsoft SQL Server 2019 since CTP 2.0. |
51 |
| -* [UTF-8 support](#utf-8-support) - Available in Microsoft SQL Server SQL Server 2019 since CTP 2.3. |
| 50 | +- [Active Directory Interactive Authentication](#active-directory-interactive-authentication-(In-.net-framework)) - Applicable to Azure SQL Database and Azure Data Warehouse |
| 51 | +- [Data Classification](#data-classification) - Available in Azure SQL Database and Microsoft SQL Server 2019 since CTP 2.0. |
| 52 | +- [UTF-8 support](#utf-8-support) - Available in Microsoft SQL Server SQL Server 2019 since CTP 2.3. |
52 | 53 |
|
53 | 54 | #### New features over .NET Core 2.2 System.Data.SqlClient
|
54 | 55 |
|
55 |
| -* [Active Directory Password Authentication](#active-directory-password-authentication-(in-.net-core)) - Applicable to Azure SQL Database and Azure Data Warehouse |
56 |
| -* [Data Classification](#data-classification) - Available in Azure SQL Database and Microsoft SQL Server 2019 since CTP 2.0. |
57 |
| -* [UTF-8 support](#utf-8-support) - Available in Microsoft SQL Server SQL Server 2019 since CTP 2.3. |
58 |
| -* [Always Encrypted](#always-encrypted) - Always Encrypted is available in Microsoft SQL Server 2016 and higher. |
| 56 | +- [Active Directory Password Authentication](#active-directory-password-authentication-(in-.net-core)) - Applicable to Azure SQL Database and Azure Data Warehouse |
| 57 | +- [Data Classification](#data-classification) - Available in Azure SQL Database and Microsoft SQL Server 2019 since CTP 2.0. |
| 58 | +- [UTF-8 support](#utf-8-support) - Available in Microsoft SQL Server SQL Server 2019 since CTP 2.3. |
| 59 | +- [Always Encrypted](#always-encrypted) - Always Encrypted is available in Microsoft SQL Server 2016 and higher. |
59 | 60 |
|
60 | 61 | ### Active Directory Interactive Authentication (In .NET Framework)
|
61 | 62 |
|
@@ -132,15 +133,15 @@ UTF-8 support does not require any application code changes. These SqlClient cha
|
132 | 133 |
|
133 | 134 | In general, existing documentation which uses System.Data.SqlClient on .NET Framework **and built-in column master key store providers** should now work with .NET Core, too.
|
134 | 135 |
|
135 |
| -* [Develop using Always Encrypted with .NET Framework Data Provider](https://docs.microsoft.com/sql/relational-databases/security/encryption/develop-using-always-encrypted-with-net-framework-data-provider?view=sql-server-2017) |
136 |
| -* [Always Encrypted: Protect sensitive data and store encryption keys in the Windows certificate store](https://docs.microsoft.com/azure/sql-database/sql-database-always-encrypted) |
| 136 | +- [Develop using Always Encrypted with .NET Framework Data Provider](https://docs.microsoft.com/sql/relational-databases/security/encryption/develop-using-always-encrypted-with-net-framework-data-provider?view=sql-server-2017) |
| 137 | +- [Always Encrypted: Protect sensitive data and store encryption keys in the Windows certificate store](https://docs.microsoft.com/azure/sql-database/sql-database-always-encrypted) |
137 | 138 |
|
138 | 139 | ### Known Issues
|
139 | 140 |
|
140 |
| -* User Data Types (UDTs) may not work with Microsoft.Data.SqlClient. |
| 141 | +- User Data Types (UDTs) may not work with Microsoft.Data.SqlClient. |
141 | 142 |
|
142 | 143 | **Notes:**
|
143 | 144 |
|
144 |
| -* There is no key store provider for Azure Key Vault and Microsoft.Data.SqlClient at this time. |
145 |
| -* Always Encrypted with secure enclaves is not supported with Microsoft.Data.SqlClient. |
146 |
| -* Always Encrypted is only supported against .NET Framework and .NET Core targets. It is not supported against .NET Standard since .NET Standard is missing certain encryption dependencies. |
| 145 | +- There is no key store provider for Azure Key Vault and Microsoft.Data.SqlClient at this time. |
| 146 | +- Always Encrypted with secure enclaves is not supported with Microsoft.Data.SqlClient. |
| 147 | +- Always Encrypted is only supported against .NET Framework and .NET Core targets. It is not supported against .NET Standard since .NET Standard is missing certain encryption dependencies. |
0 commit comments