Akka.DistributedData
1.4.0-beta3
Prefix Reserved
See the version list below for details.
dotnet add package Akka.DistributedData --version 1.4.0-beta3
NuGet\Install-Package Akka.DistributedData -Version 1.4.0-beta3
<PackageReference Include="Akka.DistributedData" Version="1.4.0-beta3" />
<PackageVersion Include="Akka.DistributedData" Version="1.4.0-beta3" />
<PackageReference Include="Akka.DistributedData" />
paket add Akka.DistributedData --version 1.4.0-beta3
#r "nuget: Akka.DistributedData, 1.4.0-beta3"
#:package Akka.DistributedData@1.4.0-beta3
#addin nuget:?package=Akka.DistributedData&version=1.4.0-beta3&prerelease
#tool nuget:?package=Akka.DistributedData&version=1.4.0-beta3&prerelease
Replicated data using CRDT structures
| 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 | net452 is compatible. net46 was computed. 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. |
-
.NETFramework 4.5.2
- Akka.Cluster (>= 1.4.0-beta3)
- Hyperion (>= 0.9.10)
-
.NETStandard 2.0
- Akka.Cluster (>= 1.4.0-beta3)
- Hyperion (>= 0.9.10)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Akka.DistributedData:
| Package | Downloads |
|---|---|
|
Akka.Cluster.Sharding
Sharded actors with managed lifecycle for Akka.NET cluster. Used to distribute state in a fault-tolerant, consistent fashion over an Akka.NET cluster. |
|
|
Akka.DistributedData.LightningDB
Replicated data using CRDT structures |
|
|
Akka.Cluster.Hosting
Akka.Cluster and Akka.Cluster.Sharding Microsoft.Extensions.Hosting support. |
|
|
Akkling.DistributedData
F# wrapper library for Akka.NET with geo-replicated distributed data support (CRDT) |
|
|
FAkka.Shared
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.64 | 722 | 3/31/2026 |
| 1.5.63 | 3,564 | 3/23/2026 |
| 1.5.62 | 12,982 | 3/3/2026 |
| 1.5.61 | 4,082 | 2/26/2026 |
| 1.5.60 | 14,133 | 2/10/2026 |
| 1.5.59 | 16,383 | 1/26/2026 |
| 1.5.58 | 43,167 | 1/8/2026 |
| 1.5.57 | 16,808 | 12/11/2025 |
| 1.5.57-beta2 | 1,549 | 12/3/2025 |
| 1.5.57-beta1 | 789 | 12/2/2025 |
| 1.5.56 | 7,127 | 11/25/2025 |
| 1.5.55 | 41,286 | 10/26/2025 |
| 1.5.54 | 6,879 | 10/17/2025 |
| 1.5.53 | 34,283 | 10/10/2025 |
| 1.5.52 | 17,036 | 10/6/2025 |
| 1.5.51 | 72,068 | 10/1/2025 |
| 1.5.50 | 6,041 | 9/22/2025 |
| 1.5.49 | 5,621 | 9/10/2025 |
| 1.5.48 | 13,133 | 8/22/2025 |
| 1.4.0-beta3 | 7,569 | 10/30/2019 |
Third pre-release candidate for Akka.NET 1.4**
This release contains some more significant changes for Akka.NET v1.4.0.
All APIs in Akka.Streams, Akka, and elsewhere which used to return `Tuple<T1, T2>` now support the equivalent `ValueTuple<T1,T2>` syntax - so new language features such as tuple deconstruction can be used by our users.
Upgraded to Hyperion 0.9.10, which properly supports .NET Core 3.0 and cross-platform communication between .NET Framework and .NET Core.
All `ILoggingAdapter` instances running inside Akka.NET actors will now include the full Akka.Remote `Address` during logging, which is very helpful for users who aggregate their logs inside consolidated systems.
Various Akka.Cluster.Sharding fixes.
To [follow our progress on the Akka.NET v1.4 milestone, click here](https://github.com/akkadotnet/akka.net/milestone/17).
We expect to release more beta versions in the future, and if you wish to [get access to nightly Akka.NET builds then click here](https://getakka.net/community/getting-access-to-nightly-builds.html).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 115 | 10739 | 8969 | Aaron Stannard |
| 13 | 11671 | 1059 | Bartosz Sypytkowski |
| 10 | 16 | 16 | dependabot-preview[bot] |
| 6 | 897 | 579 | Sean Gilliam |
| 6 | 1744 | 358 | zbynek001 |
| 5 | 568 | 240 | Ismael Hamed |
| 5 | 116 | 14 | Andre Loker |
| 3 | 4457 | 8 | Valdis Zobēla |
| 3 | 2 | 2 | Arjen Smits |
| 3 | 14 | 9 | cptjazz |
| 2 | 7 | 7 | jdsartori |
| 2 | 4 | 6 | Onur Gumus |
| 2 | 1341 | 1182 | Igor Fedchenko |
| 1 | 65 | 47 | Ondrej Pialek |
| 1 | 3 | 3 | Abi |
| 1 | 3 | 1 | jg11jg |
| 1 | 18 | 16 | Peter Huang |
| 1 | 1 | 2 | Maciej Wódke |
| 1 | 1 | 1 | Wessel Kranenborg |
| 1 | 1 | 1 | Kaiwei Li |
| 1 | 1 | 1 | Greatsamps |
| 1 | 1 | 1 | Andre |