|
| 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 |
0 commit comments