Skip to content

Commit 678565b

Browse files
Update release notes for v1.1.2 (#525)
1 parent 8884f63 commit 678565b

File tree

4 files changed

+88
-1
lines changed

4 files changed

+88
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@ 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-
## [Preview Release 2.0.0-preview1.20084.1] - 2020-03-24
7+
## [Stable Release 1.1.2] - 2020-04-15
8+
9+
### Added
10+
- Allowed passing username with Active Directory Interactive Authentication [#493](https://github.com/dotnet/SqlClient/pull/493) [#516](https://github.com/dotnet/SqlClient/pull/516)
11+
12+
### Fixed
13+
- Fixed the ConnectionString's password persistence in .NET Core. [#489](https://github.com/dotnet/SqlClient/pull/489)
14+
- Addressed MARS TDS header containing errors [#510](https://github.com/dotnet/SqlClient/pull/510)
15+
16+
### Changed
17+
- Updated driver libraries to be CLS Compliant [#522](https://github.com/dotnet/SqlClient/pull/522)
18+
19+
20+
## [Preview Release 2.0.0-preview2.20084.1] - 2020-03-24
821

922
### Added
1023
- Added support for capturing EventSource traces in .NET Framework, .NET Core, and .NET Standard applications [#399](https://github.com/dotnet/SqlClient/pull/399) [#461](https://github.com/dotnet/SqlClient/pull/461) [#479](https://github.com/dotnet/SqlClient/pull/479) [#483](https://github.com/dotnet/SqlClient/pull/483) [#484](https://github.com/dotnet/SqlClient/pull/484)

release-notes/1.1/1.1.2.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.2 released 15 April 2020
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
- Allowed passing username with Active Directory Interactive Authentication [#493](https://github.com/dotnet/SqlClient/pull/493) [#516](https://github.com/dotnet/SqlClient/pull/516)
9+
10+
### Fixed
11+
- Fixed the ConnectionString's password persistence in .NET Core. [#489](https://github.com/dotnet/SqlClient/pull/489)
12+
- Addressed MARS TDS header containing errors [#510](https://github.com/dotnet/SqlClient/pull/510)
13+
14+
### Changed
15+
- Updated driver libraries to be CLS Compliant [#522](https://github.com/dotnet/SqlClient/pull/522)
16+
17+
18+
## New Features
19+
20+
New features over the 1.0 release of Microsoft.Data.SqlClient.
21+
22+
- [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.
23+
24+
## Target Platform Support
25+
26+
- .NET Framework 4.6+
27+
- .NET Core 2.1+ (Windows x86, Windows x64, Linux, macOS)
28+
- .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
29+
30+
### Dependencies
31+
32+
#### .NET Framework
33+
34+
- System.Data.Common 4.3.0
35+
- Microsoft.Data.SqlClient.SNI [1.1.0,1.2.0)
36+
- Microsoft.Identity.Client 3.0.8
37+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 5.5.0
38+
- Microsoft.IdentityModel.JsonWebTokens 5.5.0
39+
40+
#### .NET Core
41+
42+
- Microsoft.Win32.Registry 4.5.0
43+
- runtime.native.System.Data.SqlClient.sni 4.4.0
44+
- System.Security.Principal.Windows 4.5.0
45+
- System.Text.Encoding.CodePages 4.5.0
46+
- System.Configuration.ConfigurationManager 4.5.0
47+
- Microsoft.Identity.Client 3.0.8
48+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 5.5.0
49+
- Microsoft.IdentityModel.JsonWebTokens 5.5.0
50+
51+
#### .NET Standard
52+
53+
- Microsoft.Win32.Registry 4.5.0
54+
- runtime.native.System.Data.SqlClient.sni 4.4.0
55+
- System.Buffers 4.4.0
56+
- System.Diagnostics.DiagnosticSource 4.5.0
57+
- System.Memory 4.5.1
58+
- System.Security.Principal.Windows 4.5.0
59+
- System.Text.Encoding.CodePages 4.5.0
60+
- System.Configuration.ConfigurationManager 4.5.0
61+
- Microsoft.Identity.Client 3.0.8
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/04/15 | 1.1.2 | [release notes](1.1.2.md) |
78
| 2020/02/14 | 1.1.1 | [release notes](1.1.1.md) |
89
| 2019/11/20 | 1.1.0 | [release notes](1.1.0.md) |
910

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/04/15 | 1.1.2 | [release notes](1.1.2.md) |
78
| 2020/02/14 | 1.1.1 | [release notes](1.1.1.md) |
89
| 2019/11/20 | 1.1.0 | [release notes](1.1.0.md) |
910

0 commit comments

Comments
 (0)