Skip to content

Bump Akka.Persistence.TCK from 1.5.70 to 1.5.71 - #492

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dev/Akka.Persistence.TCK-1.5.71
Open

Bump Akka.Persistence.TCK from 1.5.70 to 1.5.71#492
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dev/Akka.Persistence.TCK-1.5.71

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Updated Akka.Persistence.TCK from 1.5.70 to 1.5.71.

Release notes

Sourced from Akka.Persistence.TCK's releases.

1.5.71

1.5.71 August 26th, 2026

Akka.NET v1.5.71 is a maintenance release that fixes a Cluster Sharding private-replicator recovery bug, hardens MultiNodeTestRunner conductor reliability, flushes graceful Disassociate PDUs before transport force-close on shutdown, and resolves a handful of TestKit, ClusterClientDiscovery, and DotNetty fixes.

Akka.Cluster.Sharding

  • Fix Cluster Sharding private replicator recovery: Fixes a bug where a Cluster Sharding private replicator could fail to recover its state, leaving shard state inconsistent after a coordinated shutdown / recovery cycle. Adds a ClusterShardingReplicatorResiliencySpec covering the recovery path.

Akka.Remote

Akka.Remote.TestKit (MultiNodeTestRunner)

Akka.TestKit

Akka.Cluster.Tools

Tests

1 contributor since release 1.5.70

COMMITS LOC+ LOC- AUTHOR
11 1376 468 Aaron Stannard

To see the full set of changes in Akka.NET v1.5.71, click here.

Changes:

  • a5b91822727b137c537ebcf3a182a3c98d6c935d Release Akka.NET v1.5.71 (#​8493)
  • 885f466680ee207ee8130d5d6b74c9ddc17b7629 Fix Cluster Sharding private replicator recovery (#​8480)
  • 04f10cbbbc41c2631b29425f4c79f9426584a9f7 Backport #​8421 to v1.5: flush graceful Disassociate PDUs before transport force-close on shutdown (#​8487)
  • 00c4f1a9d3f9c33e4da8337efd3227e8c5b270b2 Backport MNTR conductor reliability to v1.5 (#​8431 + #​8485) (#​8488)
  • ea6d0f6918dd4cb6366a9f47d1761a09c909d07e fix: add AutoDilate API approval updates for #​8441 backport
  • f46cbd5169a2646d8e0bf47fd5fa349b986d37ce Add AutoDilate metadata to TestKit timeouts (#​8441)
  • 70f2d1b063f245e0094059779682c67f2acbbc71 Akka.Remote: stop, don't restart, failed throttler children (#​8433, #​8434) (#​8437)
  • 42bfb2878a596b5bc462ce6a063287acefda9e8e Fix torn read in PromiseActorRef.GetPath that made Path return null (#​8436) [ #​1, #​2 ]
  • 6713bb9d39f0da3cce5d9b26a97c8ae10f407eb2 Fix double-dilated timeout in ExpectMsgAsync(Func<T, IActorRef, bool>, ...) (#​8430)
  • 5c6540ce63a85d8283ace15e05fb310d26ce98b7 Fix ClusterClientDiscovery: preserve contact-point subscriptions across rediscovery (#​8426)
See More
  • 37798c86472f50c4d383fbbf6f3f7505d2878bdf Clarify DotNetty hostname validation direction (#​8464)
    ... (truncated)

Commits viewable in compare view.

Dependabot compatibility score

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 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)

---
updated-dependencies:
- dependency-name: Akka.Persistence.TCK
  dependency-version: 1.5.71
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A restarted ThrottledAssociation becomes a permanent one-way black hole

0 participants