Skip to content

Commit 50767d7

Browse files
authored
Hotfix v4.0.6 Release notes (#2768)
1 parent 6d33e9d commit 50767d7

File tree

4 files changed

+88
-0
lines changed

4 files changed

+88
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,17 @@ This update brings the below changes over the previous release:
504504

505505
- Added new Attestation Protocol `None` for `VBS` enclave types. This protocol will allow users to forgo enclave attestation for VBS enclaves. [#1419](https://github.com/dotnet/SqlClient/pull/1419) [#1425](https://github.com/dotnet/SqlClient/pull/1425)
506506

507+
## [Stable release 4.0.6] - 2024-08-21
508+
509+
### Fixed
510+
511+
- Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool [#2301](https://github.com/dotnet/SqlClient/pull/2301) [#2435](https://github.com/dotnet/SqlClient/pull/2435)
512+
- Fixed AcquireTokenAsync timeout handling for edge cases in ActiveDirectoryAuthenticationProvider [#2707](https://github.com/dotnet/SqlClient/pull/2707)
513+
514+
### Changed
515+
516+
- Code health improvements: [#2147](https://github.com/dotnet/SqlClient/pull/2147), [#2513](https://github.com/dotnet/SqlClient/pull/2513), [#2519](https://github.com/dotnet/SqlClient/pull/2519)
517+
507518
## [Stable release 4.0.5] - 2024-01-09
508519

509520
### Fixed

release-notes/4.0/4.0.6.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Release Notes
2+
3+
## Microsoft.Data.SqlClient 4.0.6 released 21 August 2024
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Fixed
8+
9+
- Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool [#2301](https://github.com/dotnet/SqlClient/pull/2301) [#2435](https://github.com/dotnet/SqlClient/pull/2435)
10+
- Fixed AcquireTokenAsync timeout handling for edge cases in ActiveDirectoryAuthenticationProvider [#2707](https://github.com/dotnet/SqlClient/pull/2707)
11+
12+
### Changed
13+
14+
- Code health improvements: [#2147](https://github.com/dotnet/SqlClient/pull/2147), [#2513](https://github.com/dotnet/SqlClient/pull/2513), [#2519](https://github.com/dotnet/SqlClient/pull/2519)
15+
16+
## Target Platform Support
17+
18+
- .NET Framework 4.6.1+ (Windows x86, Windows x64)
19+
- .NET Core 3.1+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
20+
- .NET Standard 2.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
21+
22+
### Dependencies
23+
24+
#### .NET Framework
25+
26+
- Microsoft.Data.SqlClient.SNI 4.0.1
27+
- Azure.Identity 1.3.0
28+
- Microsoft.Identity.Client 4.22.0
29+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
30+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
31+
- System.Buffers 4.5.1
32+
- System.Configuration.ConfigurationManager 5.0.0
33+
- System.IO 4.3.0
34+
- System.Runtime.InteropServices.RuntimeInformation 4.3.0
35+
- System.Security.Cryptography.Algorithms 4.3.1
36+
- System.Security.Cryptography.Primitives 4.3.0
37+
- System.Text.Encodings.Web 4.7.2
38+
39+
#### .NET Core
40+
41+
- Microsoft.Data.SqlClient.SNI.runtime 4.0.1
42+
- Azure.Identity 1.3.0
43+
- Microsoft.Identity.Client 4.22.0
44+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
45+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
46+
- Microsoft.Win32.Registry 5.0.0
47+
- System.Buffers 4.5.1
48+
- System.Configuration.ConfigurationManager 5.0.0
49+
- System.Diagnostics.DiagnosticSource 5.0.0
50+
- System.IO 4.3.0
51+
- System.Runtime.Caching 5.0.0
52+
- System.Text.Encoding.CodePages 5.0.0
53+
- System.Text.Encodings.Web 4.7.2
54+
- System.Resources.ResourceManager 4.3.0
55+
- System.Security.Cryptography.Cng 5.0.0
56+
- System.Security.Principal.Windows 5.0.0
57+
58+
#### .NET Standard
59+
60+
- Microsoft.Data.SqlClient.SNI.runtime 4.0.1
61+
- Azure.Identity 1.3.0
62+
- Microsoft.Identity.Client 4.22.0
63+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 6.8.0
64+
- Microsoft.IdentityModel.JsonWebTokens 6.8.0
65+
- Microsoft.Win32.Registry 5.0.0
66+
- System.Buffers 4.5.1
67+
- System.Configuration.ConfigurationManager 5.0.0
68+
- System.IO 4.3.0
69+
- System.Runtime.Caching 5.0.0
70+
- System.Text.Encoding.CodePages 5.0.0
71+
- System.Text.Encodings.Web 4.7.2
72+
- System.Resources.ResourceManager 4.3.0
73+
- System.Runtime.Loader 4.3.0
74+
- System.Security.Cryptography.Cng 5.0.0
75+
- System.Security.Principal.Windows 5.0.0

release-notes/4.0/4.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The following Microsoft.Data.SqlClient 4.0 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2024/08/21 | 4.0.6 | [release notes](4.0.6.md) |
78
| 2024/01/09 | 4.0.5 | [release notes](4.0.5.md) |
89
| 2023/10/30 | 4.0.4 | [release notes](4.0.4.md) |
910
| 2023/04/20 | 4.0.3 | [release notes](4.0.3.md) |

release-notes/4.0/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 4.0 stable releases have been shipped:
44

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2024/08/21 | 4.0.6 | [release notes](4.0.6.md) |
78
| 2024/01/09 | 4.0.5 | [release notes](4.0.5.md) |
89
| 2023/10/30 | 4.0.4 | [release notes](4.0.4.md) |
910
| 2023/04/20 | 4.0.3 | [release notes](4.0.3.md) |

0 commit comments

Comments
 (0)