Skip to content

Commit 54b8eb8

Browse files
Update release notes for v2.1.1 (#857)
1 parent f8c274f commit 54b8eb8

File tree

4 files changed

+85
-0
lines changed

4 files changed

+85
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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 2.1.1] - 2020-12-18
8+
9+
### Fixed
10+
- Fixed issue with System-Assigned Managed Identity in Azure Functions [#841](https://github.com/dotnet/SqlClient/pull/841)
11+
- Fixed issue with Kerberos Authentication for .NET Core in Unix environments [#848](https://github.com/dotnet/SqlClient/pull/848)
12+
- Fixed issue with TCP Keep Alive for .NET Core in Unix environments [#855](https://github.com/dotnet/SqlClient/pull/855)
13+
14+
715
## [Stable Release 2.1.0] - 2020-11-19
816

917
### Added

release-notes/2.1/2.1.1.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Release Notes
2+
3+
## Microsoft.Data.SqlClient 2.1.1 released 18 December 2020
4+
5+
This update brings the below changes over the previous stable release:
6+
7+
### Fixed
8+
- Fixed issue with System-Assigned Managed Identity in Azure Functions [#841](https://github.com/dotnet/SqlClient/pull/841)
9+
- Fixed issue with Kerberos Authentication for .NET Core in Unix environments [#848](https://github.com/dotnet/SqlClient/pull/848)
10+
- Fixed issue with TCP Keep Alive for .NET Core in Unix environments [#855](https://github.com/dotnet/SqlClient/pull/855)
11+
12+
### Target Platform Support
13+
14+
- .NET Framework 4.6+ (Windows x86, Windows x64)
15+
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
16+
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
17+
18+
### Dependencies
19+
20+
#### .NET Framework
21+
22+
- Microsoft.Data.SqlClient.SNI 2.1.1
23+
- Microsoft.Identity.Client 4.21.1
24+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
25+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
26+
27+
#### .NET Core 2.1
28+
29+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
30+
- Microsoft.Win32.Registry 4.7.0
31+
- System.Security.Principal.Windows 4.7.0
32+
- System.Text.Encoding.CodePages 4.7.0
33+
- System.Diagnostics.DiagnosticSource 4.7.0
34+
- System.Configuration.ConfigurationManager 4.7.0
35+
- System.Runtime.Caching 4.7.0
36+
- Microsoft.Identity.Client 4.21.1
37+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
38+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
39+
40+
#### .NET Core 3.1
41+
42+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
43+
- Microsoft.Win32.Registry 4.7.0
44+
- System.Security.Principal.Windows 4.7.0
45+
- System.Text.Encoding.CodePages 4.7.0
46+
- System.Diagnostics.DiagnosticSource 4.7.0
47+
- System.Configuration.ConfigurationManager 4.7.0
48+
- System.Runtime.Caching 4.7.0
49+
- Microsoft.Identity.Client 4.21.1
50+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
51+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
52+
53+
#### .NET Standard 2.0
54+
55+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
56+
- Microsoft.Win32.Registry 4.7.0
57+
- System.Buffers 4.5.1
58+
- System.Memory 4.5.4
59+
- System.Security.Principal.Windows 4.7.0
60+
- System.Text.Encoding.CodePages 4.7.0
61+
- Microsoft.Identity.Client 4.21.1
62+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
63+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
64+
65+
#### .NET Standard 2.1
66+
67+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
68+
- Microsoft.Win32.Registry 4.7.0
69+
- System.Buffers 4.5.1
70+
- System.Memory 4.5.4
71+
- System.Security.Principal.Windows 4.7.0
72+
- System.Text.Encoding.CodePages 4.7.0
73+
- Microsoft.Identity.Client 4.21.1
74+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
75+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0

release-notes/2.1/2.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 2.1 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2020/12/18 | 2.1.1 | [release notes](2.1.1.md) |
78
| 2020/11/19 | 2.1.0 | [release notes](2.1.0.md) |
89

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

release-notes/2.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 2.1 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2020/12/18 | 2.1.1 | [release notes](2.1.1.md) |
78
| 2020/11/19 | 2.1.0 | [release notes](2.1.0.md) |
89

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

0 commit comments

Comments
 (0)