Skip to content

Commit 7414f87

Browse files
v6.0.0 Release Notes (#3063)
* Adding v6.0.0 release notes, updating related files * Addressing PR comments * Remove win-arm32 from support * Retractively adding ARM64 to net462 support * Adding descriptive paragraphs for bigger features * .NET 8**+** * Update SNI version * Change PR number for SNI vbump * Move PRs for called out additions * Update release-notes/6.0/6.0.0.md Co-authored-by: David Engel <[email protected]> --------- Co-authored-by: David Engel <[email protected]>
1 parent e7be067 commit 7414f87

30 files changed

+283
-31
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
# Release Notes
88

9+
## [Stable release 6.0.0] - 2024-12-09
10+
11+
_No changes since the last preview release_
12+
913
## [Preview Release 6.0.0-preview3.24332.3] - 2024-11-27
1014

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

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Microsoft.Data.SqlClient is a .NET data provider for [Microsoft SQL Server]([url
1111
The Microsoft.Data.SqlClient package supports the following environments:
1212

1313
- .NET Framework 4.6.2+
14-
- .NET 8.0
14+
- .NET 8.0+
1515

1616
## Download
1717

@@ -40,15 +40,17 @@ When targeting .NET on Windows, a package reference to [Microsoft.Data.SqlClient
4040
Special thanks to everyone who has contributed to the project.
4141
We thank you for your continuous support in improving the SqlClient library!
4242

43-
- Wraith ([@Wraith2](https://github.com/Wraith2))
43+
- Edward Neal ([@edwardneal](https://github.com/edwardneal))
4444
- Erik Ejlskov Jensen ([@ErikEJ](https://github.com/ErikEJ))
45-
- Simon Cropp ([@SimonCropp](https://github.com/SimonCropp))
46-
- Stefán Jökull Sigurðarson ([@stebet](https://github.com/stebet))
45+
- Michel Zehnder ([@MichelZ](https://github.com/MichelZ))
4746
- Shay Rojansky ([@roji](https://github.com/roji))
48-
- Stephen Toub ([@stephentoub](https://github.com/stephentoub))
49-
- Rasmus Melchior Jacobsen ([@rmja](https://github.com/rmja))
5047
- Phillip Haydon ([@phillip-haydon](https://github.com/phillip-haydon))
48+
- Rasmus Melchior Jacobsen ([@rmja](https://github.com/rmja))
5149
- Robin Sue ([@Suchiman](https://github.com/Suchiman))
50+
- Simon Cropp ([@SimonCropp](https://github.com/SimonCropp))
51+
- Stefán Jökull Sigurðarson ([@stebet](https://github.com/stebet))
52+
- Stephen Toub ([@stephentoub](https://github.com/stephentoub))
53+
- Wraith ([@Wraith2](https://github.com/Wraith2))
5254

5355
Up-to-date list of contributors: [Contributor Insights](https://github.com/dotnet/SqlClient/graphs/contributors)
5456

release-notes/3.1/3.1.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This update brings the below changes over the previous release:
1717

1818
## Target Platform Support
1919

20-
- .NET Framework 4.6.1+ (Windows x86, Windows x64)
20+
- .NET Framework 4.6.1+ (Windows ARM64, Windows x86, Windows x64)
2121
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
2222
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
2323

release-notes/3.1/3.1.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This update brings the below changes over the previous release:
1111

1212
## Target Platform Support
1313

14-
- .NET Framework 4.6.1+ (Windows x86, Windows x64)
14+
- .NET Framework 4.6.1+ (Windows ARM64, Windows x86, Windows x64)
1515
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
1616
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
1717

release-notes/3.1/3.1.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This update brings the below changes over the previous release:
1414

1515
## Target Platform Support
1616

17-
- .NET Framework 4.6.1+ (Windows x86, Windows x64)
17+
- .NET Framework 4.6.1+ (Windows ARM64, Windows x86, Windows x64)
1818
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
1919
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
2020

release-notes/3.1/3.1.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This update brings the below changes over the previous release:
1111

1212
## Target Platform Support
1313

14-
- .NET Framework 4.6.1+ (Windows x86, Windows x64)
14+
- .NET Framework 4.6.1+ (Windows ARM64, Windows x86, Windows x64)
1515
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
1616
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
1717

release-notes/3.1/3.1.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This update brings the below changes over the previous release:
1717

1818
## Target Platform Support
1919

20-
- .NET Framework 4.6.1+ (Windows x86, Windows x64)
20+
- .NET Framework 4.6.1+ (Windows ARM64, Windows x86, Windows x64)
2121
- .NET Core 2.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
2222
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
2323

release-notes/5.1/5.1.0-preview2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The default value of the `ServerCertificate` connection setting is an empty stri
4242

4343
## Target Platform Support
4444

45-
- .NET Framework 4.6.2+ (Windows x86, Windows x64)
45+
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
4646
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
4747
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
4848

release-notes/5.1/5.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The default value of the `ServerCertificate` connection setting is an empty stri
5959

6060
## Target Platform Support
6161

62-
- .NET Framework 4.6.2+ (Windows x86, Windows x64)
62+
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
6363
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
6464
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
6565

release-notes/5.1/5.1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Thanks to the following public contributors. Their efforts toward this project a
1717

1818
## Target Platform Support
1919

20-
- .NET Framework 4.6.2+ (Windows x86, Windows x64)
20+
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
2121
- .NET 6.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
2222
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
2323

0 commit comments

Comments
 (0)