Skip to content

Bump Dapr.AspNetCore from 1.17.9 to 1.18.2#439

Merged
ikesnowy merged 1 commit into
mainfrom
dependabot/nuget/src/Cnblogs.Architecture.Ddd.EventBus.Dapr/Dapr.AspNetCore-1.18.2
Jun 15, 2026
Merged

Bump Dapr.AspNetCore from 1.17.9 to 1.18.2#439
ikesnowy merged 1 commit into
mainfrom
dependabot/nuget/src/Cnblogs.Architecture.Ddd.EventBus.Dapr/Dapr.AspNetCore-1.18.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

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

Full 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

  • ADDED Dapr.SecretsManagement package #​1794 to split secret management into its own client
  • ADDED Dapr.StateManagement package #​1806 to split state management into its own client
  • ADDED Rich backwards-compatibility support added to the SDK to better support runtime API maturation lifecycles #​1816
  • ADDED Serializer refactored from Dapr.Workflow to Dapr.Common #​1805 as a precursor to having common serialization across .NET SDK
  • ADDED Add optional parameter to configuration providers for non-blocking startup #​1844
  • UPDATED Making DaprDefaults public #​1845
  • FIXED Prevent race condition during GrpcProtocolHandler disposal #​1798

Actors

  • ADDED UnloadStateAsync implementation #​1750 to force actors to unload their currently cached in-memory state (no impact to persisted state). The next time GetStateAsync is called, the cache is repopulated as normal.

PubSub

  • FIXED Subscriber resilience: SubscribeAsync now throws DaprException when the sidecar is unavailable instead of failing silently #​1803

Metadata

  • ADDED Added new Dapr.Metadata package for retrieving strongly typed data from the Dapr Metadata API #​1846.
    To use, add Dapr.Metadata package from NuGet, register in DI with builder.Services.AddDaprMetadata() and simply inject IOptions<DaprMetadata>, IOptionsSnapshot<DaprMetadata> or IOptionsMonitor<DaprMetadata> and read the values out of the injected value.

Service Invocation

  • UPDATED InvokeMethodAsync family marked [Obsolete] aligning SDK with prior runtime guidance — recommended guidance is to use a native HTTP/gRPC client for service invocation #​1698.

Jobs

  • UPDATED Jobs API marked stable #​1804.
  • UPDATED Minimum-version tags adjusted to reflect broader test coverage (#​1811).

Workflows

  • ADDED Workflow history context propagation (#​1802)
  • UPDATED Combined Dapr.Workflow meta-project (#​1822) and automatic workflow/activity registration (#​1823)
    This means that there is no longer a need to install Dapr.Workflow.Versioning or Dapr.Workflow.Analyzers separately. All are bundled in the one Dapr.Workflow package, no refactoring necessary (though you might want to remove the stale packages).
  • UPDATED No longer logging connection closed exception when app closes #​1841
  • UPDATED Use server-blocking WaitForInstnace* RPCs instead of client polling #​1843
  • ADDED Timer origins and backwards-compatible optional timers (#​1790)
  • ADDED Add workflow analyzer diagnostics on versioning (#​1815
  • ADDED Expose name on workflow state #​1836
  • ADDED Support history propagation API #​1825, #​1833
  • ADDED Expose workflow name on state #​1836
  • FIXED Workflow patch ordering #​1807, #​1809
  • FIXED Trace propagation fix for downstream calls from workflow user activities #​1808
  • FIXED Addressing "no such instance exists" errors #​1818, #​1812
  • FIXED Fix workflow trace correlation #​1829
  • FIXED add missing FailureDetails property to proto converter #​1831

... (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

Miscellaneous/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 compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
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>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 15, 2026
@ikesnowy ikesnowy self-requested a review June 15, 2026 05:24
@ikesnowy ikesnowy merged commit 2c88a99 into main Jun 15, 2026
1 check passed
@ikesnowy ikesnowy deleted the dependabot/nuget/src/Cnblogs.Architecture.Ddd.EventBus.Dapr/Dapr.AspNetCore-1.18.2 branch June 15, 2026 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant