Akka.Cluster
1.4.12
Prefix Reserved
| Advisory: https://github.com/advisories/GHSA-jhpv-4q4f-43g5 | Severity: critical |
See the version list below for details.
dotnet add package Akka.Cluster --version 1.4.12
NuGet\Install-Package Akka.Cluster -Version 1.4.12
<PackageReference Include="Akka.Cluster" Version="1.4.12" />
<PackageVersion Include="Akka.Cluster" Version="1.4.12" />
<PackageReference Include="Akka.Cluster" />
paket add Akka.Cluster --version 1.4.12
#r "nuget: Akka.Cluster, 1.4.12"
#:package Akka.Cluster@1.4.12
#addin nuget:?package=Akka.Cluster&version=1.4.12
#tool nuget:?package=Akka.Cluster&version=1.4.12
Cluster support for Akka.NET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Akka.Remote (>= 1.4.12)
NuGet packages (47)
Showing the top 5 NuGet packages that depend on Akka.Cluster:
| Package | Downloads |
|---|---|
|
Akka.Cluster.Tools
Distributed publish/subscribe, client and singleton support for Akka.NET cluster |
|
|
Akka.DistributedData
Replicated data using CRDT structures |
|
|
Petabridge.Cmd.Cluster
Akka.Cluster Petabridge.Cmd palettes for cluster management and monitoring. |
|
|
Akka.Management
Akka cluster management module for Akka.NET |
|
|
Akka.HealthCheck.Cluster
Akka.NET and Akka.Cluster healthchecks for environments like K8s, AWS, Azure, Pivotal Cloud Foundry, and more. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Akka.Cluster:
| Repository | Stars |
|---|---|
|
ThembisileNGQ/Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.5.70 | 14,653 | 7/3/2026 | |
| 1.5.70-beta2 | 816 | 6/30/2026 | |
| 1.5.70-beta1 | 883 | 6/23/2026 | |
| 1.5.69 | 25,023 | 6/12/2026 | |
| 1.5.68 | 44,686 | 5/17/2026 | |
| 1.5.67 | 40,921 | 4/26/2026 | |
| 1.5.66 | 1,113 | 4/24/2026 | |
| 1.5.65 | 12,922 | 4/10/2026 | |
| 1.5.64 | 11,124 | 3/31/2026 | |
| 1.5.63 | 10,897 | 3/23/2026 | |
| 1.5.62 | 31,875 | 3/3/2026 | |
| 1.5.61 | 14,601 | 2/26/2026 | |
| 1.5.60 | 24,999 | 2/10/2026 | |
| 1.5.59 | 48,987 | 1/26/2026 | |
| 1.5.58 | 102,155 | 1/8/2026 | |
| 1.5.57 | 25,053 | 12/11/2025 | |
| 1.5.57-beta2 | 1,776 | 12/3/2025 | |
| 1.5.57-beta1 | 1,002 | 12/2/2025 | |
| 1.5.56 | 25,832 | 11/25/2025 | |
| 1.4.12 | 232,181 | 11/16/2020 |
Maintenance Release for Akka.NET 1.4**
Akka.NET v1.4.12 is a relatively minor release, but it includes some breaking changes:
BREAKING CHANGE**: [Akka.Cluster.Sharding: batch update](https://github.com/akkadotnet/akka.net/pull/4600) - includes some important updates for rebalancing shards more quickly, handling rolling updates, and using the new `AppVersion` type introduced in Akka.NET v1.4.11 to avoid allocating shards onto nodes that are being replaced during an upgrade. The breaking change: renamed the `Akka.Cluster.Sharding.TunningParameters` to `Akka.Cluster.Sharding.TuningParameters` in order to fix a misspelling. This changes the public API of all of the Akka.Cluster.Sharding settings classes - it shouldn't affect your Akka.NET application directly, but it will affect any plugins built on top of Akka.Cluster.Sharding.
[Akka.Streams: Make DistinctRetainingFanOutPublisher a public member](https://github.com/akkadotnet/akka.net/pull/4630) - needed to update Akka.Persistence plugins to implement Akka.Persistence.Query "CurrentPersistenceIds` queries correctly.
[Introduce Akka.Discovery Module](https://github.com/akkadotnet/akka.net/pull/4599) - introduces the brand new Akka.Discovery module, which allows Akka.NET services to discover Akka.Cluster seed endpoints, Kafka nodes, and more via a variety of methods. This module is still in beta as of 1.4.12 but it will be developed, documented, and incorporated into more tutorials + modules as it matures. You can read more about Akka.Discovery here: https://getakka.net/articles/discovery/index.html
To see the [full set of fixes in Akka.NET v1.4.12, please see the milestone on Github](https://github.com/akkadotnet/akka.net/milestone/43).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 6 | 333 | 34 | Aaron Stannard |
| 2 | 2 | 2 | dependabot-preview[bot] |
| 1 | 5 | 25 | Ebere Abanonu |
| 1 | 2823 | 384 | zbynek001 |
| 1 | 1449 | 0 | Ismael Hamed |