Skip to content

Commit 7f45d30

Browse files
Release notes for v6.0.2 (#3224)
1 parent 85980b5 commit 7f45d30

File tree

6 files changed

+102
-14
lines changed

6 files changed

+102
-14
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ 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.2] - 2025-04-25
10+
11+
This update brings the below changes over the previous release:
12+
13+
### Fixed
14+
15+
- Fixed possible `NullPointerException` during socket receive [#3283](https://github.com/dotnet/SqlClient/pull/3283)
16+
- Fixed reference assembly definitions for SqlJson APIs [#3169](https://github.com/dotnet/SqlClient/pull/3169)
17+
- Fixed an error reading the output parameter of type JSON while executing stored procedure [#3173](https://github.com/dotnet/SqlClient/pull/3173)
18+
19+
### Changed
20+
- Updated the below dependencies:
21+
- Updated [Microsoft.Bcl.Cryptography](https://www.nuget.org/packages/Microsoft.Bcl.Cryptography/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281)
22+
- Updated [Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281)
23+
- Updated [System.Configuration.ConfigurationManager](https://www.nuget.org/packages/System.Configuration.ConfigurationManager/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281)
24+
- Updated [System.Security.Cryptography.Pkcs](https://www.nuget.org/packages/System.Security.Cryptography.Pkcs/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281)
25+
926
## [Stable release 6.0.1] - 2025-01-23
1027

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

release-notes/6.0/6.0.0.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,29 +180,32 @@ Implemented in PR: [#2433](https://github.com/dotnet/SqlClient/pull/2433)
180180
- .NET 8.0+ (Linux, macOS, Windows ARM64, Windows x64, Windows x86)
181181

182182
### Dependencies
183+
183184
#### .NET Framework
185+
184186
- Azure.Identity 1.11.4
185-
- Microsoft.Bcl.Cryptography 9.0.0
187+
- Microsoft.Bcl.Cryptography 8.0.0
186188
- Microsoft.Data.SqlClient.SNI 6.0.1
187-
- Microsoft.Extensions.Caching.Memory 9.0.0
189+
- Microsoft.Extensions.Caching.Memory 8.0.1
188190
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
189191
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
190192
- System.Buffers 4.5.1
191-
- System.Security.Cryptography.Pkcs 9.0.0
193+
- System.Security.Cryptography.Pkcs 8.0.1
192194
- System.Text.Encodings.Web 6.0.0
193195
- System.Text.Json 6.0.10
196+
- System.Data.Common 4.3.0
194197

195198
#### .NET 8
196199

197200
- Azure.Identity 1.11.4
198-
- Microsoft.Bcl.Cryptography 9.0.0
201+
- Microsoft.Bcl.Cryptography 8.0.0
199202
- Microsoft.Data.SqlClient.SNI.runtime 6.0.1
200-
- Microsoft.Extensions.Caching.Memory 9.0.0
203+
- Microsoft.Extensions.Caching.Memory 8.0.1
201204
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
202205
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
203206
- Microsoft.SqlServer.Server 1.0.0
204-
- System.Configuration.ConfigurationManager 9.0.0
205-
- System.Security.Cryptography.Pkcs 9.0.0
207+
- System.Configuration.ConfigurationManager 8.0.1
208+
- System.Security.Cryptography.Pkcs 8.0.1
206209

207210
#### .NET 9
208211

release-notes/6.0/6.0.1.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,32 @@ This update brings the below changes over the previous stable release:
1919
- .NET 8.0+ (Linux, macOS, Windows ARM64, Windows x64, Windows x86)
2020

2121
### Dependencies
22+
2223
#### .NET Framework
24+
2325
- Azure.Identity 1.11.4
24-
- Microsoft.Bcl.Cryptography 9.0.0
26+
- Microsoft.Bcl.Cryptography 8.0.0
2527
- Microsoft.Data.SqlClient.SNI 6.0.1
26-
- Microsoft.Extensions.Caching.Memory 9.0.0
28+
- Microsoft.Extensions.Caching.Memory 8.0.1
2729
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
2830
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
2931
- System.Buffers 4.5.1
30-
- System.Security.Cryptography.Pkcs 9.0.0
32+
- System.Security.Cryptography.Pkcs 8.0.1
3133
- System.Text.Encodings.Web 6.0.0
3234
- System.Text.Json 6.0.10
35+
- System.Data.Common 4.3.0
3336

3437
#### .NET 8
3538

3639
- Azure.Identity 1.11.4
37-
- Microsoft.Bcl.Cryptography 9.0.0
40+
- Microsoft.Bcl.Cryptography 8.0.0
3841
- Microsoft.Data.SqlClient.SNI.runtime 6.0.1
39-
- Microsoft.Extensions.Caching.Memory 9.0.0
42+
- Microsoft.Extensions.Caching.Memory 8.0.1
4043
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
4144
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
4245
- Microsoft.SqlServer.Server 1.0.0
43-
- System.Configuration.ConfigurationManager 9.0.0
44-
- System.Security.Cryptography.Pkcs 9.0.0
46+
- System.Configuration.ConfigurationManager 8.0.1
47+
- System.Security.Cryptography.Pkcs 8.0.1
4548

4649
#### .NET 9
4750

release-notes/6.0/6.0.2.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Release Notes
2+
3+
## [Stable release 6.0.2] - 2025-04-25
4+
5+
This update brings the below changes over the previous stable release:
6+
7+
### Fixed
8+
9+
- Fixed possible `NullPointerException` during socket receive [#3283](https://github.com/dotnet/SqlClient/pull/3283)
10+
- Fixed reference assembly definitions for SqlJson APIs [#3169](https://github.com/dotnet/SqlClient/pull/3169)
11+
- Fixed an error reading the output parameter of type JSON while executing stored procedure [#3173](https://github.com/dotnet/SqlClient/pull/3173)
12+
13+
### Changed
14+
- Updated the below dependencies:
15+
- Updated [Microsoft.Bcl.Cryptography](https://www.nuget.org/packages/Microsoft.Bcl.Cryptography/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281)
16+
- Updated [Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281)
17+
- Updated [System.Configuration.ConfigurationManager](https://www.nuget.org/packages/System.Configuration.ConfigurationManager/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281)
18+
- Updated [System.Security.Cryptography.Pkcs](https://www.nuget.org/packages/System.Security.Cryptography.Pkcs/9.0.4) from 9.0.0 to 9.0.4 for .NET 9 targeted dll. [#3281](https://github.com/dotnet/SqlClient/pull/3281)
19+
20+
## Target Platform Support
21+
22+
- .NET Framework 4.6.2+ (Windows ARM64, Windows x64, Windows x86)
23+
- .NET 8.0+ (Linux, macOS, Windows ARM64, Windows x64, Windows x86)
24+
25+
### Dependencies
26+
27+
#### .NET Framework
28+
29+
- Azure.Identity 1.11.4
30+
- Microsoft.Bcl.Cryptography 8.0.1
31+
- Microsoft.Data.SqlClient.SNI 6.0.2
32+
- Microsoft.Extensions.Caching.Memory 8.0.1
33+
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
34+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
35+
- System.Buffers 4.5.1
36+
- System.Security.Cryptography.Pkcs 8.0.1
37+
- System.Text.Encodings.Web 6.0.0
38+
- System.Text.Json 6.0.10
39+
- System.Data.Common 4.3.0
40+
41+
#### .NET 8
42+
43+
- Azure.Identity 1.11.4
44+
- Microsoft.Bcl.Cryptography 8.0.1
45+
- Microsoft.Data.SqlClient.SNI.runtime 6.0.2
46+
- Microsoft.Extensions.Caching.Memory 8.0.1
47+
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
48+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
49+
- Microsoft.SqlServer.Server 1.0.0
50+
- System.Configuration.ConfigurationManager 8.0.1
51+
- System.Security.Cryptography.Pkcs 8.0.1
52+
53+
#### .NET 9
54+
55+
- Azure.Identity 1.11.4
56+
- Microsoft.Bcl.Cryptography 9.0.4
57+
- Microsoft.Data.SqlClient.SNI.runtime 6.0.2
58+
- Microsoft.Extensions.Caching.Memory 9.0.4
59+
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
60+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
61+
- Microsoft.SqlServer.Server 1.0.0
62+
- System.Configuration.ConfigurationManager 9.0.4
63+
- System.Security.Cryptography.Pkcs 9.0.4

release-notes/6.0/6.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The following Microsoft.Data.SqlClient 6.0 stable releases have been shipped:
66
| :-- | :-- | :--: |
77
| 2025-01-15 | 6.0.0 | [release notes](6.0.0.md) |
88
| 2025-01-23 | 6.0.1 | [release notes](6.0.1.md) |
9+
| 2025-04-25 | 6.0.2 | [release notes](6.0.2.md) |
910

1011
The following Microsoft.Data.SqlClient 6.0 preview releases have been shipped:
1112

release-notes/6.0/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The following Microsoft.Data.SqlClient 6.0 stable releases have been shipped:
66
| :-- | :-- | :--: |
77
| 2025-01-15 | 6.0.0 | [release notes](6.0.0.md) |
88
| 2025-01-23 | 6.0.1 | [release notes](6.0.1.md) |
9+
| 2025-04-25 | 6.0.2 | [release notes](6.0.2.md) |
910

1011
The following Microsoft.Data.SqlClient 6.0 preview releases have been shipped:
1112

0 commit comments

Comments
 (0)