Bump Akka and 14 others #282
Open
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 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.
ShardingConsumerControllerImpl
shutdownFailure
toException
forAsk<object>
Settings.InjectTopLevelFallback
race conditionSupervision Strategy For Sharding Remembered Entities
SupervisorStrategy
property toClusterShardingSettings
. You can use any type ofSupervisionStrategy
, but it is recommended that you inheritShardSupervisionStrategy
if you're making your own custom supervision strategy.SupervisionStrategy
decisions and stops remembered entities if theSupervisionStrategy.Decider
returned aDirective.Stop
or 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.
ShardingConsumerControllerImpl
shutdownFailure
toException
forAsk<object>
Settings.InjectTopLevelFallback
race conditionSupervision Strategy For Sharding Remembered Entities
SupervisorStrategy
property toClusterShardingSettings
. You can use any type ofSupervisionStrategy
, but it is recommended that you inheritShardSupervisionStrategy
if you're making your own custom supervision strategy.SupervisionStrategy
decisions and stops remembered entities if theSupervisionStrategy.Decider
returned aDirective.Stop
or 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.InjectTopLevelFallback
race 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
EventSourced
timer 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.
ReadJournalFor
API 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 async
delegate 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
ReadJournalFor
API by @Arkatufus in [Query] Add non-genericReadJournalFor
API akkadotnet/akka.net#7679FilterOnFallbackPort
documentation by @Arkatufus in AddFilterOnFallbackPort
documentation 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
.TcpListener
connection queue problemCircuitBreaker
API to signal timed out operationsCircuitBreaker
protected method API to use cancellation tokenTcpListenerStatistics
and subscription methodsDistributedPubSub
codeDistributedPubSub
memory allocationDistributedPubSub
DeadLetter
log messageCreateBuilder
patternTcpConnection
PublishWithAck
feature toDistributedPubSub
Akka.Pattern.CircuitBreaker
Backward compatible API changes:
.WithCircuitBreaker()
APIs were added that changes the protected function delegate to accept a newCancellationToken
argument..WithCircuitBreaker()
APIs were marked as obsolete.Akka.Cluster.Tools.DistributedPubSub
The documentation for the new
PublishWithAck
feature can be read hereBackward compatible API changes:
DistributedPubSubSettings
constructor that leverages the newPublishWithAck
feature. 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.Persistence
journal and snapshot-store were changed in a breaking manner. You will need to consider these changes if you have your own specificAkka.Persistence
plugin implementation and needed to upgrade to this version of Akka.DeleteMessagesToAsync()
ReadHighestSequenceNrAsync()
WriteMessagesAsync
DeleteAsync()
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.
EventFilter
respectsWithinAsync
timeout blocksExpectNextNAsync()
error message clarityIDaemonMsg
with public interface markerBroadcastHub
consumersGroupBy
to 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.visualstudio
package v3.1.0 and above.Akka.Streams
GroupBy
API improvementAkka.Streams
GroupBy
stage can now, and now by default, create an unlimited number of sub-streams. Simply omit themaxSubstreams
parameter or change themaxSubstreams
parameter 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:
Akka
benchmarks (#7618)... (truncated)
1.5.40
1.5.40 March 24th, 2025
Endpoint
actor cleanupBuffer
SelectAsyncUnordered
ContinueWith
to local functionSelectAsync
check 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)Tagged
messages in all queries (#7548) [ #7528 ]IMemoryJournal
API (#7547)SelectAsync
: check equality by reference on placeholder, rather than by value onstruct
(#7543)PersistentFsmSpec
s (#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.
ShardingEnvelope
contents insideIMessageExtract.EntityMessage
- fixed a small edge case bug that could cause theShardingEnvelope
to 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 whereSelectAsync
is used:SelectAsync
stopped 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)ShardingAdapter
recursively 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()
IntentionalRestart
auto received message to easily test actor restart behaviorAsk()
FutureActorRef
temporary 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.Watch
onFutureActorRef<T>
creates memory leaks (#7502) [ #7501 ]IntentionalRestart
message 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 startDistributedDataProvider
automatically1.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
xUnitLogger
throwingNotImplementedException
when 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
nullability
issues 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.
No release notes found for this version range.
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
StringSyntax
annotations by @jnyrup in RestoreStringSyntax
annotations 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
OrEqualTo
methods by @IT-VBFK in Remove obsoleteOrEqualTo
methods fluentassertions/fluentassertions#2269SpacesPerIndentionLevel
by @jnyrup in RemoveSpacesPerIndentionLevel
fluentassertions/fluentassertions#2281AllSatisfy
to succeed on empty collections by @jnyrup in ChangeAllSatisfy
to succeed on empty collections fluentassertions/fluentassertions#2321ForConstraint
toIAssertionScope
by @IT-VBFK in AddForConstraint
toIAssertionScope
fluentassertions/fluentassertions#2324OnlyContain
to succeed on empty collections by @IT-VBFK in ChangeOnlyContain
to succeed on empty collections fluentassertions/fluentassertions#2350NSpec3
by @ITaluone in Drop support forNSpec3
fluentassertions/fluentassertions#2356NotThrow[After]
toActionAssertions
by @jnyrup in Move non-genericNotThrow[After]
toActionAssertions
fluentassertions/fluentassertions#2371EquivalencyAssertionOptions
toEquivalencyOptions
by @vbreuss in RenameEquivalencyAssertionOptions
toEquivalencyOptions
fluentassertions/fluentassertions#2414WithoutMatchingRules
andWithoutSelectionRules
while usingBeEquivalentTo
by @vbreuss in Allow fluently callingWithoutMatchingRules
andWithoutSelectionRules
while usingBeEquivalentTo
fluentassertions/fluentassertions#2457SubsequentOrderingAssertions
by @vbreuss in Simplify inheritance ofSubsequentOrderingAssertions
fluentassertions/fluentassertions#2439RespectingRuntimeTypes
andRespectingDeclaredTypes
to better clarify their purpose by @dennisdoomen in RenamedRespectingRuntimeTypes
andRespectingDeclaredTypes
to better clarify their purpose fluentassertions/fluentassertions#2866HttpResponseMessage
assertions by @ITaluone in Remove support forHttpResponseMessage
assertions fluentassertions/fluentassertions#2909New features
NotBeIn(DateTimeKind)
DateTime
assertion by @IT-VBFK in Add missingNotBeIn(DateTimeKind)
DateTime
assertion fluentassertions/fluentassertions#2536EquivalencyOptions
in string assertions by @vbreuss in Allow specifyingEquivalencyOptions
in string assertions fluentassertions/fluentassertions#2413Improvements
TypeMemberReflector
by @jnyrup in OptimizeTypeMemberReflector
fluentassertions/fluentassertions#2320AssertionScope
s to chain their context by @dennisdoomen in Allow nestedAssertionScope
s 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
RespectingRuntimeTypes
andRespectingDeclaredTypes
to better clarify their purpose by @dennisdoomen in RenamedRespectingRuntimeTypes
andRespectingDeclaredTypes
to better clarify their purpose fluentassertions/fluentassertions#2866HttpResponseMessage
assertions by @ITaluone in Remove support forHttpResponseMessage
assertions 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.ConfigurationManager
andSystem.Threading.Tasks.Extensions
by @jnyrup in Backport bump ofSystem.Configuration.ConfigurationManager
andSystem.Threading.Tasks.Extensions
fluentassertions/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
Property
respectsIAsyncLifetime
. (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'T
is 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
StringNoNnulls
is renamed toStringNoNullChar
.|@
,@|
and%>
are removed. Please useProp.label
instead.ForAll
overloads for variousTask
types.NonEmptySet
,NonEmptyArray
andFixedLengthArray
now implementIEnnumerable
to avoid a call toGet
in 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.choose64
public.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.ForAll
overloads.Includes changes in 2.16.4.
3.0.0-beta1
Backwards incompatible*: Refactor and split of the
Gen
andArbitrary
APIs intoFsCheck.FSharp
andFsCheck.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) interface. This should be clearer for both kinds of consumers.By and large, if you are an F# user, now
open FsCheck.FSharp
in addition toopen FsCheck
. If you are a C# or VB.NET user, add `using FsCheck.Fluen...Description has been truncated