Conversation
ebf033d to
3f2d8c1
Compare
|
🚀 Library Upgrade Analysis Initiated Relevant library changes detected. Specialized scans are being initiated. 📋 Direct Dependency Changes
🔬 Scan Execution Details
|
|
✅ Specialized Scans Completed The specialized library scans have completed successfully. The next step is the comparison process and ticket creation. The system will now:
|
|
🚀 Starting AI implementation... Beginning implementation of library upgrade changes. This may take several minutes. Workflow Status
|
AI-Generated Work Ticket Suggestions for Library Upgrades (Comparison Completed)Analysis for Comparison Job: Analysis completed. No definitive migration tickets were produced. Proceeding to attempt AI implementation based on the PR diff using the fallback path.
|
✅ AI Library Upgrade Workflow CompleteWorkflow Status
Result: Analysis Complete - No Changes Needed✅ The AI analysis completed successfully, but no code changes were required for this library upgrade. What was analyzed:
The library upgrade appears to be compatible with your codebase without requiring modifications. Generated by CodeLogic AI Library Upgrade |
This PR contains the following updates:
1.14.2→1.17.10.14.0→0.15.824.2.3→24.2.131.1.3→1.4.36.1.3→6.5.110.3.2→10.3.42.0.24→2.2.36.1.1→6.1.4[3.1.10]→[3.1.32]8.0.12→8.0.2317.12.0→17.14.12.4.0→2.5.05.5.2→5.6.03.7.115→3.9.508.0.6→8.0.89.0.2→9.0.48.5.2→8.10.04.5.0→4.6.15.4.1→5.4.1.93.0.1→3.1.5Release Notes
Azure/azure-sdk-for-net (Azure.Identity)
v1.17.1Compare Source
1.17.1 (2025-11-18)
Other Changes
Microsoft.Identity.ClientandMicrosoft.Identity.Client.Extensions.Msaldependencies to version 4.78.0.v1.17.0Compare Source
1.17.0 (2025-10-07)
Bugs Fixed
WithTenantIdinstead ofWithTenantIdFromAuthorityto prevent malformed Uris to the authority.Other Changes
BrowserCustomizationOptions.UseEmbeddedWebViewproperty. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.v1.16.0Compare Source
1.16.0 (2025-09-09)
Features Added
DefaultAzureCredentialconstructor that accepts a custom environment variable name for credential configuration. This provides flexibility beyond the defaultAZURE_TOKEN_CREDENTIALSenvironment variable. The constructor accepts any environment variable name and uses the same credential selection logic as the existingAZURE_TOKEN_CREDENTIALSprocessing.DefaultAzureCredential.DefaultEnvironmentVariableNameconstant property that returns"AZURE_TOKEN_CREDENTIALS"for convenience when referencing the default environment variable name.AzureCliCredential,AzurePowerShellCredential, andAzureDeveloperCliCredentialnow throw anAuthenticationFailedExceptionwhen theTokenRequestContextincludes claims, as these credentials do not support claims challenges. The exception message includes guidance for handling such scenarios.AZURE_TOKEN_CREDENTIALSor the equivalent custom environment variable is configured toManagedIdentityCredential, theDefaultAzureCredentialdoes not issue a probe request and performs retries with exponential backoff.Bugs Fixed
AzureDeveloperCliCredentialhanging when theAZD_DEBUGenvironment variable is set by adding the--no-promptflag to prevent interactive prompts (#52005).BrokerCredentialis now included in the chain whenAZURE_TOKEN_CREDENTIALSis set todev.DefaultAzureCredentialthat caused the credential chain to be constructed incorrectly when using AZURE_TOKEN_CREDENTIALS in combination withDefaultAzureCredentialOptions.Other Changes
BrokerCredentialis now always included in theDefaultAzureCredentialchain. If theAzure.Identity.Brokerpackage is not referenced, an exception will be thrown whenGetTokenis called, making its behavior consistent with the rest of the credentials in the chain.Microsoft.Identity.Clientdependency to version 4.76.0.Microsoft.Identity.Client.Extensions.Msaldependency to version 4.76.0.v1.15.0Compare Source
1.15.0 (2025-08-07)
Breaking Changes
Behavioral Breaking Changes
SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider usingInteractiveBrowserCredentialinstead. The following changes have been made:SharedTokenCacheCredentialclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialOptionsclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredentialproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheUsernameproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialis no longer included in theDefaultAzureCredentialauthentication flowBugs Fixed
AdditionallyAllowedTenantsvalues which will now be matched against tenant IDs without case sensitivity, making the authentication more resilient to case differences in tenant IDs returned from WWW-Authenticate challenges (#51693).Other Changes
BrokerAuthenticationCredentialhas been renamed asBrokerCredential.Added the
EditorBrowsable(Never)attribute to propertyVisualStudioCodeTenantIdasTenantIdis preferred. TheVisualStudioCodeTenantIdproperty exists only to provide backwards compatibility.dotnet/BenchmarkDotNet (BenchmarkDotNet)
v0.15.8: BenchmarkDotNet v0.15.8Full changelog: https://benchmarkdotnet.org/changelog/v0.15.8.html
v0.15.7: BenchmarkDotNet v0.15.7Full changelog: https://benchmarkdotnet.org/changelog/v0.15.7.html
v0.15.6: BenchmarkDotNet v0.15.6Full changelog: https://benchmarkdotnet.org/changelog/v0.15.6.html
v0.15.5: 0.15.5Full changelog: https://benchmarkdotnet.org/changelog/v0.15.5.html
v0.15.4: 0.15.4Full changelog: https://benchmarkdotnet.org/changelog/v0.15.4.html
Highlights
Allow override method/property for ParamsSource (#2832)
v0.15.3: 0.15.3Full changelog: https://benchmarkdotnet.org/changelog/v0.15.3.html
Highlights
Improvements:
ArgumentsSource#2820--nodeReuse:false#2693 #2814Deprecations:
WithNuget#2812Bug fixes:
InvalidOperationExceptionin diagnosers #2758 #2805NativeMemoryProfiler#2794 #2795EtwProfiler#2807 #2808IsNetCoreandIsNativeAOTfor single-file apps without AOT #2799RPlotExporterfor latest version of R #2809v0.15.2: 0.15.2Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html
Highlights
v0.15.1: 0.15.1Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html
Highlights
v0.15.0: 0.15.0Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html
Giorgi/DuckDB.NET (DuckDB.NET.Data.Full)
v1.4.3Compare Source
v1.4.1Compare Source
v1.3.2Compare Source
v1.3.0Compare Source
v1.2.1Compare Source
v1.2.0Compare Source
dotnet/ef6 (EntityFramework)
v6.5.1: EF 6.5.1What's Changed
Full Changelog: dotnet/ef6@v6.5.0...v6.5.1
v6.5.0: EF 6.5.0What's Changed
ef6utility was updated to only support .NET 6 and newer. It was also updated to support reading from app.config files, and support Windows ARM64.Full Changelog: https://github.com/dotnet/ef6/compare/v6.4.4..v6.5.0
v6.4.4: EF 6.4.4This release contains no functional changes. Only the NuGet package icon was updated.
v6.4.0: EF 6.4The primary goal of EF 6.4 is to polish the features and scenarios we delivered in EF 6.3. To this end we have fixed important issues found in EF 6.3 to create a more stable release.
v6.2.0Compare Source
dotnet/sqlclient (Microsoft.Data.SqlClient)
v6.1.4This update brings the following changes since the 6.1.3 release:
Fixed
SqlDataAdapterwhen processing batch scenarios where certain SQL RPC calls may not include system parameters.(#3877)
(#3776)
Added
AppContext Switch for enabling MultiSubnetFailover
What Changed:
Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefaultto setMultiSubnetFailover=trueby default in connection string.(#3851)
Who Benefits:
Impact:
Changed
SqlStatisticsexecution timing by usingEnvironment.TickCountinstead of more expensive timing mechanisms.(#3830)
v6.1.3This update includes the following changes since the 6.1.2 release:
Added
App Context Switch for Ignoring Server-Provided Failover Partner
What Changed:
Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartnerwas introduced to let the client ignore server-provided failover partner info in Basic Availability Groups (BAGs). When the switch is enabled, only the failover partner specified in the connection string is used; server-supplied partner values are skipped. This context switch was introduced in PR #3702.Who Benefits:
Impact:
tcp:host,port) so that the client uses that instead of the server's suggestion.Fixed
preventing missed telemetry when EventSource is enabled early.
(#3718)
v6.1.2This update includes the following changes since the 6.1.1 release:
Fixed
System.InvalidOperationException#3629dotnet/dotnet (Microsoft.EntityFrameworkCore.SqlServer)
v8.0.18: .NET 8.0.18You can build .NET 8.0 from the repository by cloning the release tag
v8.0.18and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
v8.0.17: .NET 8.0.17You can build .NET 8.0 from the repository by cloning the release tag
v8.0.17and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
v8.0.16: .NET 8.0.16You can build .NET 8.0 from the repository by cloning the release tag
v8.0.16and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
v8.0.15: .NET 8.0.15You can build .NET 8.0 from the repository by cloning the release tag
v8.0.15and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
v8.0.14: .NET 8.0.14You can build .NET 8.0 from the repository by cloning the release tag
v8.0.14and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
v8.0.13: .NET 8.0.13You can build .NET 8.0 from the repository by cloning the release tag
v8.0.13and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.14.1What's Changed
47eb51bFull Changelog: microsoft/vstest@v17.14.0...v17.14.1
v17.14.0What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
New Contributors
Full Changelog: microsoft/vstest@v17.13.0...v17.14.0
v17.13.0What's Changed
Add letter number among valid identifiers in class name by @nohwnd in #13868
Fix formatting in Runner by @mthalman in #13871
Downgrade xunit skip warning to info by @nohwnd in #10381
Add msdia for arm64 into nuget by @nohwnd in #10382
Enable native debugging for vstest.console by @ocitrev in #10401
Fix RFCs links by @Youssef1313 in #10424
Convert to auto property by @nohwnd in #10365
Update Versions.props by @nohwnd in #10378
Enable TSA by @jakubch1 in #10385
Arm64 dia by @nohwnd in #10390
Update source-build team references by @MichaelSimons in #10388
Exclude .signature.p7s from nupkg file count by @ellahathaway in #10418
Set NetCurrent so that it doesn't roll forward automatically by @ViktorHofer in #10622
New Contributors
Full Changelog: microsoft/vstest@v17.12.0...v17.13.0
mysql-net/MySqlConnector (MySqlConnector)
v2.5.0Compare Source
2.5.0
MySqlConnection.Statewill be set toConnectionState.Brokenwhen there is a network error: #1599.ConnectionState.Closedbut the connection wasn't truly closed.MySqlConnection.Close()to fully close the connection before callingOpen()again..Dispose()(ideally with ausingdeclaration) and create a newMySqlConnectioninstance to recover from failure.MySqlConnection.ResetConnectionAsyncwill consistently throw aMySqlException: #1602.PARSECauthentication: #1540, #1606.VECTORdata type: #1549.COM_STMT_SEND_LONG_DATAto stream large parameter values: #943.MySqlConnectorTracingOptionsand builder APIs to configure tracing output: #1524.Guidvalues from stored procedure out parameters: #1528.MySqlDbTypewith[DbProviderSpecificTypeProperty(true)]: #1557.mysql.proc: #1547.MySqlBulkCopyauto-detected column mappings: #1568.Foreign Keysschema SQL syntax: #1601.caching_sha2_password: #1562.System.Threading.Lockfor .NET 9.0+.PemEncodingin .NET 5.0+ and UTF-8 methods in .NET 10.0+.nhibernate/nhibernate-core (NHibernate)
v5.6.0Compare Source
=============================
Release notes - NHibernate - Version 5.6.0
76 issues were resolved in this release.
** Bug
** New Feature
** Improvement
** Task
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.