Skip to content

Commit ab4837b

Browse files
Fix notes
1 parent f9e1148 commit ab4837b

File tree

2 files changed

+27
-40
lines changed

2 files changed

+27
-40
lines changed

CHANGELOG.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,20 @@ 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-
97
## [ Stable Release 6.1.1] - 2025-08-14
8+
109
This update includes the following changes since the [6.1.0](6.1.0.md) release:
1110

1211
### Fixed
13-
- Reverted the packet multiplexing design changes that caused several regressions in 6.1.0, to bring back stability in the driver.
14-
([#3556](https://github.com/dotnet/SqlClient/pull/3556))
15-
- Fixed Vector API signature in Reference assembly.
16-
([#3521](https://github.com/dotnet/SqlClient/pull/3521))
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)
1716

1817
### Changed
19-
- Upgraded `Azure.Identity` and other dependencies to newer versions.
20-
([#3538](https://github.com/dotnet/SqlClient/pull/3538))
21-
([#3552](https://github.com/dotnet/SqlClient/pull/3552))
22-
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))
20+
2321
## [Stable Release 6.1.0] - 2025-07-25
2422

2523
This update brings the following changes since the

release-notes/6.1/6.1.1.md

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,14 @@
55
This update includes the following changes since the [6.1.0](6.1.0.md) release:
66

77
### Fixed
8-
- Reverted the packet multiplexing design changes that caused several regressions in 6.1.0, to bring back stability in the driver.
9-
([#3556](https://github.com/dotnet/SqlClient/pull/3556))
10-
- Fixed Vector API signature in Reference assembly.
11-
([#3521](https://github.com/dotnet/SqlClient/pull/3521))
128

13-
### Changed
14-
- Upgraded `Azure.Identity` and other dependencies to newer versions.
15-
([#3538](https://github.com/dotnet/SqlClient/pull/3538))
16-
([#3552](https://github.com/dotnet/SqlClient/pull/3552))
17-
18-
## Contributors
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)
1912

20-
We thank the following public contributors. Their efforts toward this project are very much appreciated.
13+
### Changed
2114

22-
- [edwardneal](https://github.com/edwardneal)
23-
- [ErikEJ](https://github.com/ErikEJ)
24-
- [MichelZ](https://github.com/MichelZ)
25-
- [twsouthwick](https://github.com/twsouthwick)
26-
- [Wraith2](https://github.com/Wraith2)
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))
2716

2817
## Target Platform Support
2918

@@ -32,20 +21,6 @@ We thank the following public contributors. Their efforts toward this project ar
3221

3322
### Dependencies
3423

35-
#### .NET Standard 2.0
36-
37-
- Azure.Core 1.47.1
38-
- Azure.Identity 1.14.2
39-
- Microsoft.Bcl.Cryptography 9.0.4
40-
- Microsoft.Data.SqlClient.SNI.runtime 6.0.2
41-
- Microsoft.Extensions.Caching.Memory 9.0.4
42-
- Microsoft.IdentityModel.JsonWebTokens 7.7.1
43-
- Microsoft.IdentityModel.Protocols.OpenIdConnect 7.7.1
44-
- Microsoft.SqlServer.Server 1.0.0
45-
- System.Configuration.ConfigurationManager 9.0.4
46-
- System.Security.Cryptography.Pkcs 9.0.4
47-
- System.Text.Json 9.0.5
48-
4924
#### .NET Framework 4.6.2+
5025

5126
- Azure.Core 1.47.1
@@ -88,3 +63,17 @@ We thank the following public contributors. Their efforts toward this project ar
8863
- System.Configuration.ConfigurationManager 9.0.4
8964
- System.Security.Cryptography.Pkcs 9.0.4
9065
- 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

0 commit comments

Comments
 (0)