Skip to content

Commit 1450ff9

Browse files
[Release 1.1] Release notes for Hotfix v1.1.4 (#977)
1 parent 734daeb commit 1450ff9

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.4] - 2021-03-10
8+
9+
### Fixed
10+
- Fixed wrong results issues by changing the timeout timer to ensure a correct execution state [#950](https://github.com/dotnet/SqlClient/pull/950)
11+
- Fixed MARS header contains errors issue against .NET Framework 4.8+ [#959](https://github.com/dotnet/SqlClient/pull/959)
12+
13+
714
## [Stable Release 1.1.3] - 2020-05-15
815

916
### Fixed

release-notes/1.1/1.1.4.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Release Notes
2+
3+
## General Availability of Microsoft.Data.SqlClient 1.1.4 released 10 March 2021
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Fixed
8+
- Fixed wrong results issues by changing the timeout timer to ensure a correct execution state [#950](https://github.com/dotnet/SqlClient/pull/950)
9+
- Fixed MARS header contains errors issue against .NET Framework 4.8+ [#959](https://github.com/dotnet/SqlClient/pull/959)
10+
11+
12+
## Target Platform Support
13+
14+
- .NET Framework 4.6+
15+
- .NET Core 2.1+ (Windows x86, Windows x64, Linux, macOS)
16+
- .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
17+
18+
### Dependencies
19+
20+
#### .NET Framework
21+
22+
- System.Data.Common 4.3.0
23+
- Microsoft.Data.SqlClient.SNI [1.1.0,1.2.0)
24+
- Microsoft.Identity.Client 3.0.8
25+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 5.5.0
26+
- Microsoft.IdentityModel.JsonWebTokens 5.5.0
27+
28+
#### .NET Core
29+
30+
- Microsoft.Win32.Registry 4.5.0
31+
- runtime.native.System.Data.SqlClient.sni 4.4.0
32+
- System.Security.Principal.Windows 4.5.0
33+
- System.Text.Encoding.CodePages 4.5.0
34+
- System.Configuration.ConfigurationManager 4.5.0
35+
- Microsoft.Identity.Client 3.0.8
36+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 5.5.0
37+
- Microsoft.IdentityModel.JsonWebTokens 5.5.0
38+
39+
#### .NET Standard
40+
41+
- Microsoft.Win32.Registry 4.5.0
42+
- runtime.native.System.Data.SqlClient.sni 4.4.0
43+
- System.Buffers 4.4.0
44+
- System.Diagnostics.DiagnosticSource 4.5.0
45+
- System.Memory 4.5.1
46+
- System.Security.Principal.Windows 4.5.0
47+
- System.Text.Encoding.CodePages 4.5.0
48+
- System.Configuration.ConfigurationManager 4.5.0
49+
- Microsoft.Identity.Client 3.0.8
50+
51+
### Always Encrypted with secure enclaves
52+
53+
In general, existing documentation that uses System.Data.SqlClient on .NET Framework should now work with .NET Core, too.
54+
55+
- [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)
56+
- [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)
57+
58+
In order to use the enclave feature, the connection string should include the required attestation protocol and attestation URL.
59+
60+
Example:
61+
62+
- `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+
| 2021/03/10 | 1.1.4 | [release notes](1.1.4.md) |
78
| 2020/05/15 | 1.1.3 | [release notes](1.1.3.md) |
89
| 2020/04/15 | 1.1.2 | [release notes](1.1.2.md) |
910
| 2020/02/14 | 1.1.1 | [release notes](1.1.1.md) |

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+
| 2021/03/10 | 1.1.4 | [release notes](1.1.4.md) |
78
| 2020/05/15 | 1.1.3 | [release notes](1.1.3.md) |
89
| 2020/04/15 | 1.1.2 | [release notes](1.1.2.md) |
910
| 2020/02/14 | 1.1.1 | [release notes](1.1.1.md) |

0 commit comments

Comments
 (0)