Bump Dapr.AspNetCore from 1.17.9 to 1.18.2#439
Merged
ikesnowy merged 1 commit intoJun 15, 2026
Merged
Conversation
--- updated-dependencies: - dependency-name: Dapr.AspNetCore dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
ikesnowy
approved these changes
Jun 15, 2026
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 Dapr.AspNetCore from 1.17.9 to 1.18.2.
Release notes
Sourced from Dapr.AspNetCore's releases.
1.18.2
What's Changed
WorkflowStateby @WhitWaldo in GetWorkflowStateAsync should always returnWorkflowStatedapr/dotnet-sdk#1847Full Changelog: dapr/dotnet-sdk@v1.18.1...v1.18.2
1.18.1
What's Changed
Full Changelog: dapr/dotnet-sdk@v1.18.0...v1.18.1
What's Changed
General
Dapr.SecretsManagementpackage #1794 to split secret management into its own clientDapr.StateManagementpackage #1806 to split state management into its own clientDapr.WorkflowtoDapr.Common#1805 as a precursor to having common serialization across .NET SDKActors
UnloadStateAsyncimplementation #1750 to force actors to unload their currently cached in-memory state (no impact to persisted state). The next timeGetStateAsyncis called, the cache is repopulated as normal.PubSub
SubscribeAsyncnow throwsDaprExceptionwhen the sidecar is unavailable instead of failing silently #1803Metadata
Dapr.Metadatapackage for retrieving strongly typed data from the Dapr Metadata API #1846.To use, add
Dapr.Metadatapackage from NuGet, register in DI withbuilder.Services.AddDaprMetadata()and simply injectIOptions<DaprMetadata>,IOptionsSnapshot<DaprMetadata>orIOptionsMonitor<DaprMetadata>and read the values out of the injected value.Service Invocation
InvokeMethodAsyncfamily marked[Obsolete]aligning SDK with prior runtime guidance — recommended guidance is to use a native HTTP/gRPC client for service invocation #1698.Jobs
Workflows
Dapr.Workflowmeta-project (#1822) and automatic workflow/activity registration (#1823)This means that there is no longer a need to install
Dapr.Workflow.VersioningorDapr.Workflow.Analyzersseparately. All are bundled in the oneDapr.Workflowpackage, no refactoring necessary (though you might want to remove the stale packages).... (truncated)
1.18.0-rc02
What's Changed
Full Changelog: dapr/dotnet-sdk@v1.18.0-rc01...v1.18.0-rc02
1.18.0-rc01
What's Changed
New Features
Bug Fixes
Unavailableon first RPC by @Copilot in Dapr.Testcontainers: probe gRPC port with HTTP/2 preface to eliminate transientUnavailableon first RPC dapr/dotnet-sdk#1821Miscellaneous/Infrastructure
New Contributors
Full Changelog: dapr/dotnet-sdk@v1.17.9...v1.18.0-rc01
1.18.0-rc.7
What's Changed
New Contributors
Full Changelog: dapr/dotnet-sdk@v1.18.0-rc.4...v1.18.0-rc.7
1.18.0-rc.4
What's Changed
Full Changelog: dapr/dotnet-sdk@v1.18.0-rc.3...v1.18.0-rc.4
1.18.0-rc.3
What's Changed
Full Changelog: dapr/dotnet-sdk@v1.18.0-rc02...v1.18.0-rc.3
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)