Skip to content

Update orleans monorepo to 10.3.0 - #190

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/orleans-monorepo
Open

Update orleans monorepo to 10.3.0#190
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/orleans-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
Microsoft.Orleans.BroadcastChannel 10.2.210.3.0 age confidence
Microsoft.Orleans.Clustering.Redis 10.2.210.3.0 age confidence
Microsoft.Orleans.Dashboard 10.2.210.3.0 age confidence
Microsoft.Orleans.Reminders.Redis 10.2.210.3.0 age confidence
Microsoft.Orleans.Runtime 10.2.210.3.0 age confidence
Microsoft.Orleans.Sdk 10.2.210.3.0 age confidence
Microsoft.Orleans.Serialization.NewtonsoftJson 10.2.210.3.0 age confidence
Microsoft.Orleans.Server 10.2.210.3.0 age confidence
Microsoft.Orleans.Streaming 10.2.210.3.0 age confidence
Microsoft.Orleans.TestingHost 10.2.210.3.0 age confidence

Release Notes

dotnet/orleans (Microsoft.Orleans.BroadcastChannel)

v10.3.0

Orleans 10.3.0

Orleans 10.3.0 expands the platform across clustering, streaming, persistence, integrations, serialization, and developer tooling while delivering a broad reliability and performance pass. Major outcomes include stronger distributed-directory and membership behavior, new streaming and storage providers, hardened transactions and durable jobs, incremental source generation, safer JSON storage deserialization, and new application templates. Alongside these features and fixes, the release optimizes key runtime paths, comprehensively refreshes the docs, strengthens testing and CI, and updates dependencies and repository maintenance.

Compatibility notes

[!IMPORTANT]
Review these changes before upgrading. This release contains three intentionally behavior-changing updates.

  • Default JSON storage serializer type allow-list (#​10268). The default Newtonsoft.Json-based Orleans storage serializer now resolves $type metadata only for types permitted by Orleans' configured type filters and manifest. Existing wire data remains readable when its types are allowed; [GenerateSerializer] types and standard permitted BCL types continue to work without changes. If persisted, streamed, or transactional JSON contains other types, reads now fail with an actionable JsonSerializationException. Prefer registering those types through TypeManifestOptions.AllowedTypes, [GenerateSerializer], ITypeNameFilter, or ITypeFilter; OrleansJsonSerializerOptions.AllowAllTypes = true restores the former permissive JSON behavior when a narrowly scoped allow-list is not practical.
  • Updated RPC semantic convention keys (#​10354). Orleans activities now emit the current OpenTelemetry RPC key rpc.system.name; Orleans-specific service, target, and source metadata move to orleans.rpc.service, orleans.rpc.target_id, and orleans.rpc.source_id. The runtime-side rpc.method value is now qualified as <interface>/<method>, and affected ActivitySource versions are incremented. Update dashboards, alerts, collectors, and queries which depend on the legacy rpc.system, rpc.service, rpc.orleans.target_id, or rpc.orleans.source_id keys or the previous method value.
  • Grain context configured before construction (#​10565). Orleans now deterministically applies IConfigureGrainContext actions before grain construction, so constructors can observe fully configured context state. Custom IGrainContextActivator implementations must migrate from CreateContext(GrainAddress) to CreateContext(GrainAddress, IConfigureGrainContext[]) and apply the supplied configurators before constructing the grain. Stateless-worker configurators continue to apply to the outer stateless-worker context.
Highlights
Runtime, clustering & resilience
Streaming
Storage, persistence, journaling, durable jobs & transactions
Providers & integrations
Serialization, code generation & analyzers
  • The source generator is now incremental, generates provider metadata at build time, avoids runtime provider scanning, and supports record-parameter field IDs and custom grain-call return types (#​10035, #​10493, #​10566, #​10495, #​10682).
  • Serialization reduces codec and buffer allocations, adds type/assembly allow-list helpers, and clarifies type-trust configuration (#​10301, #​10340, #​10668, #​10228, #​10424).
  • Analyzers detect RPC contract changes and provide improved diagnostic guidance (#​10337, #​10832).
Developer experience, templates, samples & docs
Detailed changelog

Every change from the autogenerated changelog is listed once below.

Runtime, clustering, reminders & resilience (34)
Streaming (21)
Storage, persistence, journaling, durable jobs & transactions (26)
Providers & integrations (12)
Serialization, code generation & analyzers (15)
Developer experience, templates & samples (4)
Documentation (89)

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants