Skip to content

Commit 5d106fe

Browse files
authored
Release notes 5.1.5 (#2326)
1 parent 644caba commit 5d106fe

File tree

4 files changed

+83
-0
lines changed

4 files changed

+83
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,19 @@ This update brings the below changes over the previous release:
131131
- Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. [#1848](https://github.com/dotnet/SqlClient/pull/1848)
132132
- Code health improvements:[#1943](https://github.com/dotnet/SqlClient/pull/1943)[#1949](https://github.com/dotnet/SqlClient/pull/1949)[#1198](https://github.com/dotnet/SqlClient/pull/1198)[#1829](https://github.com/dotnet/SqlClient/pull/1829)
133133

134+
## [Stable release 5.1.5] - 2024-01-29
135+
136+
This update brings the below changes over the previous release:
137+
138+
### Fixed
139+
140+
- Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool [#2321](https://github.com/dotnet/SqlClient/pull/2321)
141+
- Fixed InvalidCastException when reading an Always Encrypted date or time column [#2324](https://github.com/dotnet/SqlClient/pull/2324)
142+
143+
### Changed
144+
145+
- Changed Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Protocols.OpenIdConnect version 6.24.0 to 6.35.0 [#2320](https://github.com/dotnet/SqlClient/pull/2320) to address [CVE-2024-21319](https://www.cve.org/CVERecord?id=CVE-2024-21319)
146+
134147
## [Stable release 5.1.4] - 2024-01-09
135148

136149
This update brings the below changes over the previous release:

release-notes/5.1/5.1.5.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Release Notes
2+
3+
## Microsoft.Data.SqlClient 5.1.5 released 29 January 2024
4+
5+
This update includes the following changes over the previous release:
6+
7+
### Fixed
8+
9+
- Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool [#2321](https://github.com/dotnet/SqlClient/pull/2321)
10+
- Fixed InvalidCastException when reading an Always Encrypted date or time column [#2324](https://github.com/dotnet/SqlClient/pull/2324)
11+
12+
### Changed
13+
14+
- Changed Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Protocols.OpenIdConnect version 6.24.0 to 6.35.0 [#2320](https://github.com/dotnet/SqlClient/pull/2320) to address [CVE-2024-21319](https://www.cve.org/CVERecord?id=CVE-2024-21319)
15+
16+
## Target Platform Support
17+
18+
- .NET Framework 4.6.2+ (Windows x86, Windows x64)
19+
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
20+
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
21+
22+
### Dependencies
23+
24+
#### .NET Framework
25+
26+
- Microsoft.Data.SqlClient.SNI 5.1.1
27+
- Azure.Identity 1.10.3
28+
- Microsoft.Identity.Client 4.56.2
29+
- Microsoft.IdentityModel.JsonWebTokens 6.35.0
30+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0
31+
- System.Buffers 4.5.1
32+
- System.Configuration.ConfigurationManager 6.0.1
33+
- System.Runtime.InteropServices.RuntimeInformation 4.3.0
34+
- System.Text.Encoding.Web 6.0.0
35+
36+
#### .NET
37+
38+
- Microsoft.Data.SqlClient.SNI 5.1.1
39+
- Azure.Identity 1.10.3
40+
- Microsoft.Identity.Client 4.56.2
41+
- Microsoft.IdentityModel.JsonWebTokens 6.35.0
42+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0
43+
- Microsoft.SqlServer.Server 1.0.0
44+
- System.Configuration.ConfigurationManager 6.0.1
45+
- System.Diagnostics.DiagnosticSource 6.0.0
46+
- System.Runtime.Caching 6.0.0
47+
- System.Text.Encoding.CodePages 6.0.0
48+
- System.Text.Encodings.Web 6.0.0
49+
- System.Security.Cryptography.Cng 5.0.0
50+
- System.Security.Principal.Windows 5.0.0
51+
52+
#### .NET Standard
53+
54+
- Microsoft.Data.SqlClient.SNI 5.1.1
55+
- Azure.Identity 1.10.3
56+
- Microsoft.Identity.Client 4.56.2
57+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0
58+
- Microsoft.IdentityModel.JsonWebTokens 6.35.0
59+
- Microsoft.SqlServer.Server 1.0.0
60+
- Microsoft.Win32.Registry 5.0.0
61+
- System.Buffers 4.5.1
62+
- System.Configuration.ConfigurationManager 6.0.1
63+
- System.Runtime.Caching 6.0.0
64+
- System.Text.Encoding.CodePages 6.0.0
65+
- System.Text.Encodings.Web 6.0.0
66+
- System.Runtime.Loader 4.3.0
67+
- System.Security.Cryptography.Cng 5.0.0
68+
- System.Security.Principal.Windows 5.0.0

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

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2024/01/29 | 5.1.5 | [release notes](5.1.5.md) |
78
| 2024/01/09 | 5.1.4 | [release notes](5.1.4.md) |
89
| 2024/01/09 | 5.1.3 | [release notes](5.1.3.md) |
910
| 2023/10/26 | 5.1.2 | [release notes](5.1.2.md) |

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

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2024/01/29 | 5.1.5 | [release notes](5.1.5.md) |
78
| 2024/01/09 | 5.1.4 | [release notes](5.1.4.md) |
89
| 2024/01/09 | 5.1.3 | [release notes](5.1.3.md) |
910
| 2023/10/26 | 5.1.2 | [release notes](5.1.2.md) |

0 commit comments

Comments
 (0)