Skip to content

Commit beebb71

Browse files
[Release 6.0.3] Release notes (#3668)
1 parent d05100e commit beebb71

File tree

4 files changed

+84
-6
lines changed

4 files changed

+84
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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+
## [Stable release 6.0.3] - 2025-10-07
8+
9+
This update brings the below changes over the previous stable release:
10+
11+
### Fixed
12+
13+
- Fixed an issue where a Custom SqlClientAuthenticationProvider was being overwritten by default implementation. [#3652](https://github.com/dotnet/SqlClient/pull/3652)
14+
- Fixed a concurrency issue in connection pooling where the number of active connections could be lower than the configured maximum pool size. [#3654](https://github.com/dotnet/SqlClient/pull/3654)
15+
16+
### Changed
17+
18+
- Updated MSAL usage as per code compliance requirements [#3360](https://github.com/dotnet/SqlClient/pull/3360)
19+
- Updated `SqlDecimal` implementation to improve code compliance [#3466](https://github.com/dotnet/SqlClient/pull/3466)
20+
- Updated Azure.Identity and related dependencies [#3553](https://github.com/dotnet/SqlClient/pull/3553)
21+
722
## [Preview Release 7.0.0-preview1.25257.1] - 2025-09-12
823

924
This update brings the following changes since the [6.1.0](release-notes/6.1/6.1.0.md)

release-notes/6.0/6.0.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This update brings the below changes over the previous stable release:
2727
#### .NET Framework
2828

2929
- Azure.Identity 1.11.4
30-
- Microsoft.Bcl.Cryptography 8.0.1
30+
- Microsoft.Bcl.Cryptography 8.0.0
3131
- Microsoft.Data.SqlClient.SNI 6.0.2
3232
- Microsoft.Extensions.Caching.Memory 8.0.1
3333
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
@@ -41,7 +41,7 @@ This update brings the below changes over the previous stable release:
4141
#### .NET 8
4242

4343
- Azure.Identity 1.11.4
44-
- Microsoft.Bcl.Cryptography 8.0.1
44+
- Microsoft.Bcl.Cryptography 8.0.0
4545
- Microsoft.Data.SqlClient.SNI.runtime 6.0.2
4646
- Microsoft.Extensions.Caching.Memory 8.0.1
4747
- Microsoft.IdentityModel.JsonWebTokens 7.5.0

release-notes/6.0/6.0.3.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Release Notes
2+
3+
## [Stable release 6.0.3] - 2025-10-07
4+
5+
This update brings the below changes over the previous stable release:
6+
7+
### Fixed
8+
9+
- Fixed an issue where a Custom SqlClientAuthenticationProvider was being overwritten by default implementation. [#3652](https://github.com/dotnet/SqlClient/pull/3652)
10+
- Fixed a concurrency issue in connection pooling where the number of active connections could be lower than the configured maximum pool size. [#3654](https://github.com/dotnet/SqlClient/pull/3654)
11+
12+
### Changed
13+
14+
- Updated MSAL usage as per code compliance requirements [#3360](https://github.com/dotnet/SqlClient/pull/3360)
15+
- Updated `SqlDecimal` implementation to improve code compliance [#3466](https://github.com/dotnet/SqlClient/pull/3466)
16+
- Updated Azure.Identity and related dependencies [#3553](https://github.com/dotnet/SqlClient/pull/3553)
17+
18+
## Target Platform Support
19+
20+
- .NET Framework 4.6.2+ (Windows ARM64, Windows x64, Windows x86)
21+
- .NET 8.0+ (Linux, macOS, Windows ARM64, Windows x64, Windows x86)
22+
23+
### Dependencies
24+
25+
#### .NET Framework
26+
27+
- Azure.Identity 1.14.2
28+
- Microsoft.Bcl.Cryptography 8.0.0
29+
- Microsoft.Data.SqlClient.SNI 6.0.2
30+
- Microsoft.Extensions.Caching.Memory 8.0.1
31+
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
32+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
33+
- System.Buffers 4.5.1
34+
- System.Security.Cryptography.Pkcs 8.0.1
35+
- System.Text.Encodings.Web 6.0.0
36+
- System.Text.Json 8.0.5
37+
- System.Data.Common 4.3.0
38+
39+
#### .NET 8
40+
41+
- Azure.Identity 1.14.2
42+
- Microsoft.Bcl.Cryptography 8.0.0
43+
- Microsoft.Data.SqlClient.SNI.runtime 6.0.2
44+
- Microsoft.Extensions.Caching.Memory 8.0.1
45+
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
46+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
47+
- Microsoft.SqlServer.Server 1.0.0
48+
- System.Configuration.ConfigurationManager 8.0.1
49+
- System.Security.Cryptography.Pkcs 8.0.1
50+
51+
#### .NET 9
52+
53+
- Azure.Identity 1.14.2
54+
- Microsoft.Bcl.Cryptography 9.0.4
55+
- Microsoft.Data.SqlClient.SNI.runtime 6.0.2
56+
- Microsoft.Extensions.Caching.Memory 9.0.4
57+
- Microsoft.IdentityModel.JsonWebTokens 7.5.0
58+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.0
59+
- Microsoft.SqlServer.Server 1.0.0
60+
- System.Configuration.ConfigurationManager 9.0.4
61+
- System.Security.Cryptography.Pkcs 9.0.4
62+
- System.Text.Json 9.0.5

release-notes/6.0/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ The following Microsoft.Data.SqlClient 6.0 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7-
| 2025-01-15 | 6.0.0 | [release notes](6.0.0.md) |
8-
| 2025-01-23 | 6.0.1 | [release notes](6.0.1.md) |
7+
| 2025-10-07 | 6.0.3 | [release notes](6.0.3.md) |
98
| 2025-04-25 | 6.0.2 | [release notes](6.0.2.md) |
9+
| 2025-01-23 | 6.0.1 | [release notes](6.0.1.md) |
10+
| 2025-01-15 | 6.0.0 | [release notes](6.0.0.md) |
1011

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

1314
| Release Date | Version | Notes |
1415
| :-- | :-- | :--: |
15-
| 2024-08-27 | 6.0.0-preview1.24240.8 | [release notes](6.0.0-preview1.md) |
16-
| 2024-10-30 | 6.0.0-preview2.24304.8 | [release notes](6.0.0-preview2.md) |
1716
| 2024-11-27 | 6.0.0-preview3.24332.3 | [release notes](6.0.0-preview3.md) |
17+
| 2024-10-30 | 6.0.0-preview2.24304.8 | [release notes](6.0.0-preview2.md) |
18+
| 2024-08-27 | 6.0.0-preview1.24240.8 | [release notes](6.0.0-preview1.md) |

0 commit comments

Comments
 (0)