Bump Akka from 1.5.41 to 1.5.46 #212
Merged
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.41 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
Changes:
This list of changes was auto generated.
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 akka.net#7679FilterOnFallbackPort
documentation by @Arkatufus in AddFilterOnFallbackPort
documentation 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)
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)