Bump the dotnet group with 8 updates#8913
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Aspire.Azure.Data.Tables from 13.4.2 to 13.4.5 Bumps Aspire.StackExchange.Redis from 13.4.2 to 13.4.5 Bumps Microsoft.Orleans.Client from 10.1.0 to 10.2.0 Bumps Microsoft.Orleans.Clustering.Redis from 10.1.0 to 10.2.0 Bumps Microsoft.Orleans.Persistence.Redis from 10.1.0 to 10.2.0 Bumps Microsoft.Orleans.Sdk from 10.1.0 to 10.2.0 Bumps Microsoft.Orleans.Server from 10.1.0 to 10.2.0 Bumps OpenTelemetry.Extensions.Hosting from 1.15.3 to 1.16.0 --- updated-dependencies: - dependency-name: Aspire.Azure.Data.Tables dependency-version: 13.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Aspire.StackExchange.Redis dependency-version: 13.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Aspire.StackExchange.Redis dependency-version: 13.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Orleans.Client dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Sdk dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Clustering.Redis dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Clustering.Redis dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Persistence.Redis dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Sdk dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Server dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
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 Aspire.Azure.Data.Tables from 13.4.2 to 13.4.5.
Release notes
Sourced from Aspire.Azure.Data.Tables's releases.
13.4.5
What's New in Aspire 13.4.5
Patch release for Aspire 13.4 clearing a transitive MessagePack security advisory, tightening CLI validation for Playwright configuration, and adding coding-agent detection to CLI telemetry.
🐛 Fixes
MessagePackFormatteror LZ4 — all StreamJsonRpc calls useSystemTextJsonFormatterover local Unix sockets — so the vulnerability was not reachable in practice. The bump clears the NU1903 warning for consumers of theAspire.Hostingpackage. (#18204,@mitchdenny)playwrightCliVersionvalues that are not valid SemVer 2.0 now fail fast with a clear diagnostic — Previously an invalid override (range expression, dist-tag likelatest, or av-prefixed string) would surface as a generic npm resolution failure. The value is now validated with strict SemVer parsing at startup; an error naming the configuration key and the offending value is emitted immediately. (#18205,@mitchdenny)copilot-cli. (#18240,@damianedwards)🏷️ Housekeeping
@microsoft/aspire-clinpm package README to be TypeScript-only — updated examples to the currentts-startertemplate (apphost.mts/aspire.mjs), added a backing-services snippet showingaspire addfor PostgreSQL and Redis, and documentedaspire dashboard runas a standalone dashboard option. (#18221,@adamint)Full Changelog: v13.4.4...v13.4.5
Full commit: 73114e86c64aeb9f3f3c7da8e37df1ae4281b27e
13.4.4
What's New in Aspire 13.4.4
Patch release for Aspire 13.4 with improved DCP connection reliability during request execution and consistent
ExcludeFromMcp()filtering across all CLI MCP tools.🐛 Fixes
@karolz-ms)ExcludeFromMcp()were not consistently filtered from CLI MCP tools — Resources with theresource.excludeFromMcpproperty were not excluded uniformly from all CLI MCP tool results.list_resources,list_console_logs,execute_resource_command,list_structured_logs,list_traces, andlist_trace_structured_logsall now honor the exclusion, preventing excluded resources and their telemetry from appearing in agent context. (#18150,@JamesNK)🏷️ Housekeeping
@adamratzman)Full Changelog: v13.4.3...v13.4.4
Full commit: ccc566c5ab3285c9beb8f38ede34734bb477c029
13.4.3
What's New in Aspire 13.4.3
Patch release for Aspire 13.4 with a fix for persistent container endpoint allocation regressions introduced in 13.4.
🐛 Fixes
isProxied: falseorWithEndpointProxySupport(false). Proxyless container endpoints with only atargetPortspecified now also resolve immediately to that port instead of waiting for delayed allocation. (#17960,@danegsta)🏷️ Housekeeping
Full Changelog: microsoft/aspire@v13.4.2...v13.4.3
Full commit: 4f218933552e18ff2874d1b6d5dc3fe671e3b6d9
Commits viewable in compare view.
Updated Aspire.StackExchange.Redis from 13.4.2 to 13.4.5.
Release notes
Sourced from Aspire.StackExchange.Redis's releases.
13.4.5
What's New in Aspire 13.4.5
Patch release for Aspire 13.4 clearing a transitive MessagePack security advisory, tightening CLI validation for Playwright configuration, and adding coding-agent detection to CLI telemetry.
🐛 Fixes
MessagePackFormatteror LZ4 — all StreamJsonRpc calls useSystemTextJsonFormatterover local Unix sockets — so the vulnerability was not reachable in practice. The bump clears the NU1903 warning for consumers of theAspire.Hostingpackage. (#18204,@mitchdenny)playwrightCliVersionvalues that are not valid SemVer 2.0 now fail fast with a clear diagnostic — Previously an invalid override (range expression, dist-tag likelatest, or av-prefixed string) would surface as a generic npm resolution failure. The value is now validated with strict SemVer parsing at startup; an error naming the configuration key and the offending value is emitted immediately. (#18205,@mitchdenny)copilot-cli. (#18240,@damianedwards)🏷️ Housekeeping
@microsoft/aspire-clinpm package README to be TypeScript-only — updated examples to the currentts-startertemplate (apphost.mts/aspire.mjs), added a backing-services snippet showingaspire addfor PostgreSQL and Redis, and documentedaspire dashboard runas a standalone dashboard option. (#18221,@adamint)Full Changelog: v13.4.4...v13.4.5
Full commit: 73114e86c64aeb9f3f3c7da8e37df1ae4281b27e
13.4.4
What's New in Aspire 13.4.4
Patch release for Aspire 13.4 with improved DCP connection reliability during request execution and consistent
ExcludeFromMcp()filtering across all CLI MCP tools.🐛 Fixes
@karolz-ms)ExcludeFromMcp()were not consistently filtered from CLI MCP tools — Resources with theresource.excludeFromMcpproperty were not excluded uniformly from all CLI MCP tool results.list_resources,list_console_logs,execute_resource_command,list_structured_logs,list_traces, andlist_trace_structured_logsall now honor the exclusion, preventing excluded resources and their telemetry from appearing in agent context. (#18150,@JamesNK)🏷️ Housekeeping
@adamratzman)Full Changelog: v13.4.3...v13.4.4
Full commit: ccc566c5ab3285c9beb8f38ede34734bb477c029
13.4.3
What's New in Aspire 13.4.3
Patch release for Aspire 13.4 with a fix for persistent container endpoint allocation regressions introduced in 13.4.
🐛 Fixes
isProxied: falseorWithEndpointProxySupport(false). Proxyless container endpoints with only atargetPortspecified now also resolve immediately to that port instead of waiting for delayed allocation. (#17960,@danegsta)🏷️ Housekeeping
Full Changelog: microsoft/aspire@v13.4.2...v13.4.3
Full commit: 4f218933552e18ff2874d1b6d5dc3fe671e3b6d9
Commits viewable in compare view.
Updated Microsoft.Orleans.Client from 10.1.0 to 10.2.0.
Release notes
Sourced from Microsoft.Orleans.Client's releases.
10.2.0
Orleans v10.2.0 focuses on runtime reliability, grain directory correctness, observability, Durable Jobs and journaling improvements, provider fixes, and a broad test/CI stabilization push.
Highlights
grain_typetags on request timeout/cancel counters (#10178), a Dashboard lifecycle dependency graph (#10145), and migration of Orleans metrics toIMeterFactory(#10201).ArcBuffersupport (#10066), built-in codecs for collection interface types (#10104, #10106), serializer conformance baselines (#10034), and safer request-context deserialization (#10017).Breaking changes and notable behavior changes
IConnectionMultiplexerviaServiceKeyno longer dispose that shared multiplexer on shutdown. Providers which create their own multiplexer still own and dispose it. (#10146, #10182)Orleans.Runtime.Instruments.Metershould resolveOrleansInstrumentsfrom DI and use itsMeterinstead. (#10201)JournaledStateManagerOptions.JournalFormatKey = "orleans-binary"to retain the old format for new writes. (#9973)ValidateInitialConnectivitystage runs beforeBecomeActive, keeping silos inJoininguntil initial peer connectivity is validated. (#10153)OrleansMessageRejectionExceptionandConnectionFailedException, with a longer default retry window. (#10140)GrainLifecycleEvents.ListenerNameis now correctly"Orleans.GrainLifecycle"; code subscribing by the previous string literal should update. (#10121)IJournalStorageCatalog. (#10112, #10148)StorageTypeenum values are rejected at startup. (#10176)Runtime, activation, placement, and lifecycle
PlacementServiceworkers during silo shutdown. (#9993)InsideRuntimeClientresponse handling, and removing locks from activation response processing. (#10118, #10119, #10129, #10127, #10128, #10139, #10141)Grain directory, routing, and cache correctness
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Orleans.Clustering.Redis from 10.1.0 to 10.2.0.
Release notes
Sourced from Microsoft.Orleans.Clustering.Redis's releases.
10.2.0
Orleans v10.2.0 focuses on runtime reliability, grain directory correctness, observability, Durable Jobs and journaling improvements, provider fixes, and a broad test/CI stabilization push.
Highlights
grain_typetags on request timeout/cancel counters (#10178), a Dashboard lifecycle dependency graph (#10145), and migration of Orleans metrics toIMeterFactory(#10201).ArcBuffersupport (#10066), built-in codecs for collection interface types (#10104, #10106), serializer conformance baselines (#10034), and safer request-context deserialization (#10017).Breaking changes and notable behavior changes
IConnectionMultiplexerviaServiceKeyno longer dispose that shared multiplexer on shutdown. Providers which create their own multiplexer still own and dispose it. (#10146, #10182)Orleans.Runtime.Instruments.Metershould resolveOrleansInstrumentsfrom DI and use itsMeterinstead. (#10201)JournaledStateManagerOptions.JournalFormatKey = "orleans-binary"to retain the old format for new writes. (#9973)ValidateInitialConnectivitystage runs beforeBecomeActive, keeping silos inJoininguntil initial peer connectivity is validated. (#10153)OrleansMessageRejectionExceptionandConnectionFailedException, with a longer default retry window. (#10140)GrainLifecycleEvents.ListenerNameis now correctly"Orleans.GrainLifecycle"; code subscribing by the previous string literal should update. (#10121)IJournalStorageCatalog. (#10112, #10148)StorageTypeenum values are rejected at startup. (#10176)Runtime, activation, placement, and lifecycle
PlacementServiceworkers during silo shutdown. (#9993)InsideRuntimeClientresponse handling, and removing locks from activation response processing. (#10118, #10119, #10129, #10127, #10128, #10139, #10141)Grain directory, routing, and cache correctness
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Orleans.Persistence.Redis from 10.1.0 to 10.2.0.
Release notes
Sourced from Microsoft.Orleans.Persistence.Redis's releases.
10.2.0
Orleans v10.2.0 focuses on runtime reliability, grain directory correctness, observability, Durable Jobs and journaling improvements, provider fixes, and a broad test/CI stabilization push.
Highlights
grain_typetags on request timeout/cancel counters (#10178), a Dashboard lifecycle dependency graph (#10145), and migration of Orleans metrics toIMeterFactory(#10201).ArcBuffersupport (#10066), built-in codecs for collection interface types (#10104, #10106), serializer conformance baselines (#10034), and safer request-context deserialization (#10017).Breaking changes and notable behavior changes
IConnectionMultiplexerviaServiceKeyno longer dispose that shared multiplexer on shutdown. Providers which create their own multiplexer still own and dispose it. (#10146, #10182)Orleans.Runtime.Instruments.Metershould resolveOrleansInstrumentsfrom DI and use itsMeterinstead. (#10201)JournaledStateManagerOptions.JournalFormatKey = "orleans-binary"to retain the old format for new writes. (#9973)ValidateInitialConnectivitystage runs beforeBecomeActive, keeping silos inJoininguntil initial peer connectivity is validated. (#10153)OrleansMessageRejectionExceptionandConnectionFailedException, with a longer default retry window. (#10140)GrainLifecycleEvents.ListenerNameis now correctly"Orleans.GrainLifecycle"; code subscribing by the previous string literal should update. (#10121)IJournalStorageCatalog. (#10112, #10148)StorageTypeenum values are rejected at startup. (#10176)Runtime, activation, placement, and lifecycle
PlacementServiceworkers during silo shutdown. (#9993)InsideRuntimeClientresponse handling, and removing locks from activation response processing. (#10118, #10119, #10129, #10127, #10128, #10139, #10141)Grain directory, routing, and cache correctness
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Orleans.Sdk from 10.1.0 to 10.2.0.
Release notes
Sourced from Microsoft.Orleans.Sdk's releases.
10.2.0
Orleans v10.2.0 focuses on runtime reliability, grain directory correctness, observability, Durable Jobs and journaling improvements, provider fixes, and a broad test/CI stabilization push.
Highlights
grain_typetags on request timeout/cancel counters (#10178), a Dashboard lifecycle dependency graph (#10145), and migration of Orleans metrics toIMeterFactory(#10201).ArcBuffersupport (#10066), built-in codecs for collection interface types (#10104, #10106), serializer conformance baselines (#10034), and safer request-context deserialization (#10017).Breaking changes and notable behavior changes
IConnectionMultiplexerviaServiceKeyno longer dispose that shared multiplexer on shutdown. Providers which create their own multiplexer still own and dispose it. (#10146, #10182)Orleans.Runtime.Instruments.Metershould resolveOrleansInstrumentsfrom DI and use itsMeterinstead. (#10201)JournaledStateManagerOptions.JournalFormatKey = "orleans-binary"to retain the old format for new writes. (#9973)ValidateInitialConnectivitystage runs beforeBecomeActive, keeping silos inJoininguntil initial peer connectivity is validated. (#10153)OrleansMessageRejectionExceptionandConnectionFailedException, with a longer default retry window. (#10140)GrainLifecycleEvents.ListenerNameis now correctly"Orleans.GrainLifecycle"; code subscribing by the previous string literal should update. (#10121)IJournalStorageCatalog. (#10112, #10148)StorageTypeenum values are rejected at startup. (#10176)Runtime, activation, placement, and lifecycle
PlacementServiceworkers during silo shutdown. (#9993)InsideRuntimeClientresponse handling, and removing locks from activation response processing. (#10118, #10119, #10129, #10127, #10128, #10139, #10141)Grain directory, routing, and cache correctness
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Orleans.Server from 10.1.0 to 10.2.0.
Release notes
Sourced from Microsoft.Orleans.Server's releases.
10.2.0
Orleans v10.2.0 focuses on runtime reliability, grain directory correctness, observability, Durable Jobs and journaling improvements, provider fixes, and a broad test/CI stabilization push.
Highlights
grain_typetags on request timeout/cancel counters (#10178), a Dashboard lifecycle dependency graph (#10145), and migration of Orleans metrics toIMeterFactory(#10201).ArcBuffersupport (#10066), built-in codecs for collection interface types (#10104, #10106), serializer conformance baselines (#10034), and safer request-context deserialization (#10017).Breaking changes and notable behavior changes
IConnectionMultiplexerviaServiceKeyno longer dispose that shared multiplexer on shutdown. Providers which create their own multiplexer still own and dispose it. (#10146, #10182)Orleans.Runtime.Instruments.Metershould resolveOrleansInstrumentsfrom DI and use itsMeterinstead. (#10201)JournaledStateManagerOptions.JournalFormatKey = "orleans-binary"to retain the old format for new writes. (#9973)ValidateInitialConnectivitystage runs beforeBecomeActive, keeping silos inJoininguntil initial peer connectivity is validated. (#10153)OrleansMessageRejectionExceptionandConnectionFailedException, with a longer default retry window. (#10140)GrainLifecycleEvents.ListenerNameis now correctly"Orleans.GrainLifecycle"; code subscribing by the previous string literal should update. (#10121)IJournalStorageCatalog. (#10112, #10148)StorageTypeenum values are rejected at startup. (#10176)Runtime, activation, placement, and lifecycle
PlacementServiceworkers during silo shutdown. (#9993)InsideRuntimeClientresponse handling, and removing locks from activation response processing. (#10118, #10119, #10129, #10127, #10128, #10139, #10141)Grain directory, routing, and cache correctness
... (truncated)
Commits viewable in compare view.
Updated OpenTelemetry.Extensions.Hosting from 1.15.3 to 1.16.0.
Release notes
Sourced from OpenTelemetry.Extensions.Hosting's releases.
1.16.0
For highlights and announcements pertaining to this release see: Release Notes > 1.16.0.
The following changes are from the previous release 1.16.0-rc.1.
NuGet: OpenTelemetry v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.InMemory v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Zipkin v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Extensions.Hosting v1.16.0
No notable changes.
... (truncated)
1.16.0-rc.1
The following changes are from the previous release 1.15.3.
NuGet: OpenTelemetry v1.16.0-rc.1
Stop validating View-provided metric stream
Nameagainst the instrumentname syntax, per
spec clarification.
(#7300)
Fix incorrect validation of
OTEL_BSP_*andOTEL_BLRP_*environmentvariables.
(#7187)
Fix observable instrument callbacks running once per reader instead of
once per collection cycle.
(#7188)
Added exception safety for user-supplied
ExemplarReservoirimplementations.Exceptions thrown from
Offerare now caught and logged rather than propagatingout of
Counter.Add/Histogram.Record.(#7277)
Update
OpenTelemetrySdkEventSourceto support the W3C randomness flag.([#7301](https://github.com/open-telemetry...
_Description has been tru...
Description has been truncated