Bump Akka and 15 others #284
Closed
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated Akka from 1.5.37 to 1.5.46.
Release notes
Sourced from Akka's releases.
1.5.46
1.5.46 July 17th, 2025
Akka.NET v1.5.46 is a minor patch containing a fix for the Akka.IO.Dns extension.
3 contributors since release 1.5.45
To see the full set of changes in Akka.NET v1.5.46, click here
1.5.45 July 7th, 2025
Akka.NET v1.5.45 is a minor patch containing bug fixes for Core Akka and Akka.Cluster.Sharding plugin.
ShardingConsumerControllerImplshutdownFailuretoExceptionforAsk<object>Settings.InjectTopLevelFallbackrace conditionSupervision Strategy For Sharding Remembered Entities
SupervisorStrategyproperty toClusterShardingSettings. You can use any type ofSupervisionStrategy, but it is recommended that you inheritShardSupervisionStrategyif you're making your own custom supervision strategy.SupervisionStrategydecisions and stops remembered entities if theSupervisionStrategy.Deciderreturned aDirective.Stopor if there is a maximum restart retry limitation.4 contributors since release 1.5.44
To see the full set of changes in Akka.NET v1.5.45, click here
1.5.44 June 19th, 2025
Akka.NET v1.5.44 is a minor patch that contains a bug fix to the Akka.Persistence plugin.
3 contributors since release 1.5.43
... (truncated)
1.5.45
1.5.45 July 7th, 2025
Akka.NET v1.5.45 is a minor patch containing bug fixes for Core Akka and Akka.Cluster.Sharding plugin.
ShardingConsumerControllerImplshutdownFailuretoExceptionforAsk<object>Settings.InjectTopLevelFallbackrace conditionSupervision Strategy For Sharding Remembered Entities
SupervisorStrategyproperty toClusterShardingSettings. You can use any type ofSupervisionStrategy, but it is recommended that you inheritShardSupervisionStrategyif you're making your own custom supervision strategy.SupervisionStrategydecisions and stops remembered entities if theSupervisionStrategy.Deciderreturned aDirective.Stopor if there is a maximum restart retry limitation.4 contributors since release 1.5.44
To see the full set of changes in Akka.NET v1.5.45, click here
Changes:
Settings.InjectTopLevelFallbackrace condition (#7721)See More
TreatWarningsAsErrors(#7708)This list of changes was auto generated.
1.5.44
1.5.44 June 19th, 2025
Akka.NET v1.5.44 is a minor patch that contains a bug fix to the Akka.Persistence plugin.
3 contributors since release 1.5.43
To see the full set of changes in Akka.NET v1.5.44, click here.
Changes:
See More
EventSourcedtimer is cancelled when persistent actor is stopped (#7693)RELEASE_NOTES.md(#7688)This list of changes was auto generated.
1.5.43
1.5.43 June 10th, 2025
Akka.NET v1.5.43 contains several bug fixes and also adds new quality of life features.
ReadJournalForAPI methodNew Akka.Analyzer Rules
We've added three new Akka.Analyzer rules, AK2003, AK2004, and AK2005. All of them addresses the same Akka anti-pattern where a
void asyncdelegate is being passed into theReceiveActor.Receive<T>()(AK2003),IDslActor.Receive<T>()(AK2004), andReceivePersistentActor.Command<T>()(AK2005) message handlers.Here are the documentation for each new rules:
4 contributors since release 1.5.42
To see the full set of changes in Akka.NET v1.5.43, click here.
What's Changed
ReadJournalForAPI by @Arkatufus in [Query] Add non-genericReadJournalForAPI akkadotnet/akka.net#7679FilterOnFallbackPortdocumentation by @Arkatufus in AddFilterOnFallbackPortdocumentation akkadotnet/akka.net#7683New Contributors
... (truncated)
1.5.42
1.5.42 May 21st, 2025
Akka.NET v1.5.42 contains several bug fixes and also adds new quality of life features to
Akka.IO.Tcp,Akka.Persistence,Akka.Pattern, andAkka.Cluster.Tools.DistributedPubSub.TcpListenerconnection queue problemCircuitBreakerAPI to signal timed out operationsCircuitBreakerprotected method API to use cancellation tokenTcpListenerStatisticsand subscription methodsDistributedPubSubcodeDistributedPubSubmemory allocationDistributedPubSubDeadLetterlog messageCreateBuilderpatternTcpConnectionPublishWithAckfeature toDistributedPubSubAkka.Pattern.CircuitBreaker
Backward compatible API changes:
.WithCircuitBreaker()APIs were added that changes the protected function delegate to accept a newCancellationTokenargument..WithCircuitBreaker()APIs were marked as obsolete.Akka.Cluster.Tools.DistributedPubSub
The documentation for the new
PublishWithAckfeature can be read hereBackward compatible API changes:
DistributedPubSubSettingsconstructor that leverages the newPublishWithAckfeature. The old constructor is marked as obsolete.Akka.Persistence
The documentation for the new supervision strategy for journal and snapshot-store feature can be read here
Breaking API changes:
Due to changes in
CircuitBreaker.WithCircuitBreaker()APIs, severalAkka.Persistencejournal and snapshot-store were changed in a breaking manner. You will need to consider these changes if you have your own specificAkka.Persistenceplugin implementation and needed to upgrade to this version of Akka.DeleteMessagesToAsync()ReadHighestSequenceNrAsync()WriteMessagesAsyncDeleteAsync()methodsLoadAsync()... (truncated)
1.5.41
1.5.41 May 6th, 2025
Akka.NET v1.5.41 contains several bug fixes and also adds new quality of life features to Akka.TestKit and Akka.Streams.
EventFilterrespectsWithinAsynctimeout blocksExpectNextNAsync()error message clarityIDaemonMsgwith public interface markerBroadcastHubconsumersGroupByto use infinite output sub-streamsXUnit V3 Support
We've added XUnit v3 support to Akka.TestKit.Xunit, please use this package if you're planning on using and/or migrating to the latest XUnit 3 platform.
Note that due to XUnit v3 limitation, please make sure that you're following these minimum requirements:
xunit.v3.*packages v2.0.2 and above.xunit.runner.visualstudiopackage v3.1.0 and above.Akka.Streams
GroupByAPI improvementAkka.StreamsGroupBystage can now, and now by default, create an unlimited number of sub-streams. Simply omit themaxSubstreamsparameter or change themaxSubstreamsparameter to a negative value to enable this feature.4 contributors since release 1.5.40
To see the full set of changes in Akka.NET v1.5.40, click here.
Changes:
Akkabenchmarks (#7618)... (truncated)
1.5.40
1.5.40 March 24th, 2025
Endpointactor cleanupBufferSelectAsyncUnorderedContinueWithto local functionSelectAsynccheck equality by reference instead of by struct value2 contributors since release 1.5.39
To see the full set of changes in Akka.NET v1.5.40, click here.
Changes:
ClusterSingletonManager.DefaultConfig()build warnings (#7571)QueueSinkSpec(#7566)See More
DistributedPubSubRestartSpecs(#7563)ConfigureAwait(false)(#7561)FlowThrottleSpecs(#7554)Taggedmessages in all queries (#7548) [ #7528 ]IMemoryJournalAPI (#7547)SelectAsync: check equality by reference on placeholder, rather than by value onstruct(#7543)PersistentFsmSpecs (#7545)refresh-interval(#7544)... (truncated)
1.5.39
1.5.39 March 14th, 2025
Akka.NET v1.5.39 contains a mission-critical bugfix for most Akka.Streams users.
ShardingEnvelopecontents insideIMessageExtract.EntityMessage- fixed a small edge case bug that could cause theShardingEnvelopeto be delivered to actors rather than the content inside the envelope.Result<T>- small set of API changes here aimed at making Akka.Streams easier to reason about.SelectAsync- this is a bug that's popped up in Akka.Persistence.Sql, Akka.Streams.Kafka, and many other places whereSelectAsyncis used:SelectAsyncstopped working even when async code block is guarded by a try...catch block akkadotnet/akka.net#75183 contributors since release 1.5.38
To see the full set of changes in Akka.NET v1.5.39, click here.
Changes:
SelectAsync(#7521) [ #7518 ]Result<T>(#7520)ShardingAdapterrecursively call the underlyingIMessageExtractor(#7474) [ #7470 ]This list of changes was auto generated.
1.5.38
1.5.38 February 17th 2025
Akka.NET v1.5.38 is a maintenance release with several bug fixes and minor quality of life API additions
ByteString.ToReadOnlySpan()IntentionalRestartauto received message to easily test actor restart behaviorAsk()FutureActorReftemporary actors to prevent memory leaksTo see the full set of changes in Akka.NET v1.5.38, click here.
4 contributors since release 1.5.37
Changes:
Context.WatchonFutureActorRef<T>creates memory leaks (#7502) [ #7501 ]IntentionalRestartmessage to test actor restart behaviors (#7493) [ #7492 ]See More
This list of changes was auto generated.
Commits viewable in compare view.
Updated Akka.Hosting from 1.5.31.1 to 1.5.46.
Release notes
Sourced from Akka.Hosting's releases.
1.5.46
1.5.46 July 17th 2025
1.5.45
1.5.45 July 7th 2025
1.5.44
1.5.44 June 23rd 2025
1.5.42
1.5.42 May 21st 2025
.WithDistributedData()to startDistributedDataProviderautomatically1.5.40
1.5.40 March 24th 2025
1.5.39
1.5.39 March 17th 2025
1.5.38
1.5.38 February 17th 2025
1.5.37.2
1.5.37.2 February 5th 2024
xUnitLoggerthrowingNotImplementedExceptionwhen used with scoped logging.1.5.37.1
1.5.37 January 23rd 2025
Moving all of our BCL dependencies to 8.0 created issues for our .NET 6-9 users when adopting Akka.NET packages that only targeted .NET Standard, so for the time being we're normalizing everything back to 6.0
1.5.37
1.5.37 January 23rd 2025
Moving all of our BCL dependencies to 8.0 created issues for our .NET 6-9 users when adopting Akka.NET packages that only targeted .NET Standard, so for the time being we're normalizing everything back to 6.0
1.5.36
1.5.36 January 22nd 2025
1.5.35
1.5.35 January 13th 2025
1.5.34
1.5.34 January 7th 2025
1.5.33
1.5.33 December 24th 2024
nullabilityissues with Akka.Hosting.TestKit APIs1.5.32
1.5.32 December 4th 2024
Commits viewable in compare view.
Updated BenchmarkDotNet from 0.14.0 to 0.15.2.
Release notes
Sourced from BenchmarkDotNet's releases.
0.15.2
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html
Highlights
0.15.1
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html
Highlights
0.15.0
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html
Commits viewable in compare view.
Updated coverlet.collector from 6.0.3 to 6.0.4.
Release notes
Sourced from coverlet.collector's releases.
6.0.4
Fixed
Diff between 6.0.3 and 6.0.4
Commits viewable in compare view.
Updated FluentAssertions from 6.12.1 to 8.5.0.
Release notes
Sourced from FluentAssertions's releases.
8.5.0
What's Changed
New features
Fixes
Others
Full Changelog: fluentassertions/fluentassertions@8.4.0...8.5.0
8.4.0
What's Changed
Improvements
Others
New Contributors
Full Changelog: fluentassertions/fluentassertions@8.3.0...8.4.0
8.3.0
What's Changed
Improvements
Others
Full Changelog: fluentassertions/fluentassertions@8.2.0...8.3.0
8.2.0
What's Changed
Improvements
Fixes
StringSyntaxannotations by @jnyrup in RestoreStringSyntaxannotations fluentassertions/fluentassertions#3033Others
Full Changelog: fluentassertions/fluentassertions@8.1.1...8.2.0
8.1.1
What's Changed
Fixes
Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1
8.1.0
What's Changed
Improvements
Fixes
Documentation
Others
New Contributors
Full Changelog: fluentassertions/fluentassertions@8.0.1...8.1.0
8.0.1
What's Changed
Improvements
Others
Full Changelog: fluentassertions/fluentassertions@8.0.0...8.0.1
8.0.0
What's Changed
License change
Breaking Changes
OrEqualTomethods by @IT-VBFK in Remove obsoleteOrEqualTomethods fluentassertions/fluentassertions#2269SpacesPerIndentionLevelby @jnyrup in RemoveSpacesPerIndentionLevelfluentassertions/fluentassertions#2281AllSatisfyto succeed on empty collections by @jnyrup in ChangeAllSatisfyto succeed on empty collections fluentassertions/fluentassertions#2321ForConstrainttoIAssertionScopeby @IT-VBFK in AddForConstrainttoIAssertionScopefluentassertions/fluentassertions#2324OnlyContainto succeed on empty collections by @IT-VBFK in ChangeOnlyContainto succeed on empty collections fluentassertions/fluentassertions#2350NSpec3by @ITaluone in Drop support forNSpec3fluentassertions/fluentassertions#2356NotThrow[After]toActionAssertionsby @jnyrup in Move non-genericNotThrow[After]toActionAssertionsfluentassertions/fluentassertions#2371EquivalencyAssertionOptionstoEquivalencyOptionsby @vbreuss in RenameEquivalencyAssertionOptionstoEquivalencyOptionsfluentassertions/fluentassertions#2414WithoutMatchingRulesandWithoutSelectionRuleswhile usingBeEquivalentToby @vbreuss in Allow fluently callingWithoutMatchingRulesandWithoutSelectionRuleswhile usingBeEquivalentTofluentassertions/fluentassertions#2457SubsequentOrderingAssertionsby @vbreuss in Simplify inheritance ofSubsequentOrderingAssertionsfluentassertions/fluentassertions#2439RespectingRuntimeTypesandRespectingDeclaredTypesto better clarify their purpose by @dennisdoomen in RenamedRespectingRuntimeTypesandRespectingDeclaredTypesto better clarify their purpose fluentassertions/fluentassertions#2866HttpResponseMessageassertions by @ITaluone in Remove support forHttpResponseMessageassertions fluentassertions/fluentassertions#2909New features
NotBeIn(DateTimeKind)DateTimeassertion by @IT-VBFK in Add missingNotBeIn(DateTimeKind)DateTimeassertion fluentassertions/fluentassertions#2536EquivalencyOptionsin string assertions by @vbreuss in Allow specifyingEquivalencyOptionsin string assertions fluentassertions/fluentassertions#2413Improvements
TypeMemberReflectorby @jnyrup in OptimizeTypeMemberReflectorfluentassertions/fluentassertions#2320AssertionScopes to chain their context by @dennisdoomen in Allow nestedAssertionScopes to chain their context fluentassertions/fluentassertions#2607... (truncated)
8.0.0-rc.2
What's Changed
Fixes
Others
Full Changelog: fluentassertions/fluentassertions@8.0.0-rc.1...8.0.0-rc.2
8.0.0-rc.1
What's Changed
Breaking Changes
RespectingRuntimeTypesandRespectingDeclaredTypesto better clarify their purpose by @dennisdoomen in RenamedRespectingRuntimeTypesandRespectingDeclaredTypesto better clarify their purpose fluentassertions/fluentassertions#2866HttpResponseMessageassertions by @ITaluone in Remove support forHttpResponseMessageassertions fluentassertions/fluentassertions#2909Fixes
Documentation
Others
... (truncated)
8.0.0-alpha.1
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@7.0.0-alpha.6...8.0.0-alpha.1
7.2.0
What's Changed
Improvements
Fixes
Others
Full Changelog: fluentassertions/fluentassertions@7.1.0...7.2.0
7.1.0
What's Changed
Improvements
Others
Full Changelog: fluentassertions/fluentassertions@7.0.0...7.1.0
7.0.0
What's Changed
Breaking Changes
Fixes
Documentation
Others
System.Configuration.ConfigurationManagerandSystem.Threading.Tasks.Extensionsby @jnyrup in Backport bump ofSystem.Configuration.ConfigurationManagerandSystem.Threading.Tasks.Extensionsfluentassertions/fluentassertions#2856New Contributors
Full Changelog: fluentassertions/fluentassertions@6.12.2...7.0.0
6.12.2
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2
Commits viewable in compare view.
Updated FsCheck.Xunit from 2.16.6 to 3.3.0.
Release notes
Sourced from FsCheck.Xunit's releases.
3.3.0
Added FsCheck.Xunit.v3. (by JohSand)
3.2.0
Support C# struct record generation. (by Brian Rourke Boll)
Xunit
PropertyrespectsIAsyncLifetime. (by Arialdo Martini)3.1.0
Support Async<'Testable> & Task<'Testable>. Slight behavior change: an explicit upcast to non-generic
Task(:> Task) is now needed for tests involvingTask<'T>where'Tis not itself a testable type. (by Brian Rourke Boll)3.0.1
3.0.0
Fix stamp missing for final test. (by Calum Sieppert)
FsCheck.NUnit: updated to NUnit 4. (with David Naylor)
FsCheck.NUnit: implement PropertiesAttribute. (by Oleksandr Bogomaz)
FsCheck.NUnit: handle NUnit's signalling exceptions. (by Oleksandr Bogomaz)
FsCheck.Xunit: fixed MissingMethodException caused by integration issue with xunit 2.9.x.
3.0.0-rc3
StringNoNnullsis renamed toStringNoNullChar.|@,@|and%>are removed. Please useProp.labelinstead.ForAlloverloads for variousTasktypes.NonEmptySet,NonEmptyArrayandFixedLengthArraynow implementIEnnumerableto avoid a call toGetin common scenarios.3.0.0-rc2
Negative decimals are now also generated. (by Stephen Smith)
Relax FsCheck.Xunit's restriction on xUnit versions. (by Tom Rijnbeek)
Made
Gen.choose64public.Remove dependency on FAKE and paket in favor of standard .NET tools. (by Patrick Stevens)cription of the release
3.0.0-rc1
Enable properties that return
Task<T>. (by Mark Seemann)Includes all changes up to 2.16.6.
3.0.0-beta2
Fixed bug that caused exceptions not to be propagated to output correctly.
Added a few missing methods in
Fluent.Arbitrary.Add a few missing
Prop.ForAlloverloads.Includes changes in 2.16.4.
3.0.0-beta1
Backwards incompatible*: Refactor and split of the
GenandArbitraryAPIs intoFsCheck.FSharpandFsCheck.Fluent. This is a first step in splitting the entire API into a functional (for F# consumers) and fluent (for C# and VB.NET consumers...Description has been truncated