Bump the orleans group with 4 updates#22
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Microsoft.Orleans.Persistence.AdoNet from 9.2.1 to 10.2.1 Bumps Microsoft.Orleans.Reminders.AdoNet from 9.2.1 to 10.2.1 Bumps Microsoft.Orleans.Server from 9.2.1 to 10.2.1 Bumps Microsoft.Orleans.TestingHost from 9.2.1 to 10.2.1 --- updated-dependencies: - dependency-name: Microsoft.Orleans.Persistence.AdoNet dependency-version: 10.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: orleans - dependency-name: Microsoft.Orleans.Reminders.AdoNet dependency-version: 10.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: orleans - dependency-name: Microsoft.Orleans.Server dependency-version: 10.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: orleans - dependency-name: Microsoft.Orleans.TestingHost dependency-version: 10.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: orleans ... 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 Microsoft.Orleans.Persistence.AdoNet from 9.2.1 to 10.2.1.
Release notes
Sourced from Microsoft.Orleans.Persistence.AdoNet's releases.
10.2.1
Reverts the message destination receiver cache changes from dotnet/orleans#10064 (commit: dotnet/orleans@d3c2af3)
Full Changelog: dotnet/orleans@v10.2.0...v10.2.1
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)
10.1.0
What's Changed
ConfigureAwaitanalyzer for grain code (ORLEANS0014) by @ReubenBond in AddConfigureAwaitanalyzer for grain code (ORLEANS0014) dotnet/orleans#9845IServiceLifecycleinterface with lifecycle hooks for client and silo by @ledjon-behluli in AddIServiceLifecycleinterface with lifecycle hooks for client and silo dotnet/orleans#9792... (truncated)
10.0.1
What's Changed
PooledBuffercleanup by @pentp inPooledBuffercleanup dotnet/orleans#9871New Contributors
Full Changelog: dotnet/orleans@v10.0.0...v10.0.1
10.0.0
Orleans version 10 multi-targets .NET 8.0 and .NET 10.0
What's Changed
provider_type_namestorage instrumentation metric tag by @cdemi in Fixedprovider_type_namestorage instrumentation metric tag dotnet/orleans#9615DurableStateby @ledjon-behluli in [Journaling] Avoid increase version after recovery forDurableStatedotnet/orleans#9628DurableTaskCompletionSourceby @ledjon-behluli in [Journaling] Align status serialization for both read and write inDurableTaskCompletionSourcedotnet/orleans#9626StatelessWorkerGrainContextwhen it contains no more workers by @ledjon-behluli in [FIX] DisposeStatelessWorkerGrainContextwhen it contains no more workers dotnet/orleans#9636ActivationDataActivatorProvider: run grain constructor on grain scheduler by @ReubenBond inActivationDataActivatorProvider: run grain constructor on grain scheduler dotnet/orleans#9726ActivationCollectorby @DeagleGross in fix concurrency issues inActivationCollectordotnet/orleans#9740LocalScheduledJobManager: avoid overlapping calls toPeriodicTimer.WaitForNextTickAsync, handle exceptions during shutdown. by @ReubenBond inLocalScheduledJobManager: avoid overlapping calls toPeriodicTimer.WaitForNextTickAsync, handle exceptions during shutdown. dotnet/orleans#9761IGrainManagementExtension.MigrateOnIdlecompletes by @ReubenBond in Initiate migration beforeIGrainManagementExtension.MigrateOnIdlecompletes dotnet/orleans#9758... (truncated)
10.0.0-rc.2
What's Changed
provider_type_namestorage instrumentation metric tag by @cdemi in Fixedprovider_type_namestorage instrumentation metric tag dotnet/orleans#9615DurableStateby @ledjon-behluli in [Journaling] Avoid increase version after recovery forDurableStatedotnet/orleans#9628DurableTaskCompletionSourceby @ledjon-behluli in [Journaling] Align status serialization for both read and write inDurableTaskCompletionSourcedotnet/orleans#9626StatelessWorkerGrainContextwhen it contains no more workers by @ledjon-behluli in [FIX] DisposeStatelessWorkerGrainContextwhen it contains no more workers dotnet/orleans#9636ActivationDataActivatorProvider: run grain constructor on grain scheduler by @ReubenBond inActivationDataActivatorProvider: run grain constructor on grain scheduler dotnet/orleans#9726ActivationCollectorby @DeagleGross in fix concurrency issues inActivationCollectordotnet/orleans#9740LocalScheduledJobManager: avoid overlapping calls toPeriodicTimer.WaitForNextTickAsync, handle exceptions during shutdown. by @ReubenBond inLocalScheduledJobManager: avoid overlapping calls toPeriodicTimer.WaitForNextTickAsync, handle exceptions during shutdown. dotnet/orleans#9761IGrainManagementExtension.MigrateOnIdlecompletes by @ReubenBond in Initiate migration beforeIGrainManagementExtension.MigrateOnIdlecompletes dotnet/orleans#9758HostName, addNegotiatedCipherSuiteby @ReubenBond in mTLS: Flow SNIHostName, addNegotiatedCipherSuitedotnet/orleans#9788... (truncated)
Commits viewable in compare view.
Updated Microsoft.Orleans.Reminders.AdoNet from 9.2.1 to 10.2.1.
Release notes
Sourced from Microsoft.Orleans.Reminders.AdoNet's releases.
10.2.1
Reverts the message destination receiver cache changes from dotnet/orleans#10064 (commit: dotnet/orleans@d3c2af3)
Full Changelog: dotnet/orleans@v10.2.0...v10.2.1
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)
10.1.0
What's Changed
ConfigureAwaitanalyzer for grain code (ORLEANS0014) by @ReubenBond in AddConfigureAwaitanalyzer for grain code (ORLEANS0014) dotnet/orleans#9845IServiceLifecycleinterface with lifecycle hooks for client and silo by @ledjon-behluli in AddIServiceLifecycleinterface with lifecycle hooks for client and silo dotnet/orleans#9792... (truncated)
10.0.1
What's Changed
PooledBuffercleanup by @pentp inPooledBuffercleanup dotnet/orleans#9871New Contributors
Full Changelog: dotnet/orleans@v10.0.0...v10.0.1
10.0.0
Orleans version 10 multi-targets .NET 8.0 and .NET 10.0
What's Changed
provider_type_namestorage instrumentation metric tag by @cdemi in Fixedprovider_type_namestorage instrumentation metric tag dotnet/orleans#9615DurableStateby @ledjon-behluli in [Journaling] Avoid increase version after recovery forDurableStatedotnet/orleans#9628DurableTaskCompletionSourceby @ledjon-behluli in [Journaling] Align status serialization for both read and write inDurableTaskCompletionSourcedotnet/orleans#9626StatelessWorkerGrainContextwhen it contains no more workers by @ledjon-behluli in [FIX] DisposeStatelessWorkerGrainContextwhen it contains no more workers dotnet/orleans#9636ActivationDataActivatorProvider: run grain constructor on grain scheduler by @ReubenBond inActivationDataActivatorProvider: run grain constructor on grain scheduler dotnet/orleans#9726ActivationCollectorby @DeagleGross in fix concurrency issues inActivationCollectordotnet/orleans#9740LocalScheduledJobManager: avoid overlapping calls toPeriodicTimer.WaitForNextTickAsync, handle exceptions during shutdown. by @ReubenBond inLocalScheduledJobManager: avoid overlapping calls toPeriodicTimer.WaitForNextTickAsync, handle exceptions during shutdown. dotnet/orleans#9761IGrainManagementExtension.MigrateOnIdlecompletes by @ReubenBond in Initiate migration beforeIGrainManagementExtension.MigrateOnIdlecompletes dotnet/orleans#9758... (truncated)
10.0.0-rc.2
What's Changed
provider_type_namestorage instrumentation metric tag by @cdemi in Fixedprovider_type_namestorage instrumentation metric tag dotnet/orleans#9615DurableStateby @ledjon-behluli in [Journaling] Avoid increase version after recovery forDurableStatedotnet/orleans#9628DurableTaskCompletionSourceby @ledjon-behluli in [Journaling] Align status serialization for both read and write inDurableTaskCompletionSourcedotnet/orleans#9626StatelessWorkerGrainContextwhen it contains no more workers by @ledjon-behluli in [FIX] DisposeStatelessWorkerGrainContextwhen it contains no more workers dotnet/orleans#9636ActivationDataActivatorProvider: run grain constructor on grain scheduler by @ReubenBond inActivationDataActivatorProvider: run grain constructor on grain scheduler dotnet/orleans#9726ActivationCollectorby @DeagleGross in fix concurrency issues inActivationCollectordotnet/orleans#9740LocalScheduledJobManager: avoid overlapping calls toPeriodicTimer.WaitForNextTickAsync, handle exceptions during shutdown. by @ReubenBond inLocalScheduledJobManager: avoid overlapping calls toPeriodicTimer.WaitForNextTickAsync, handle exceptions during shutdown. dotnet/orleans#9761IGrainManagementExtension.MigrateOnIdlecompletes by @ReubenBond in Initiate migration beforeIGrainManagementExtension.MigrateOnIdlecompletes dotnet/orleans#9758HostName, addNegotiatedCipherSuiteby @ReubenBond in mTLS: Flow SNIHostName, addNegotiatedCipherSuitedotnet/orleans#9788... (truncated)
Commits viewable in compare view.
Updated Microsoft.Orleans.Server from 9.2.1 to 10.2.1.
Release notes
Sourced from Microsoft.Orleans.Server's releases.
10.2.1
Reverts the message destination receiver cache changes from dotnet/orleans#10064 (commit: dotnet/orleans@d3c2af3)
Full Changelog: dotnet/orleans@v10.2.0...v10.2.1
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
Description has been truncated