Bump Microsoft.Orleans.Server, Microsoft.Orleans.Serialization.Abstractions and Microsoft.Orleans.Sdk
Bumps Microsoft.Orleans.Server, Microsoft.Orleans.Serialization.Abstractions and Microsoft.Orleans.Sdk. These dependencies needed to be updated together.
Updates Microsoft.Orleans.Server from 7.2.1 to 7.2.6
Release notes
Sourced from Microsoft.Orleans.Server's releases.
v7.2.6
What's Changed
- Fix StatelessWorker MaxLocal for Orleans 7.x by
@isaachiliin dotnet/orleans#8887- [7.x] Avoid over-counting stateless worker activations (#8886) by
@ReubenBondin dotnet/orleans#8890- [7.x] Use GrainDirectoryCacheFactory to construct a IGrainDirectoryCache (#8844) by
@ReubenBondin dotnet/orleans#8898New Contributors
@isaachilimade their first contribution in dotnet/orleans#8887Full Changelog: https://github.com/dotnet/orleans/compare/v7.2.5...v7.2.6
v7.2.5
What's Changed
- Avoid resending unchanged ClusterManifest to clients by
@ReubenBondin dotnet/orleans#8772- Fix
PooledBufferserialization & initialize ActivationMigrationManager on startup by@ReubenBondin dotnet/orleans#8861- Always reset RuntimeContext to previous value after use (#8864) by
@ReubenBondin dotnet/orleans#8870Full Changelog: https://github.com/dotnet/orleans/compare/v7.2.4...v7.2.5
v7.2.4
What's Changed
- Avoid hiding the stack of exceptions thrown from user code by
@ReubenBondin dotnet/orleans#8706- Improve error checking around constructing and parsing generic grain types and clean up tests by
@ReubenBondin dotnet/orleans#8705- Fix overread bug in Reader Skip by
@JohnMormanin dotnet/orleans#8709- Support Timeout.InfiniteTimeSpan in grain delay deactivation by
@nichvolodovin dotnet/orleans#8711- Do not retry membership updates during shutdown with dev clustering by
@ReubenBondin dotnet/orleans#8719- Throw if PersistentStateAttribute.StateName is null (#8708) by
@ReubenBondin dotnet/orleans#8718- Enable enumeration of the keys and entries in RequestContext (#8674) by
@ReubenBondin dotnet/orleans#8720- Fix flaky OneWay_Deactivation_CacheInvalidated test by
@ReubenBondin dotnet/orleans#8721- Throw when deserializing Exceptions by reference, and avoid reference tracking for all Exception-derived types (#8628) by
@david-obeein dotnet/orleans#8698- Correctly count number of items in LRU by
@koenbeukin dotnet/orleans#8742- Fix exception while collecting activations by
@nichvolodovin dotnet/orleans#8740- Identify F# single case discriminated unions as SumType by
@gfixin dotnet/orleans#8739- Fix "System.InvalidOperationException: Unable to extract integer key from grain id" at Silo.OnActiveStop (#8558) by
@peter-perotin dotnet/orleans#8701New Contributors
@gfixmade their first contribution in dotnet/orleans#8739@jeffhandleymade their first contribution in dotnet/orleans#8750Full Changelog: https://github.com/dotnet/orleans/compare/v7.2.3...v7.2.4
v7.2.3
What's Changed
- Add value type support to IActivator #8682 by
@AdrianoAEin dotnet/orleans#8683- Ensure that
ClusterMembershipOptions.NumVotesForDeathDeclarationis not greater thanNumProbedSiloson startup by@ReubenBondin dotnet/orleans#8679- Fix regression in
CollectionAgeLimitAttributeby@ReubenBondin dotnet/orleans#8681- Prevent progress reversal in cluster membership by
@ReubenBondin dotnet/orleans#8673- Ensure that exceptions thrown from Connection tasks are observed by
@ReubenBondin dotnet/orleans#8691- Add ILogConsistencyProtocolServices factory for all log consistency providers (#8157) by
@ikkentimin dotnet/orleans#8677
... (truncated)
Commits
9aab3f7Use GrainDirectoryCacheFactory to construct a IGrainDirectoryCache (#8844) (#...6981e70Avoid over-counting stateless worker activations (#8886) (#8890)c1d1640Fix StatelessWorker MaxLocal for Orleans 7.x (#8887)b7bf45fAlways reset RuntimeContext to previous value after use (#8864) (#8870)597bcf0FixPooledBufferserialization & initialize ActivationMigrationManager on s...57bafe7[7.x] Avoid resending unchanged ClusterManifest to clients (#8772)4ab056fIdentify F# single case discriminated unions as SumType (#8739) (#8757)6be49c1Fix exception caused by a log message (#8558) (#8701) (#8756)fbd92f4Fix exception while collecting activations when activation.KeepAliveUntil = D...236b398Correctly count number of items in LRU (#8742) (#8754)- Additional commits viewable in compare view
Updates Microsoft.Orleans.Serialization.Abstractions from 7.2.1 to 7.2.6
Release notes
Sourced from Microsoft.Orleans.Serialization.Abstractions's releases.
v7.2.6
What's Changed
- Fix StatelessWorker MaxLocal for Orleans 7.x by
@isaachiliin dotnet/orleans#8887- [7.x] Avoid over-counting stateless worker activations (#8886) by
@ReubenBondin dotnet/orleans#8890- [7.x] Use GrainDirectoryCacheFactory to construct a IGrainDirectoryCache (#8844) by
@ReubenBondin dotnet/orleans#8898New Contributors
@isaachilimade their first contribution in dotnet/orleans#8887Full Changelog: https://github.com/dotnet/orleans/compare/v7.2.5...v7.2.6
v7.2.5
What's Changed
- Avoid resending unchanged ClusterManifest to clients by
@ReubenBondin dotnet/orleans#8772- Fix
PooledBufferserialization & initialize ActivationMigrationManager on startup by@ReubenBondin dotnet/orleans#8861- Always reset RuntimeContext to previous value after use (#8864) by
@ReubenBondin dotnet/orleans#8870Full Changelog: https://github.com/dotnet/orleans/compare/v7.2.4...v7.2.5
v7.2.4
What's Changed
- Avoid hiding the stack of exceptions thrown from user code by
@ReubenBondin dotnet/orleans#8706- Improve error checking around constructing and parsing generic grain types and clean up tests by
@ReubenBondin dotnet/orleans#8705- Fix overread bug in Reader Skip by
@JohnMormanin dotnet/orleans#8709- Support Timeout.InfiniteTimeSpan in grain delay deactivation by
@nichvolodovin dotnet/orleans#8711- Do not retry membership updates during shutdown with dev clustering by
@ReubenBondin dotnet/orleans#8719- Throw if PersistentStateAttribute.StateName is null (#8708) by
@ReubenBondin dotnet/orleans#8718- Enable enumeration of the keys and entries in RequestContext (#8674) by
@ReubenBondin dotnet/orleans#8720- Fix flaky OneWay_Deactivation_CacheInvalidated test by
@ReubenBondin dotnet/orleans#8721- Throw when deserializing Exceptions by reference, and avoid reference tracking for all Exception-derived types (#8628) by
@david-obeein dotnet/orleans#8698- Correctly count number of items in LRU by
@koenbeukin dotnet/orleans#8742- Fix exception while collecting activations by
@nichvolodovin dotnet/orleans#8740- Identify F# single case discriminated unions as SumType by
@gfixin dotnet/orleans#8739- Fix "System.InvalidOperationException: Unable to extract integer key from grain id" at Silo.OnActiveStop (#8558) by
@peter-perotin dotnet/orleans#8701New Contributors
@gfixmade their first contribution in dotnet/orleans#8739@jeffhandleymade their first contribution in dotnet/orleans#8750Full Changelog: https://github.com/dotnet/orleans/compare/v7.2.3...v7.2.4
v7.2.3
What's Changed
- Add value type support to IActivator #8682 by
@AdrianoAEin dotnet/orleans#8683- Ensure that
ClusterMembershipOptions.NumVotesForDeathDeclarationis not greater thanNumProbedSiloson startup by@ReubenBondin dotnet/orleans#8679- Fix regression in
CollectionAgeLimitAttributeby@ReubenBondin dotnet/orleans#8681- Prevent progress reversal in cluster membership by
@ReubenBondin dotnet/orleans#8673- Ensure that exceptions thrown from Connection tasks are observed by
@ReubenBondin dotnet/orleans#8691- Add ILogConsistencyProtocolServices factory for all log consistency providers (#8157) by
@ikkentimin dotnet/orleans#8677
... (truncated)
Commits
9aab3f7Use GrainDirectoryCacheFactory to construct a IGrainDirectoryCache (#8844) (#...6981e70Avoid over-counting stateless worker activations (#8886) (#8890)c1d1640Fix StatelessWorker MaxLocal for Orleans 7.x (#8887)b7bf45fAlways reset RuntimeContext to previous value after use (#8864) (#8870)597bcf0FixPooledBufferserialization & initialize ActivationMigrationManager on s...57bafe7[7.x] Avoid resending unchanged ClusterManifest to clients (#8772)4ab056fIdentify F# single case discriminated unions as SumType (#8739) (#8757)6be49c1Fix exception caused by a log message (#8558) (#8701) (#8756)fbd92f4Fix exception while collecting activations when activation.KeepAliveUntil = D...236b398Correctly count number of items in LRU (#8742) (#8754)- Additional commits viewable in compare view
Updates Microsoft.Orleans.Sdk from 7.2.1 to 7.2.6
Release notes
Sourced from Microsoft.Orleans.Sdk's releases.
v7.2.6
What's Changed
- Fix StatelessWorker MaxLocal for Orleans 7.x by
@isaachiliin dotnet/orleans#8887- [7.x] Avoid over-counting stateless worker activations (#8886) by
@ReubenBondin dotnet/orleans#8890- [7.x] Use GrainDirectoryCacheFactory to construct a IGrainDirectoryCache (#8844) by
@ReubenBondin dotnet/orleans#8898New Contributors
@isaachilimade their first contribution in dotnet/orleans#8887Full Changelog: https://github.com/dotnet/orleans/compare/v7.2.5...v7.2.6
v7.2.5
What's Changed
- Avoid resending unchanged ClusterManifest to clients by
@ReubenBondin dotnet/orleans#8772- Fix
PooledBufferserialization & initialize ActivationMigrationManager on startup by@ReubenBondin dotnet/orleans#8861- Always reset RuntimeContext to previous value after use (#8864) by
@ReubenBondin dotnet/orleans#8870Full Changelog: https://github.com/dotnet/orleans/compare/v7.2.4...v7.2.5
v7.2.4
What's Changed
- Avoid hiding the stack of exceptions thrown from user code by
@ReubenBondin dotnet/orleans#8706- Improve error checking around constructing and parsing generic grain types and clean up tests by
@ReubenBondin dotnet/orleans#8705- Fix overread bug in Reader Skip by
@JohnMormanin dotnet/orleans#8709- Support Timeout.InfiniteTimeSpan in grain delay deactivation by
@nichvolodovin dotnet/orleans#8711- Do not retry membership updates during shutdown with dev clustering by
@ReubenBondin dotnet/orleans#8719- Throw if PersistentStateAttribute.StateName is null (#8708) by
@ReubenBondin dotnet/orleans#8718- Enable enumeration of the keys and entries in RequestContext (#8674) by
@ReubenBondin dotnet/orleans#8720- Fix flaky OneWay_Deactivation_CacheInvalidated test by
@ReubenBondin dotnet/orleans#8721- Throw when deserializing Exceptions by reference, and avoid reference tracking for all Exception-derived types (#8628) by
@david-obeein dotnet/orleans#8698- Correctly count number of items in LRU by
@koenbeukin dotnet/orleans#8742- Fix exception while collecting activations by
@nichvolodovin dotnet/orleans#8740- Identify F# single case discriminated unions as SumType by
@gfixin dotnet/orleans#8739- Fix "System.InvalidOperationException: Unable to extract integer key from grain id" at Silo.OnActiveStop (#8558) by
@peter-perotin dotnet/orleans#8701New Contributors
@gfixmade their first contribution in dotnet/orleans#8739@jeffhandleymade their first contribution in dotnet/orleans#8750Full Changelog: https://github.com/dotnet/orleans/compare/v7.2.3...v7.2.4
v7.2.3
What's Changed
- Add value type support to IActivator #8682 by
@AdrianoAEin dotnet/orleans#8683- Ensure that
ClusterMembershipOptions.NumVotesForDeathDeclarationis not greater thanNumProbedSiloson startup by@ReubenBondin dotnet/orleans#8679- Fix regression in
CollectionAgeLimitAttributeby@ReubenBondin dotnet/orleans#8681- Prevent progress reversal in cluster membership by
@ReubenBondin dotnet/orleans#8673- Ensure that exceptions thrown from Connection tasks are observed by
@ReubenBondin dotnet/orleans#8691- Add ILogConsistencyProtocolServices factory for all log consistency providers (#8157) by
@ikkentimin dotnet/orleans#8677
... (truncated)
Commits
9aab3f7Use GrainDirectoryCacheFactory to construct a IGrainDirectoryCache (#8844) (#...6981e70Avoid over-counting stateless worker activations (#8886) (#8890)c1d1640Fix StatelessWorker MaxLocal for Orleans 7.x (#8887)b7bf45fAlways reset RuntimeContext to previous value after use (#8864) (#8870)597bcf0FixPooledBufferserialization & initialize ActivationMigrationManager on s...57bafe7[7.x] Avoid resending unchanged ClusterManifest to clients (#8772)4ab056fIdentify F# single case discriminated unions as SumType (#8739) (#8757)6be49c1Fix exception caused by a log message (#8558) (#8701) (#8756)fbd92f4Fix exception while collecting activations when activation.KeepAliveUntil = D...236b398Correctly count number of items in LRU (#8742) (#8754)- Additional 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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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)