Skip to content

Commit af6b1c1

Browse files
[Hotfix 2.1.5] | Release notes (#1748)
1 parent db7f451 commit af6b1c1

File tree

4 files changed

+92
-0
lines changed

4 files changed

+92
-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.5] - 2022-08-30
8+
9+
### Fixed
10+
11+
- Added CommandText length validation when using stored procedure command types. [#1726](https://github.com/dotnet/SqlClient/pull/1726)
12+
- Fixed Kerberos authentication failure when using .NET 6. [#1727](https://github.com/dotnet/SqlClient/pull/1727)
13+
- Removed union overlay design and used reflection in `SqlTypeWorkarounds`. [#1729](https://github.com/dotnet/SqlClient/pull/1729)
14+
715
## [Stable Release 2.1.4] - 2021-09-20
816

917
### Fixed

release-notes/2.1/2.1.5.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# Release Notes
2+
3+
## Microsoft.Data.SqlClient 2.1.5 released 30 August 2022
4+
5+
This update brings the below changes over the previous stable release:
6+
7+
### Fixed
8+
9+
- Added CommandText length validation when using stored procedure command types. [#1726](https://github.com/dotnet/SqlClient/pull/1726)
10+
- Fixed Kerberos authentication failure when using .NET 6. [#1727](https://github.com/dotnet/SqlClient/pull/1727)
11+
- Removed union overlay design and used reflection in `SqlTypeWorkarounds`. [#1729](https://github.com/dotnet/SqlClient/pull/1729)
12+
13+
### Target Platform Support
14+
15+
- .NET Framework 4.6+ (Windows x86, Windows x64)
16+
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
17+
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
18+
19+
### Ensure connections fail when encryption is required
20+
21+
In scenarios where client encryption libraries were disabled or unavailable, it was possible for unencrypted connections to be made when Encrypt was set to true or the server required encryption.
22+
23+
### Dependencies
24+
25+
#### .NET Framework
26+
27+
- Microsoft.Data.SqlClient.SNI 2.1.1
28+
- Microsoft.Identity.Client 4.21.1
29+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
30+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
31+
32+
#### .NET Core 2.1
33+
34+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
35+
- Microsoft.Win32.Registry 4.7.0
36+
- System.Security.Principal.Windows 4.7.0
37+
- System.Text.Encoding.CodePages 4.7.0
38+
- System.Diagnostics.DiagnosticSource 4.7.0
39+
- System.Configuration.ConfigurationManager 4.7.0
40+
- System.Runtime.Caching 4.7.0
41+
- Microsoft.Identity.Client 4.21.1
42+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
43+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
44+
45+
#### .NET Core 3.1
46+
47+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
48+
- Microsoft.Win32.Registry 4.7.0
49+
- System.Security.Principal.Windows 4.7.0
50+
- System.Text.Encoding.CodePages 4.7.0
51+
- System.Diagnostics.DiagnosticSource 4.7.0
52+
- System.Configuration.ConfigurationManager 4.7.0
53+
- System.Runtime.Caching 4.7.0
54+
- Microsoft.Identity.Client 4.21.1
55+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
56+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
57+
58+
#### .NET Standard 2.0
59+
60+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
61+
- Microsoft.Win32.Registry 4.7.0
62+
- System.Buffers 4.5.1
63+
- System.Memory 4.5.4
64+
- System.Security.Principal.Windows 4.7.0
65+
- System.Text.Encoding.CodePages 4.7.0
66+
- System.Runtime.Caching 4.7.0
67+
- Microsoft.Identity.Client 4.21.1
68+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
69+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
70+
71+
#### .NET Standard 2.1
72+
73+
- Microsoft.Data.SqlClient.SNI.runtime 2.1.1
74+
- Microsoft.Win32.Registry 4.7.0
75+
- System.Buffers 4.5.1
76+
- System.Memory 4.5.4
77+
- System.Security.Principal.Windows 4.7.0
78+
- System.Text.Encoding.CodePages 4.7.0
79+
- System.Runtime.Caching 4.7.0
80+
- Microsoft.Identity.Client 4.21.1
81+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
82+
- 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+
| 2022/08/30 | 2.1.5 | [release notes](2.1.5.md) |
78
| 2021/09/20 | 2.1.4 | [release notes](2.1.4.md) |
89
| 2021/05/21 | 2.1.3 | [release notes](2.1.3.md) |
910
| 2021/03/03 | 2.1.2 | [release notes](2.1.2.md) |

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+
| 2022/08/30 | 2.1.5 | [release notes](2.1.5.md) |
78
| 2021/09/20 | 2.1.4 | [release notes](2.1.4.md) |
89
| 2021/05/21 | 2.1.3 | [release notes](2.1.3.md) |
910
| 2021/03/03 | 2.1.2 | [release notes](2.1.2.md) |

0 commit comments

Comments
 (0)