Skip to content

Commit 85044cd

Browse files
authored
6.0.0 preview3 release notes (#3036)
1 parent 53c781a commit 85044cd

File tree

4 files changed

+116
-0
lines changed

4 files changed

+116
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ 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+
# Release Notes
8+
9+
## [Preview Release 6.0.0-preview3.24332.3] - 2024-11-27
10+
11+
This update brings the below changes over the previous release:
12+
13+
## Breaking Changes
14+
- Dropped support for .NET 6 [#2927](https://github.com/dotnet/SqlClient/pull/2927)
15+
- Removed SQL 2000 client-side debugging support for .NET Framework [#2981](https://github.com/dotnet/SqlClient/pull/2981), [#2940](https://github.com/dotnet/SqlClient/pull/2940)
16+
17+
### Added
18+
- Enabled NuGet package auditing via NuGet.org audit source [#3024](https://github.com/dotnet/SqlClient/pull/3024)
19+
- Added support for .NET 9 [#2946](https://github.com/dotnet/SqlClient/pull/2946)
20+
- Added dependency on System.Security.Cryptography.Pkcs:9.0.0 to address [SYSLIB0057](https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0057)[#2946](https://github.com/dotnet/SqlClient/pull/2946)
21+
- Added dependency on Microsoft.Bcl.Cryptography:9.0.0 [#2946](https://github.com/dotnet/SqlClient/pull/2946)
22+
- Added missing SqlCommand_BeginExecuteReader code sample [#3009](https://github.com/dotnet/SqlClient/pull/3009)
23+
- Added support for SqlConnectionOverrides in OpenAsync() API [#2433](https://github.com/dotnet/SqlClient/pull/2433)
24+
- Added localization in Czech, Polish, and Turkish [#2987](https://github.com/dotnet/SqlClient/pull/2987)
25+
26+
### Fixed
27+
- Reverted default value of UseMinimumLoginTimeout context switch to 'true' [#2419](https://github.com/dotnet/SqlClient/pull/2419)
28+
- Added missing DynamicallyAccessedMembers attributes in .NET Runtime reference assemblies. [#2946](https://github.com/dotnet/SqlClient/pull/2946)
29+
- Synchronized dependencies of Reference Assemblies with Runtime assemblies [#2878](https://github.com/dotnet/SqlClient/pull/2878)
30+
- Fixed lazy initialization of the _SqlMetaData hidden column map for .NET Framework [#2964](https://github.com/dotnet/SqlClient/pull/2964)
31+
32+
### Changed
33+
- Updated Microsoft.Extensions.Caching.Memory to 9.0.0 for all frameworks [#2946](https://github.com/dotnet/SqlClient/pull/2946)
34+
- Updated System.Configuration.ConfigurationManager to 9.0.0 [#2946](https://github.com/dotnet/SqlClient/pull/2946)
35+
- Updated docs to use absolute links [#2949](https://github.com/dotnet/SqlClient/pull/2949)
36+
- Removed System.Text.Json dependency from .NET 8 [#2930](https://github.com/dotnet/SqlClient/pull/2930)
37+
738
## [Preview Release 6.0.0-preview2.24304.8] - 2024-10-30
839

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

release-notes/6.0/6.0.0-preview3.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# Release Notes
2+
3+
## [Preview Release 6.0.0-preview3.24332.3] - 2024-11-27
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Contributors
8+
9+
Thanks to the following public contributors. Their efforts toward this project are very much appreciated.
10+
11+
- [MichelZ](https://github.com/MichelZ)
12+
- [EamonHetherton](https://github.com/EamonHetherton)
13+
- [edwardneal](https://github.com/edwardneal)
14+
- [deadlydog](https://github.com/deadlydog)
15+
- [mus65](https://github.com/mus65)
16+
17+
## Breaking Changes
18+
- Dropped support for .NET 6 [#2927](https://github.com/dotnet/SqlClient/pull/2927)
19+
- Removed SQL 2000 client-side debugging support for .NET Framework [#2981](https://github.com/dotnet/SqlClient/pull/2981), [#2940](https://github.com/dotnet/SqlClient/pull/2940)
20+
21+
### Added
22+
- Enabled NuGet package auditing via NuGet.org audit source [#3024](https://github.com/dotnet/SqlClient/pull/3024)
23+
- Added support for .NET 9 [#2946](https://github.com/dotnet/SqlClient/pull/2946)
24+
- Added dependency on System.Security.Cryptography.Pkcs:9.0.0 to address [SYSLIB0057](https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0057)[#2946](https://github.com/dotnet/SqlClient/pull/2946)
25+
- Added dependency on Microsoft.Bcl.Cryptography:9.0.0 [#2946](https://github.com/dotnet/SqlClient/pull/2946)
26+
- Added missing SqlCommand_BeginExecuteReader code sample [#3009](https://github.com/dotnet/SqlClient/pull/3009)
27+
- Added support for SqlConnectionOverrides in OpenAsync() API [#2433](https://github.com/dotnet/SqlClient/pull/2433)
28+
- Added localization in Czech, Polish, and Turkish [#2987](https://github.com/dotnet/SqlClient/pull/2987)
29+
30+
### Fixed
31+
- Reverted default value of UseMinimumLoginTimeout context switch to 'true' [#2419](https://github.com/dotnet/SqlClient/pull/2419)
32+
- Added missing DynamicallyAccessedMembers attributes in .NET Runtime reference assemblies. [#2946](https://github.com/dotnet/SqlClient/pull/2946)
33+
- Synchronized dependencies of Reference Assemblies with Runtime assemblies [#2878](https://github.com/dotnet/SqlClient/pull/2878)
34+
- Fixed lazy initialization of the _SqlMetaData hidden column map for .NET Framework [#2964](https://github.com/dotnet/SqlClient/pull/2964)
35+
36+
### Changed
37+
- Updated Microsoft.Extensions.Caching.Memory to 9.0.0 for all frameworks [#2946](https://github.com/dotnet/SqlClient/pull/2946)
38+
- Updated System.Configuration.ConfigurationManager to 9.0.0 [#2946](https://github.com/dotnet/SqlClient/pull/2946)
39+
- Updated docs to use absolute links [#2949](https://github.com/dotnet/SqlClient/pull/2949)
40+
- Removed System.Text.Json dependency from .NET 8 [#2930](https://github.com/dotnet/SqlClient/pull/2930)
41+
42+
## Target Platform Support
43+
- .NET Framework 4.6.2+ (Windows x86, Windows x64)
44+
- .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
45+
46+
### Dependencies
47+
48+
#### .NET Framework
49+
50+
- Azure.Identity 1.11.4
51+
- Microsoft.Bcl.Cryptography 9.0.0
52+
- Microsoft.Data.SqlClient.SNI 6.0.0-preview1.24226.4
53+
- Microsoft.Extensions.Caching.Memory 9.0.0
54+
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
55+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
56+
- System.Buffers 4.5.1
57+
- System.Security.Cryptography.Pkcs 9.0.0
58+
- System.Text.Encodings.Web 6.0.0
59+
- System.Text.Json 6.0.10
60+
61+
#### .NET 8
62+
63+
- Azure.Identity 1.11.4
64+
- Microsoft.Bcl.Cryptography 9.0.0
65+
- Microsoft.Data.SqlClient.SNI.runtime 6.0.0-preview1.24226.4
66+
- Microsoft.Extensions.Caching.Memory 9.0.0
67+
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
68+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
69+
- Microsoft.SqlServer.Server 1.0.0
70+
- System.Configuration.ConfigurationManager 9.0.0
71+
- System.Security.Cryptography.Pkcs 9.0.0
72+
73+
#### .NET 9
74+
75+
- Azure.Identity 1.11.4
76+
- Microsoft.Bcl.Cryptography 9.0.0
77+
- Microsoft.Data.SqlClient.SNI.runtime 6.0.0-preview1.24226.4
78+
- Microsoft.Extensions.Caching.Memory 9.0.0
79+
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
80+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
81+
- Microsoft.SqlServer.Server 1.0.0
82+
- System.Configuration.ConfigurationManager 9.0.0
83+
- System.Security.Cryptography.Pkcs 9.0.0

release-notes/6.0/6.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ The following Microsoft.Data.SqlClient 6.0 preview releases have been shipped:
66
| :-- | :-- | :--: |
77
| 2024-08-27 | 6.0.0-preview1.24240.8 | [release notes](6.0.0-preview1.md) |
88
| 2024-10-30 | 6.0.0-preview2.24304.8 | [release notes](6.0.0-preview2.md) |
9+
| 2024-11-27 | 6.0.0-preview3.24332.3 | [release notes](6.0.0-preview3.md) |

release-notes/6.0/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ The following Microsoft.Data.SqlClient 6.0 preview releases have been shipped:
66
| :-- | :-- | :--: |
77
| 2024-08-27 | 6.0.0-preview1.24240.8 | [release notes](6.0.0-preview1.md) |
88
| 2024-10-30 | 6.0.0-preview2.24304.8 | [release notes](6.0.0-preview2.md) |
9+
| 2024-11-27 | 6.0.0-preview3.24332.3 | [release notes](6.0.0-preview3.md) |

0 commit comments

Comments
 (0)