Skip to content

Commit 85980b5

Browse files
authored
Prepare MDS 5.1.7 release notes (#3297)
1 parent 93b6be2 commit 85980b5

File tree

4 files changed

+97
-20
lines changed

4 files changed

+97
-20
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,26 @@ This update brings the below changes over the previous release:
359359
- Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. [#1848](https://github.com/dotnet/SqlClient/pull/1848)
360360
- 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)
361361

362+
## [Stable release 5.1.7] - 2025-04-25
363+
364+
This update brings the following changes since the 5.1.6 release:
365+
366+
### Fixed
367+
368+
- Fixed possible `NullPointerException` during socket receive (PR [#3285](https://github.com/dotnet/SqlClient/pull/3285))
369+
- Fixed inconsistencies between source and reference projects (PR [#3180](https://github.com/dotnet/SqlClient/pull/3180))
370+
371+
### Changed
372+
373+
- Updated the following dependencies:
374+
- [Microsoft.Data.SqlClient.SNI](https://www.nuget.org/packages/Microsoft.Data.SqlClient.SNI/5.1.2) 5.1.1 to 5.1.2 for .NET Framework on Windows (PR [#3294](https://github.com/dotnet/SqlClient/pull/3294))
375+
- [Microsoft.Data.SqlClient.SNI.runtime](https://www.nuget.org/packages/Microsoft.Data.SqlClient.SNI.runtime/5.1.2) 5.1.1 to 5.1.2 for .NET on Windows (PR [#3294](https://github.com/dotnet/SqlClient/pull/3294))
376+
- [Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/6.0.3) 6.0.1 to 6.0.3 - Avoid [CVE-2024-43483](https://github.com/advisories/GHSA-qj66-m88j-hmgj) (PR [#3068](https://github.com/dotnet/SqlClient/pull/3068))
377+
- [Microsoft.Extensions.Hosting](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/6.0.1) 6.0.0 to 6.0.1 - Avoid transitive dependency on vulnerable [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/6.0.0) 6.0.0 (PR [#3207](https://github.com/dotnet/SqlClient/pull/3207))
378+
- [System.Private.Uri](https://www.nuget.org/packages/System.Private.Uri) 4.3.2 - Avoid transitive [CVE-2019-0820](https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2019-0820) (PR [#3077](https://github.com/dotnet/SqlClient/pull/3077))
379+
- [System.Text.Encodings.Web](https://www.nuget.org/packages/System.Text.Encodings.Web/6.0.1) 6.0.0 to 6.0.1 - Avoid transitive downgrade for .NET Framework targets (PR [#3279](https://github.com/dotnet/SqlClient/pull/3279))
380+
- [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/6.0.11) 6.0.11 - Avoid transitive dependencies on older vulnerable versions for .NET Framework targets (PR [#3279](https://github.com/dotnet/SqlClient/pull/3279))
381+
362382
## [Stable release 5.1.6] - 2024-08-27
363383

364384
### Fixed

release-notes/5.1/5.1.7.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Release Notes
2+
3+
## Microsoft.Data.SqlClient 5.1.7 - April 25, 2025
4+
5+
This update brings the following changes since the 5.1.6 release:
6+
7+
### Fixed
8+
9+
- Fixed possible `NullPointerException` during socket receive (PR [#3285](https://github.com/dotnet/SqlClient/pull/3285))
10+
- Fixed inconsistencies between source and reference projects (PR [#3180](https://github.com/dotnet/SqlClient/pull/3180))
11+
12+
### Changed
13+
14+
- Updated the following dependencies:
15+
- [Microsoft.Data.SqlClient.SNI](https://www.nuget.org/packages/Microsoft.Data.SqlClient.SNI/5.1.2) 5.1.1 to 5.1.2 for .NET Framework on Windows (PR [#3294](https://github.com/dotnet/SqlClient/pull/3294))
16+
- [Microsoft.Data.SqlClient.SNI.runtime](https://www.nuget.org/packages/Microsoft.Data.SqlClient.SNI.runtime/5.1.2) 5.1.1 to 5.1.2 for .NET on Windows (PR [#3294](https://github.com/dotnet/SqlClient/pull/3294))
17+
- [Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/6.0.3) 6.0.1 to 6.0.3 - Avoid [CVE-2024-43483](https://github.com/advisories/GHSA-qj66-m88j-hmgj) (PR [#3068](https://github.com/dotnet/SqlClient/pull/3068))
18+
- [Microsoft.Extensions.Hosting](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/6.0.1) 6.0.0 to 6.0.1 - Avoid transitive dependency on vulnerable [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/6.0.0) 6.0.0 (PR [#3207](https://github.com/dotnet/SqlClient/pull/3207))
19+
- [System.Private.Uri](https://www.nuget.org/packages/System.Private.Uri) 4.3.2 - Avoid transitive [CVE-2019-0820](https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2019-0820) (PR [#3077](https://github.com/dotnet/SqlClient/pull/3077))
20+
- [System.Text.Encodings.Web](https://www.nuget.org/packages/System.Text.Encodings.Web/6.0.1) 6.0.0 to 6.0.1 - Avoid transitive downgrade for .NET Framework targets (PR [#3279](https://github.com/dotnet/SqlClient/pull/3279))
21+
- [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/6.0.11) 6.0.11 - Avoid transitive dependencies on older vulnerable versions for .NET Framework targets (PR [#3279](https://github.com/dotnet/SqlClient/pull/3279))
22+
23+
## Target Platform Support
24+
25+
- .NET Framework 4.6.2+ (Windows x86, Windows x64)
26+
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
27+
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
28+
29+
## Dependencies
30+
31+
### .NET Framework
32+
33+
- Azure.Identity 1.11.4
34+
- Microsoft.Data.SqlClient.SNI 5.1.2
35+
- Microsoft.Identity.Client 4.61.3
36+
- Microsoft.IdentityModel.JsonWebTokens 6.35.0
37+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0
38+
- System.Buffers 4.5.1
39+
- System.Configuration.ConfigurationManager 6.0.1
40+
- System.Runtime.InteropServices.RuntimeInformation 4.3.0
41+
- System.Text.Encoding.Web 6.0.1
42+
- System.Text.Json 6.0.11
43+
44+
### .NET
45+
46+
- Azure.Identity 1.11.4
47+
- Microsoft.Data.SqlClient.SNI 5.1.2
48+
- Microsoft.Identity.Client 4.61.3
49+
- Microsoft.IdentityModel.JsonWebTokens 6.35.0
50+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0
51+
- Microsoft.SqlServer.Server 1.0.0
52+
- System.Configuration.ConfigurationManager 6.0.1
53+
- System.Diagnostics.DiagnosticSource 6.0.1
54+
- System.Runtime.Caching 6.0.0
55+
- System.Text.Encoding.CodePages 6.0.0
56+
- System.Text.Encodings.Web 6.0.1
57+
- System.Security.Cryptography.Cng 5.0.0
58+
- System.Security.Principal.Windows 5.0.0
59+
60+
### .NET Standard
61+
62+
- Azure.Identity 1.11.4
63+
- Microsoft.Data.SqlClient.SNI 5.1.2
64+
- Microsoft.Identity.Client 4.61.3
65+
- Microsoft.IdentityModel.JsonWebTokens 6.35.0
66+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.35.0
67+
- Microsoft.SqlServer.Server 1.0.0
68+
- Microsoft.Win32.Registry 5.0.0
69+
- System.Buffers 4.5.1
70+
- System.Configuration.ConfigurationManager 6.0.1
71+
- System.Runtime.Caching 6.0.0
72+
- System.Text.Encoding.CodePages 6.0.0
73+
- System.Text.Encodings.Web 6.0.1
74+
- System.Runtime.Loader 4.3.0
75+
- System.Security.Cryptography.Cng 5.0.0
76+
- System.Security.Principal.Windows 5.0.0

release-notes/5.1/5.1.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

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+
| 2025/04/25 | 5.1.7 | [release notes](5.1.7.md) |
78
| 2024/08/27 | 5.1.6 | [release notes](5.1.6.md) |
89
| 2024/01/29 | 5.1.5 | [release notes](5.1.5.md) |
910
| 2024/01/09 | 5.1.4 | [release notes](5.1.4.md) |

0 commit comments

Comments
 (0)