chore: Bump Microsoft.Agents.AI.OpenAI and 3 others - #148
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/nuget/microsoft-8bea1b198a
branch
3 times, most recently
from
June 30, 2026 19:18
73404c4 to
846bb64
Compare
Bumps Microsoft.Agents.AI.OpenAI from 1.10.0 to 1.11.1 Bumps Microsoft.CognitiveServices.Speech from 1.44.0 to 1.50.0 Bumps Microsoft.Extensions.Configuration.AzureAppConfiguration from 8.0.0 to 8.5.0 Bumps Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 --- updated-dependencies: - dependency-name: Microsoft.Agents.AI.OpenAI dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.CognitiveServices.Speech dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.Extensions.Configuration.AzureAppConfiguration dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] <support@github.com>
MoritzWaldau
force-pushed
the
dependabot/nuget/microsoft-8bea1b198a
branch
from
June 30, 2026 19:20
846bb64 to
bc1d0d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated Microsoft.Agents.AI.OpenAI from 1.10.0 to 1.11.1.
Release notes
Sourced from Microsoft.Agents.AI.OpenAI's releases.
1.11.1
Changes:
See More
This list of changes was auto generated.
1.11.0
Changes:
See More
... (truncated)
Commits viewable in compare view.
Updated Microsoft.CognitiveServices.Speech from 1.44.0 to 1.50.0.
Updated Microsoft.Extensions.Configuration.AzureAppConfiguration from 8.0.0 to 8.5.0.
Release notes
Sourced from Microsoft.Extensions.Configuration.AzureAppConfiguration's releases.
8.5.0
What's Changed
Full Changelog: Azure/AppConfiguration-DotnetProvider@8.4.0...8.5.0
8.5.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.5.0-preview - November 14th, 2025
Enhancements
ConnectAzureFrontDoortoAzureAppConfigurationOptions, which can be used to load configuration settings from Azure App Configuration via an Azure Front Door endpoint. This enables client (browser) applications to take advantage of CDN benefits, such as scale, when fetching configuration. #706Microsoft.Azure.AppConfiguration.AspNetCore 8.5.0-preview - November 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.5.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.5.0-preview - November 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.5.0-preview. See the release notes for more information on the changes.8.4.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.4.0 - September 19th, 2025
Enhancements
Added an overload of
AddAzureAppConfigurationthat accepts the endpoint and token credential. #694Added support for parsing json values with comments. #685
Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically pulls all key-values and feature flags from the referenced snapshot into the configuration. This enables dynamically switching between snapshots at runtime. #689
Updated dependency package versions. #695
Azure.Data.AppConfiguration:1.6.0->1.6.1Azure.Messaging.EventGrid:4.7.0->5.0.0Azure.Security.KeyVault.Secrets:4.6.0->4.8.0Microsoft.Extensions.Diagnostics.HealthChecks:6.0.36->8.0.19Microsoft.Extensions.Azure:1.7.6->1.12.0Microsoft.Extensions.DependencyInjection.Abstractions:6.0.0->8.0.2Microsoft.Extensions.Logging:6.0.0->8.0.1Microsoft.Extensions.Configuration:6.0.1->8.0.0Microsoft.Azure.AppConfiguration.AspNetCore 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See the release notes for more information on the changes.8.3.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.3.0 - July 24th, 2025
Enhancements
Added health check integration for
Microsoft.Extensions.Diagnostic.HealthChecks. You can callAddAzureAppConfigurationonIHealthCheckBuilderto register a health check for the Azure App Configuration provider. #644Introduced a new environment variable
AZURE_APP_CONFIGURATION_FM_SCHEMA_COMPATIBILITY_DISABLEDto force processing and outputting feature flags using the Microsoft schema. #676Microsoft.Azure.AppConfiguration.AspNetCore 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See the release notes for more information on the changes.8.2.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0 - May 14th, 2025
Enhancements
Updated the existing
SelectAPIs with the new parametertagFiltersto support filtering key-values and feature flags by tags.Added an
ActivitySourcecalledMicrosoft.Extensions.Configuration.AzureAppConfigurationto support instrumentation. ALoadactivity will start when configuration is initially built and theRefreshactivity will start when a refresh is triggered. #645This is the first stable release of the
AzureAppConfigurationOptions.SetClientFactoryAPI introduced in 8.2.0-preview. #380Other Changes
FeatureFlagIdproperty from feature flag telemetry. #655AllocationIdfrom feature flag telemetry metadata, which was introduced in 8.1.0-preview. #600Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.8.2.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0-preview - March 21st, 2025
Enhancements
Added the ability to set a client factory used for creating ConfigurationClient instances. #380
Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.8.1.2
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.2 - April 22nd, 2025
Bug Fixes
IServiceCollection.AddAzureAppConfigurationnow correctly adds an instance ofIConfigurationRefresherProviderto the service collection only the first time it is called instead of adding an instance on each invocation. #611Microsoft.Azure.AppConfiguration.AspNetCore 8.1.2 - April 22nd, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.2. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.2 - April 22nd, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.2. See the release notes for more information on the changes.8.1.1
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.1 - February 26th, 2025
Bug Fixes
FeatureFlagOptions.Selectwere ignored if they were followed by a call to eitherAzureAppConfigurationOptions.SelectorAzureAppConfigurationOptions.SelectSnapshot. #628Microsoft.Azure.AppConfiguration.AspNetCore 8.1.1 - February 26th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.1. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.1 - February 26th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.1. See the release notes for more information on the changes.8.1.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0 - February 24th, 2025
Enhancements
Added the ability to monitor all selected key-values for refresh with the following new API. #536
When this API is called, changes to any selected key-values will cause a reload of the configuration.
Added the ability to check if the type of an
IConfigurationSourceisAzureAppConfigurationSourcewith the following new extension. #456Bug Fixes
Other Changes
configuration_referenceproperty in feature flags. #614AllocationIdfrom feature flag telemetry metadata, which was introduced in 8.1.0-preview version, has been removed in this stable version. #600Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0 - February 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0 - February 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0. See the release notes for more information on the changes.8.1.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0-preview - October 24, 2024
Enhancements
AllocationIdrepresents the version of an allocation on a feature flag. TheAllocationIdchanges when there are essential modifications to the allocation, such as adjustments to the percentile or variant configuration, but not for non-essential changes like feature flag descriptions.Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0-preview - October 24, 2024
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0-preview - October 24, 2024
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0-preview. See the release notes for more information on the changes.Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.7.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v18.6.0...v18.7.0
Commits viewable in compare view.