Skip to content

Commit 363902d

Browse files
Update Release notes for M.D.S v1.1.1 and AKV v1.1.0 (dotnet#431)
1 parent 977fdd8 commit 363902d

File tree

4 files changed

+83
-0
lines changed

4 files changed

+83
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

7+
## [Stable Release 1.1.1] - 2020-02-14
8+
9+
### Fixed
10+
- Fixed deadlock issues by reverting async changes to `SNIPacket` [#425](https://github.com/dotnet/SqlClient/pull/425)
11+
12+
### Changed
13+
- Updated SNI package reference to include version range [#425](https://github.com/dotnet/SqlClient/pull/425)
14+
15+
716
## [Preview Release 2.0.0-preview1.20021.1] - 2020-01-21
817

918
### Added

release-notes/1.1/1.1.1.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Release Notes
2+
3+
## General Availability of Microsoft.Data.SqlClient 1.1.1 released 14 February 2020
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Fixed
8+
- Fixed deadlock issues by reverting async changes to `SNIPacket` [#425](https://github.com/dotnet/SqlClient/pull/425)
9+
10+
### Changed
11+
- Updated SNI package reference to include version range [#425](https://github.com/dotnet/SqlClient/pull/425)
12+
13+
## New Features
14+
15+
New features over the 1.0 release of Microsoft.Data.SqlClient.
16+
17+
- [Always Encrypted with secure enclaves](#always-encrypted-with-secure-enclaves) - Always Encrypted is available starting in Microsoft SQL Server 2016. Secure enclaves are available starting in Microsoft SQL Server 2019.
18+
19+
## Target Platform Support
20+
21+
- .NET Framework 4.6+
22+
- .NET Core 2.1+ (Windows x86, Windows x64, Linux, macOS)
23+
- .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
24+
25+
### Dependencies
26+
27+
#### .NET Framework
28+
29+
- System.Data.Common 4.3.0
30+
- Microsoft.Data.SqlClient.SNI [1.1.0,1.2.0)
31+
- Microsoft.Identity.Client 3.0.8
32+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 5.5.0
33+
- Microsoft.IdentityModel.JsonWebTokens 5.5.0
34+
35+
#### .NET Core
36+
37+
- Microsoft.Win32.Registry 4.5.0
38+
- runtime.native.System.Data.SqlClient.sni 4.4.0
39+
- System.Security.Principal.Windows 4.5.0
40+
- System.Text.Encoding.CodePages 4.5.0
41+
- System.Configuration.ConfigurationManager 4.5.0
42+
- Microsoft.Identity.Client 3.0.8
43+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 5.5.0
44+
- Microsoft.IdentityModel.JsonWebTokens 5.5.0
45+
46+
#### .NET Standard
47+
48+
- Microsoft.Win32.Registry 4.5.0
49+
- runtime.native.System.Data.SqlClient.sni 4.4.0
50+
- System.Buffers 4.4.0
51+
- System.Diagnostics.DiagnosticSource 4.5.0
52+
- System.Memory 4.5.1
53+
- System.Security.Principal.Windows 4.5.0
54+
- System.Text.Encoding.CodePages 4.5.0
55+
- System.Configuration.ConfigurationManager 4.5.0
56+
- Microsoft.Identity.Client 3.0.8
57+
58+
**C++ Runtime Required on Windows**
59+
60+
When running on Windows, this library has a dependency on Microsoft.Data.SqlClient.SNI on .NET Framework and runtime.native.System.Data.SqlClient.sni on .NET Core, which requires the Microsoft Visual C++ Redistributable to be installed:
61+
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
62+
63+
### Always Encrypted with secure enclaves
64+
65+
In general, existing documentation which uses System.Data.SqlClient on .NET Framework should now work with .NET Core, too.
66+
67+
- [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)
68+
- [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)
69+
70+
In order to use the enclave feature, connection strings should include the required attestation protocol and attestation URL. Examples:
71+
72+
- `Attestation Protocol=HGS;Enclave Attestation Url=<attestation_url_for_HGS>`

release-notes/1.1/1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 1.1 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2020/02/14 | 1.1.1 | [release notes](1.1.1.md) |
78
| 2019/11/20 | 1.1.0 | [release notes](1.1.0.md) |
89

910
The following Microsoft.Data.SqlClient 1.1 preview releases have been shipped:

release-notes/1.1/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 1.1 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2020/02/14 | 1.1.1 | [release notes](1.1.1.md) |
78
| 2019/11/20 | 1.1.0 | [release notes](1.1.0.md) |
89

910
The following Microsoft.Data.SqlClient 1.1 preview releases have been shipped:

0 commit comments

Comments
 (0)