Skip to content

Commit 1a0b6fe

Browse files
Release notes for v6.1.1 (#3568)
* Prepare release notes for v6.1.1 * Add release notes file * Date changes * Review changes * Add changed section * Fix notes --------- Co-authored-by: Cheena Malhotra <[email protected]>
1 parent c0b0da5 commit 1a0b6fe

File tree

3 files changed

+93
-1
lines changed

3 files changed

+93
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ 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
7+
## [Stable Release 6.1.1] - 2025-08-14
8+
9+
This update includes the following changes since the [6.1.0](6.1.0.md) release:
10+
11+
### Fixed
12+
13+
- Reverted changes related to improving partial packet detection, fixup, and replay functionality. This revert addresses regressions introduced in 6.1.0. ([#3556](https://github.com/dotnet/SqlClient/pull/3556))
14+
- Applied reference assembly corrections supporting vector, fixed JSON tests, and ensured related tests are enabled. [#3562](https://github.com/dotnet/SqlClient/pull/3562)
15+
- Fixed `SqlVector<T>.Null` API signature in Reference assembly. [#3521](https://github.com/dotnet/SqlClient/pull/3521)
16+
17+
### Changed
18+
19+
- Upgraded `Azure.Identity` and other dependencies to newer versions. ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) ([#3552](https://github.com/dotnet/SqlClient/pull/3552))
820

921
## [Stable Release 6.1.0] - 2025-07-25
1022

release-notes/6.1/6.1.1.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Release Notes
2+
3+
## Stable Release 6.1.1 - 2025-08-14
4+
5+
This update includes the following changes since the [6.1.0](6.1.0.md) release:
6+
7+
### Fixed
8+
9+
- Reverted changes related to improving partial packet detection, fixup, and replay functionality. This revert addresses regressions introduced in 6.1.0. ([#3556](https://github.com/dotnet/SqlClient/pull/3556))
10+
- Applied reference assembly corrections supporting vector, fixed JSON tests, and ensured related tests are enabled. [#3562](https://github.com/dotnet/SqlClient/pull/3562)
11+
- Fixed `SqlVector<T>.Null` API signature in Reference assembly. [#3521](https://github.com/dotnet/SqlClient/pull/3521)
12+
13+
### Changed
14+
15+
- Upgraded `Azure.Identity` and other dependencies to newer versions. ([#3538](https://github.com/dotnet/SqlClient/pull/3538)) ([#3552](https://github.com/dotnet/SqlClient/pull/3552))
16+
17+
## Target Platform Support
18+
19+
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
20+
- .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
21+
22+
### Dependencies
23+
24+
#### .NET Framework 4.6.2+
25+
26+
- Azure.Core 1.47.1
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.7.1
32+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1
33+
- System.Buffers 4.5.1
34+
- System.Data.Common 4.3.0
35+
- System.Security.Cryptography.Pkcs 8.0.1
36+
- System.Text.Encodings.Web 8.0.0
37+
- System.Text.Json 8.0.5
38+
39+
#### .NET 8.0
40+
41+
- Azure.Core 1.47.1
42+
- Azure.Identity 1.14.2
43+
- Microsoft.Bcl.Cryptography 8.0.0
44+
- Microsoft.Data.SqlClient.SNI.runtime 6.0.2
45+
- Microsoft.Extensions.Caching.Memory 8.0.1
46+
- Microsoft.IdentityModel.JsonWebTokens 7.7.1
47+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1
48+
- Microsoft.SqlServer.Server 1.0.0
49+
- System.Configuration.ConfigurationManager 8.0.1
50+
- System.Security.Cryptography.Pkcs 8.0.1
51+
- System.Text.Json 8.0.5
52+
53+
#### .NET 9.0
54+
55+
- Azure.Core 1.47.1
56+
- Azure.Identity 1.14.2
57+
- Microsoft.Bcl.Cryptography 9.0.4
58+
- Microsoft.Data.SqlClient.SNI.runtime 6.0.2
59+
- Microsoft.Extensions.Caching.Memory 9.0.4
60+
- Microsoft.IdentityModel.JsonWebTokens 7.7.1
61+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1
62+
- Microsoft.SqlServer.Server 1.0.0
63+
- System.Configuration.ConfigurationManager 9.0.4
64+
- System.Security.Cryptography.Pkcs 9.0.4
65+
- System.Text.Json 9.0.5
66+
67+
#### .NET Standard 2.0
68+
69+
- Azure.Core 1.47.1
70+
- Azure.Identity 1.14.2
71+
- Microsoft.Bcl.Cryptography 9.0.4
72+
- Microsoft.Data.SqlClient.SNI.runtime 6.0.2
73+
- Microsoft.Extensions.Caching.Memory 9.0.4
74+
- Microsoft.IdentityModel.JsonWebTokens 7.7.1
75+
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1
76+
- Microsoft.SqlServer.Server 1.0.0
77+
- System.Configuration.ConfigurationManager 9.0.4
78+
- System.Security.Cryptography.Pkcs 9.0.4
79+
- System.Text.Json 9.0.5

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

55
| Release Date | Version | Notes |
66
| :-- | :-- | :--: |
7+
| 2025-08-14 | 6.1.1 | [Release Notes](6.1.1.md) |
78
| 2025-07-25 | 6.1.0 | [Release Notes](6.1.0.md) |
89
| 2025-06-27 | 6.1.0-preview2.25178.5 | [Release Notes](6.1.0-preview2.md) |
910
| 2025-04-30 | 6.1.0-preview1.25120.4 | [Release Notes](6.1.0-preview1.md) |

0 commit comments

Comments
 (0)