Bumps Azure.Identity from 1.19.0 to 1.20.0
Bumps Azure.Monitor.OpenTelemetry.Exporter from 1.6.0 to 1.7.0
Bumps Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.14.1 to 1.16.3
Bumps Microsoft.DurableTask.Client from 1.20.1 to 1.23.1
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.1
Bumps OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.15.1
Bumps System.IdentityModel.Tokens.Jwt from 8.16.0 to 8.17.0
---
updated-dependencies:
- dependency-name: Azure.Identity
dependency-version: 1.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: find-package-updates
- dependency-name: Azure.Monitor.OpenTelemetry.Exporter
dependency-version: 1.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: find-package-updates
- dependency-name: OpenTelemetry.Extensions.Hosting
dependency-version: 1.15.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: find-package-updates
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.DurableTask
dependency-version: 1.16.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: find-package-updates
- dependency-name: Microsoft.DurableTask.Client
dependency-version: 1.23.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: find-package-updates
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
dependency-version: 1.15.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: find-package-updates
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-version: 8.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: find-package-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Updated Azure.Identity from 1.19.0 to 1.20.0.
Release notes
Sourced from Azure.Identity's releases.
1.20.0
1.20.0 (2026-03-30)
Features Added
appsettings.json.Breaking Changes
AddAzureClient,AddKeyedAzureClient, andWithAzureCredentialreturn type changed fromIHostApplicationBuildertoIClientBuilderto align with theIClientBuildercomposition change in System.ClientModel.Commits viewable in compare view.
Updated Azure.Monitor.OpenTelemetry.Exporter from 1.6.0 to 1.7.0.
Release notes
Sourced from Azure.Monitor.OpenTelemetry.Exporter's releases.
1.7.0
1.7.0 (2026-03-27)
Features Added
ApplicationInsightsRestClientSettingsto support creating aApplicationInsightsRestClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.(#56891)
Bugs Fixed
ConfigurationBindercalls.(#56368)
Other Changes
(#57549)
AzureMonitorLogExporter,AzureMonitorMetricExporter, andAzureMonitorTraceExporterpublic for direct use when configuring OpenTelemetry.(#56344)
EnablePerformanceCountersandEnableStandardMetricspublic inAzureMonitorExporterOptions.(#56344)
1.6.1
1.6.1 (2026-03-10)
Bugs Fixed
ActiveDirectoryDomainGuiddeserialization to handle empty string values returned by the service (#56903)Commits viewable in compare view.
Updated Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.14.1 to 1.16.3.
Release notes
Sourced from Microsoft.Azure.Functions.Worker.Extensions.DurableTask's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.DurableTask.Client from 1.20.1 to 1.23.1.
Release notes
Sourced from Microsoft.DurableTask.Client's releases.
1.23.1
What's Changed
Full Changelog: microsoft/durabletask-dotnet@v1.23.0...v1.23.1
1.23.0
What's Changed
Full Changelog: microsoft/durabletask-dotnet@v1.22.0...v1.23.0
1.22.0
What's Changed
NOTICE OF BREAKING CHANGE
Described in this issue.
This release will now allow for all orchestration statuses to be reusable upon an orchestration creation request, not just terminal statuses. This means that all server-side implementations must now have logic to handle existing orchestrations with non-terminal runtime statuses with the same instance ID as that passed to the creation request.
It also changes the behavior of
ShimDurableTaskClient.RestartAsyncto terminate an existing non-terminal instance ifrestartWithNewInstanceIdis false. Previously, anInvalidOperationExceptionwould be thrown in this situation.If a caller of
DurableTaskClient.ScheduleNewOrchestrationInstanceAsyncleaves theStartOrchestrationOptions.DedupeStatusesfield as null, or does not pass anyStartOrchestrationOptionsto the request at all, then theGrpcDurableTaskClientwill not attach anOrchestrationIdReusePolicyto the request, and the behavior will follow whatever the server-side implementation default is for a nullOrchestrationIdReusePolicy. Previously, an empty dedupe statuses array also led to noOrchestrationIdReusePolicybeing attached to the request. Now, a non-null, but explicitly empty array for the dedupe statuses field is treated as all statuses being reusable. TheShimDurableTaskClientnow treats a null dedupe statuses field as all statuses being reusable. This means it will terminate any existing running orchestrations with the same instance ID upon a call toScheduleNewOrchestrationInstanceAsyncin the case of a nullStartOrchestrationOptions.DedupeStatusesfield.Full Changelog: microsoft/durabletask-dotnet@v1.21.0...v1.22.0
Links
Microsoft.DurableTask.Abstractions: https://www.nuget.org/packages/Microsoft.DurableTask.Abstractions/1.22.0
Microsoft.DurableTask.Client: https://www.nuget.org/packages/Microsoft.DurableTask.Client/1.22.0
Microsoft.DurableTask.Client.Grpc: https://www.nuget.org/packages/Microsoft.DurableTask.Client.Grpc/1.22.0
Microsoft.DurableTask.Client.AzureManaged: https://www.nuget.org/packages/Microsoft.DurableTask.Client.AzureManaged/1.22.0
Microsoft.DurableTask.Client.OrchestrationServiceClientShim: https://www.nuget.org/packages/Microsoft.DurableTask.Client.OrchestrationServiceClientShim/1.22.0
Microsoft.DurableTask.Grpc: https://www.nuget.org/packages/Microsoft.DurableTask.Grpc/1.22.0
Microsoft.DurableTask.Worker: https://www.nuget.org/packages/Microsoft.DurableTask.Worker/1.22.0
Microsoft.DurableTask.Worker.Grpc: https://www.nuget.org/packages/Microsoft.DurableTask.Worker.Grpc/1.22.0
Microsoft.DurableTask.Worker.AzureManaged: https://www.nuget.org/packages/Microsoft.DurableTask.Worker.AzureManaged/1.22.0
Microsoft.DurableTask.ScheduledTasks: https://www.nuget.org/packages/Microsoft.DurableTask.ScheduledTasks/1.22.0-preview.1
Microsoft.DurableTask.Extensions.AzureBlobPayloads: https://www.nuget.org/packages/Microsoft.DurableTask.Extensions.AzureBlobPayloads/1.22.0
1.21.0
What's Changed
Full Changelog: microsoft/durabletask-dotnet@v1.20.1...v1.21.0
Commits viewable in compare view.
Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.1.
Release notes
Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.
1.15.1
For highlights and announcements pertaining to this release see: Release Notes > 1.15.1.
The following changes are from the previous release 1.15.0.
NuGet: OpenTelemetry v1.15.1
Fixed
Tracer.StartSpan()leaving the new span asActivity.Currentwhenthe previous activity was stopped by another thread during span creation.
(#6257)
Fixed
OverflowExceptioninTraceIdRatioBasedSamplerwhen trace ID bytesproduced
long.MinValue.([#6928])
Fixed precision issues when using
Histogram<float>with customHistogramBucketBoundaries.(#6866)
Fixed a thread-safety issue in
LogRecordSharedPool.Rent().(#6833)
Fixed observable instruments (ObservableCounter, ObservableUpDownCounter,
ObservableGauge) continuing to export stale data points after a callback
stops reporting a series.
(#5950)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.15.1
specification,
which disallows empty baggage names and treats baggage names and values as case
sensitive.
(#6931)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.15.1
No notable changes.
See CHANGELOG for details.
... (truncated)
1.15.1-beta.1
The following changes are from the previous release 1.15.0-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.15.1-beta.1
1.15.1.(#7010)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.15.1-beta.1
1.15.1.(#7010)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.15.1-beta.1
This package is deprecated and it will stop receiving any updates in
March 2027. Use the OpenTelemetry API and SDK directly instead of the OpenTracing
shims.
(#6976)
Updated OpenTelemetry core component version(s) to
1.15.1.(#7010)
See CHANGELOG for details.
Commits viewable in compare view.
Updated OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.15.1.
Release notes
Sourced from OpenTelemetry.Extensions.Hosting's releases.
1.15.1
For highlights and announcements pertaining to this release see: Release Notes > 1.15.1.
The following changes are from the previous release 1.15.0.
NuGet: OpenTelemetry v1.15.1
Fixed
Tracer.StartSpan()leaving the new span asActivity.Currentwhenthe previous activity was stopped by another thread during span creation.
(#6257)
Fixed
OverflowExceptioninTraceIdRatioBasedSamplerwhen trace ID bytesproduced
long.MinValue.([#6928])
Fixed precision issues when using
Histogram<float>with customHistogramBucketBoundaries.(#6866)
Fixed a thread-safety issue in
LogRecordSharedPool.Rent().(#6833)
Fixed observable instruments (ObservableCounter, ObservableUpDownCounter,
ObservableGauge) continuing to export stale data points after a callback
stops reporting a series.
(#5950)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.15.1
specification,
which disallows empty baggage names and treats baggage names and values as case
sensitive.
(#6931)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.15.1
No notable changes.
See CHANGELOG for details.
... (truncated)
1.15.1-beta.1
The following changes are from the previous release 1.15.0-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.15.1-beta.1
1.15.1.(#7010)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.15.1-beta.1
1.15.1.(#7010)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.15.1-beta.1
This package is deprecated and it will stop receiving any updates in
March 2027. Use the OpenTelemetry API and SDK directly instead of the OpenTracing
shims.
(#6976)
Updated OpenTelemetry core component version(s) to
1.15.1.(#7010)
See CHANGELOG for details.
Commits viewable in compare view.
Updated System.IdentityModel.Tokens.Jwt from 8.16.0 to 8.17.0.
Release notes
Sourced from System.IdentityModel.Tokens.Jwt's releases.
8.17.0
Dependencies
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions