You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added explicit version for major .NET version dependencies on System.Runtime.Caching 8.0.0, System.Configuration.ConfigurationManager 8.0.0, and System.Diagnostics.
Changed Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Protocols.OpenIdConnect version 6.24.0 to 6.35.0 #2290 to address CVE-2024-21319
Updated Microsoft.Data.SqlClient.SNI (.NET Framework dependency) and Microsoft.Data.SqlClient.SNI.runtime (.NET/.NET Standard dependency) version to v5.2.0. #2363, which includes removing dead code and addressing static analysis warnings
Fixed GC behavior in TdsParser by adding array rental capability in TryReadPlpUnicodeChars. #1866
Fixed socket synchronization issue during connect in managed SNI. #1029
Fixed issue with SqlConnectionStringBuilder property indexer not supporting non-string values. #2018
Fixed SqlDataAdapter.Fill and configurable retry logic issue on .NET Framework. #2084
Fixed SqlConnectionEncryptOption type conversion by introducing the SqlConnectionEncryptOptionConverter attribute when using appsettings.json files. #2057
Fixed th-TH culture info issue on Managed SNI. #2066
Fixed an issue when using the Authentication option, but not encrypting on .NET Framework where the server certificate was being incorrectly validated #2224
Fixed a deadlock problem for distributed transactions when on .NET #2161
Fixed an issue with connecting to named instances on named pipes in managed SNI (Linux/macOS) #2142
Fixed LocalDb connection issue with an invalid source when using managed SNI #2129
Fixed an AccessViolationException when using a SQL Express user instance #2101
Fixed a metadata query issue when connecting to Azure SQL Edge #2099
Fixed file version information for .NET and .NET Standard binaries #2093
Fixed the SPN sent for a named instance when using Kerberos authentication on Linux/macOS #2240
Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool #2301
Fixed InvalidCastException when reading an Always Encrypted date or time column #2275
Fixed token caching to prevent expired access tokens from being reused in a connection pool #2273