[nuget][Find]- Bump the find-package-updates group with 6 updates#713
Closed
dependabot[bot] wants to merge 1 commit into
Closed
[nuget][Find]- Bump the find-package-updates group with 6 updates#713dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Hl7.Fhir.R4 from 6.2.1 to 6.3.0 Bumps Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.14.1 to 1.18.0 Bumps Microsoft.DurableTask.Client from 1.20.1 to 1.24.2 Bumps NSubstitute from 5.3.0 to 6.0.0 Bumps OpenTelemetry.Instrumentation.Runtime from 1.15.1 to 1.16.0 Bumps System.IO.Abstractions from 22.1.1 to 22.2.0 --- updated-dependencies: - dependency-name: Hl7.Fhir.R4 dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: find-package-updates - dependency-name: Microsoft.Azure.Functions.Worker.Extensions.DurableTask dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: find-package-updates - dependency-name: Microsoft.DurableTask.Client dependency-version: 1.24.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: find-package-updates - dependency-name: NSubstitute dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: find-package-updates - dependency-name: OpenTelemetry.Instrumentation.Runtime dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: find-package-updates - dependency-name: System.IO.Abstractions dependency-version: 22.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: find-package-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/nuget/Apps/Find/find-package-updates-382e7f4cb9
branch
July 15, 2026 15:08
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.
Updated Hl7.Fhir.R4 from 6.2.1 to 6.3.0.
Release notes
Sourced from Hl7.Fhir.R4's releases.
6.3.0
Intro:
This release includes a behavioral change in parsing alongside a minor bug fix. Please read the notes below carefully before upgrading.
POCO / type system
The SDK now detects incorrectly cased element and resource type names. Two new error codes are introduced:
PVAL131(WRONG_CASED_ELEMENT) andPVAL132(WRONG_CASED_RESOURCE_TYPE).Other fixes
Changes:
setLinkmethodThis list of changes was auto generated.
Commits viewable in compare view.
Updated Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.14.1 to 1.18.0.
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.24.2.
Release notes
Sourced from Microsoft.DurableTask.Client's releases.
1.24.2
What's Changed
Full Changelog: microsoft/durabletask-dotnet@v1.24.1...v1.24.2
1.24.1
What's Changed
Full Changelog: microsoft/durabletask-dotnet@v1.24.0...v1.24.1
1.24.0
What's Changed
Full Changelog: microsoft/durabletask-dotnet@v1.23.3...v1.24.0
1.23.2
What's Changed
Full Changelog: microsoft/durabletask-dotnet@v1.23.1...v1.23.2
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 NSubstitute from 5.3.0 to 6.0.0.
Release notes
Sourced from NSubstitute's releases.
6.0.0
ℹ️ No changes from Release Candidate 1.
NSubstitute v6.0.0
From RC1 notes:
ArgMatchers.Matchingpredicate matcher as an alternative toIs(Expression<Predicate<T>>. (.NET6 and above.)Arg.Isnow accepts arg matchers.Full change list
... (truncated)
6.0.0-rc.1
NSubstitute v6.0.0 Release Candidate 1
Due to the large number of changes in this release, we wanted to start with a release candidate to ensure we've correctly captured breaking changes.
ArgMatchers.Matchingpredicate matcher as an alternative toIs(Expression<Predicate<T>>. (.NET6 and above.)Arg.Isnow accepts arg matchers.Full change list
... (truncated)
Commits viewable in compare view.
Updated OpenTelemetry.Instrumentation.Runtime from 1.15.1 to 1.16.0.
Release notes
Sourced from OpenTelemetry.Instrumentation.Runtime's releases.
1.16.0
NuGet: OpenTelemetry.Extensions.AWS v1.16.0
Fix sampling behaviour to be compatible with .NET 11.
(#4396)
Updated OpenTelemetry core component version(s) to
1.16.0.(#4487)
See CHANGELOG for details.
NuGet: OpenTelemetry.Instrumentation.AWS v1.16.0
Add instrumentation scope version and schema URL to metrics and traces.
(#4063)
Pass AWS attribute values to created meters as tags.
(#4063)
Capture SNS
TopicArnas theaws.sns.topic.arnspan attribute.(#4043)
Add
cloud.regionattribute to all AWS SDK client spans.(#4043)
Add messaging attributes for AWS SNS and SQS.
(#4043)
BREAKING: Update latest AWS Semantic Conventions to 1.40.0.
(#4043)
Fix suppression scope leakage when
SuppressDownstreamInstrumentationisenabled.
(#4304)
See CHANGELOG for details.
NuGet: OpenTelemetry.Instrumentation.AWSLambda v1.16.0
Update
System.Text.Jsonfornetstandard2.0to8.0.5.(#4154)
Add instrumentation scope version and schema URL to traces.
(#4063)
See CHANGELOG for details.
1.16.0-rc.1
NuGet: OpenTelemetry.Instrumentation.Process v1.16.0-rc.1
Updated semantic conventions to
v1.42.0.
(#4602)
process.cpu.timemetric attributeprocess.cpu.statewas renamed to
cpu.mode.process.uptimemetric.process.windows.handle.countmetric (Windows only).process.unix.file_descriptor.countmetric (Linux only).Assemblies are now digitally signed using cosign.
(#4637)
Updated semantic conventions to
v1.43.0
and marked package as release candidate.
(#4675)
See CHANGELOG for details.
1.16.0-beta.2
NuGet: OpenTelemetry.Instrumentation.Hangfire v1.16.0-beta.2
Assemblies are now digitally signed using cosign.
(#4637)
Fixed
NullReferenceExceptionin the metrics filter when a job's definitioncannot be resolved.
(#4731)
See CHANGELOG for details.
1.16.0-beta.1
NuGet: OpenTelemetry.Instrumentation.ServiceFabricRemoting v1.16.0-beta.1
Raised the minimum required version of
Microsoft.ServiceFabric.ActorsandMicrosoft.ServiceFabric.Services.Remotingfrom7.1.2448to8.4.268, as the7.1Service Fabric runtime is going out of support.(#4510)
Updated OpenTelemetry core component version(s) to
1.16.0.(#4487)
See CHANGELOG for details.
1.16.0-alpha.1
NuGet: OpenTelemetry.Instrumentation.EventCounters v1.16.0-alpha.1
Fixed
OnEventWrittenprocessing events from EventSources that were notconfigured via
AddEventSources.(#4031)
Updated OpenTelemetry core component version(s) to
1.16.0.(#4487)
See CHANGELOG for details.
1.15.2
NuGet: OpenTelemetry.Exporter.Geneva v1.15.2
1.15.3.(#4166)
See CHANGELOG for details.
Commits viewable in compare view.
Updated System.IO.Abstractions from 22.1.1 to 22.2.0.
Release notes
Sourced from System.IO.Abstractions's releases.
22.2.0
What's Changed
... (truncated)
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