Akka 1.4.21-beta1

Akka.NET is a port of the popular Java/Scala framework Akka to .NET

No packages depend on Akka.

Maintenance Release for Akka.NET 1.4** Akka.NET v1.4.21 is a significant release that includes major performance improvements, bug fixes, and a major update to the Akka.DependencyInjection NuGet package. Performance Improvements** Akka.NET v1.4.21 includes some major performance fixes and improvements: Ask is now ~10% faster MurmurHash is 33% faster and allocates 0 memory - used heavily in DData, Cluster Sharding, and Consistent Hash Routers ActorPath.Parse went from 1672 ns/op to 527 ns/op - a 68% improvement in throughput and a 50% reduction in memory. See #5039 and #5068. Akka.Remote: remove ActorPath.ToString call from ResolveActorRefWithLocalAddress Important**: Revert ThreadPool.SetMinThreads(0,0) - based on the input from users on "Akka.NET v1.4.19: ChannelExecutor performance data" Our observed performance numbers for Akka.Remote show a significant increase in performance for v1.4.21 over v1.4.20: Before*

PS> dotnet run -c Release --framework netcoreapp3.1
OSVersion:                         Microsoft Windows NT 6.2.9200.0
ProcessorCount:                    16
ClockSpeed:                        0 MHZ
Actor Count:                       32
Messages sent/received per client: 200000  (2e5)
Is Server GC:                      True
Thread count:                      109
Num clients, Total [msg], Msgs/sec, Total [ms]
1,  200000,    113379,    1764.56
5, 1000000,    186429,    5364.05
10, 2000000,    185340,   10791.11
15, 3000000,    183218,   16374.06
20, 4000000,    179824,   22244.63
25, 5000000,    182716,   27365.89
30, 6000000,    182039,   32960.61

After*

PS> dotnet run -c Release --framework netcoreapp3.1
OSVersion:                         Microsoft Windows NT 6.2.9200.0
ProcessorCount:                    16
ClockSpeed:                        0 MHZ
Actor Count:                       32
Messages sent/received per client: 200000  (2e5)
Is Server GC:                      True
Thread count:                      111
Num clients, Total [msg], Msgs/sec, Total [ms]
1,  200000,    109770,    1822.14
5, 1000000,    192902,    5184.79
10, 2000000,    191663,   10435.53
15, 3000000,    191339,   15679.11
20, 4000000,    192725,   20755.78
25, 5000000,    189754,   26350.14
30, 6000000,    189772,   31617.20

N.B. these after numbers don't benefit from the performance benefits we observed in v1.4.20 when we invoked ThreadPool.SetMinThreads(0,0), which makes them even more impressive. Akka.DependencyInjection Updates** We had one major issue we implemented in v1.4.21 for Akka.DependencyInjection: Abstraction of ServiceProvider, Improving Akka.DependencyInjection What this change did was: Deprecate the Akka.DependencyInjection.ServiceProvider class in favor of the Akka.DependencyInjection.DependencyResolver class - to avoid namespace collision with Microsoft.Extensions.DependencyInjection.ServiceProvider; Deprecates the Akka.DependencyInjection.ServiceProviderSetup class in favor of the Akka.DependencyInjection.DependencyResolverSetup class for consistency reasons; Akka.DependencyInjection.DependencyResolver now takes an input of type IDependencyResolver, which allows users to abstract away the IServiceProvider and mock / replace it during unit testing; and Added some non-generic Props methods for dynamically spawning actors via DI. All of these changes are backwards-compatible with v1.4.20 and earlier - and the deprecation warnings will appear in your code when you upgrade. If you run into any issues upgrading to Akka.DependencyInjection v1.4.21 please reply on this thread! Other Changes and Fixes** Akka.Streams: A couple of fixes affecting the FileSubscriber Akka.DistributedData: memory leak when recovering events from LMDB data store Akka.DistributedData: port VectorClock performance optimizations to VersionVector and similar types To see the full set of fixes in Akka.NET v1.4.21, please see the milestone on Github. | COMMITS | LOC+ | LOC- | AUTHOR | | --- | --- | --- | --- | | 12 | 999 | 160 | Aaron Stannard | | 10 | 410 | 299 | Gregorius Soedharmo | | 4 | 853 | 520 | Ismael Hamed | | 4 | 5 | 5 | dependabot[bot] | | 1 | 6 | 2 | Brah McDude | | 1 | 428 | 67 | Sam Ember | | 1 | 1 | 1 | Martin |

Version Downloads Last updated
1.5.62 8 03/05/2026
1.5.61 10 03/02/2026
1.5.60 13 02/10/2026
1.5.59 11 01/28/2026
1.5.58 17 01/11/2026
1.5.57 25 12/12/2025
1.5.57-beta2 18 12/11/2025
1.5.57-beta1 16 12/11/2025
1.5.56 11 12/11/2025
1.5.55 14 12/13/2025
1.5.54 16 12/11/2025
1.5.53 11 12/14/2025
1.5.52 10 12/13/2025
1.5.51 14 12/13/2025
1.5.50 13 12/10/2025
1.5.49 15 12/12/2025
1.5.48 15 12/11/2025
1.5.47 12 12/12/2025
1.5.46 21 12/10/2025
1.5.45 19 12/09/2025
1.5.44 12 12/10/2025
1.5.43 12 12/11/2025
1.5.42 12 12/11/2025
1.5.41 13 12/11/2025
1.5.40 15 12/11/2025
1.5.39 11 12/11/2025
1.5.38 9 12/10/2025
1.5.37 9 12/15/2025
1.5.36 12 12/13/2025
1.5.35 11 12/10/2025
1.5.34 14 12/12/2025
1.5.33 11 12/12/2025
1.5.32 14 12/09/2025
1.5.31 19 12/11/2025
1.5.30 13 12/10/2025
1.5.29 12 12/11/2025
1.5.28 17 12/10/2025
1.5.28-beta1 11 12/09/2025
1.5.27.1 14 12/09/2025
1.5.27 13 12/11/2025
1.5.27-beta2 12 12/11/2025
1.5.27-beta1 12 12/11/2025
1.5.26 12 12/11/2025
1.5.25 11 12/10/2025
1.5.24 14 12/09/2025
1.5.23 11 12/10/2025
1.5.22 14 12/12/2025
1.5.21 15 12/10/2025
1.5.20 14 12/10/2025
1.5.19 14 12/11/2025
1.5.18 13 12/10/2025
1.5.17.1 14 12/12/2025
1.5.17 10 12/12/2025
1.5.16 15 12/09/2025
1.5.15 14 12/09/2025
1.5.14 15 12/12/2025
1.5.13 14 12/10/2025
1.5.13-beta1 14 12/10/2025
1.5.12 12 12/11/2025
1.5.11 16 12/11/2025
1.5.10 14 12/10/2025
1.5.9 14 12/11/2025
1.5.8 16 12/12/2025
1.5.7 12 12/11/2025
1.5.6 8 12/10/2025
1.5.5 10 12/13/2025
1.5.4 16 12/10/2025
1.5.3 14 12/10/2025
1.5.2 14 12/11/2025
1.5.1 16 12/09/2025
1.5.0 14 12/10/2025
1.5.0-beta6 15 12/14/2025
1.5.0-beta5 13 12/13/2025
1.5.0-beta4 13 12/09/2025
1.5.0-beta3 10 12/10/2025
1.5.0-beta2 10 12/14/2025
1.5.0-beta1 10 12/10/2025
1.5.0-alpha4 16 12/10/2025
1.5.0-alpha3 13 12/11/2025
1.5.0-alpha2 11 12/12/2025
1.5.0-alpha1 12 12/10/2025
1.4.51 9 12/13/2025
1.4.50 18 12/10/2025
1.4.49 16 12/12/2025
1.4.49-beta1 13 12/11/2025
1.4.48 15 12/11/2025
1.4.47 13 12/10/2025
1.4.46 12 12/12/2025
1.4.45 13 12/09/2025
1.4.44 13 12/11/2025
1.4.43 13 12/11/2025
1.4.42 13 12/09/2025
1.4.41 14 12/13/2025
1.4.40 13 12/10/2025
1.4.39 11 12/10/2025
1.4.38 16 12/10/2025
1.4.37 12 12/10/2025
1.4.36 11 12/15/2025
1.4.35 13 12/10/2025
1.4.34 11 12/13/2025
1.4.33 13 12/10/2025
1.4.32 12 12/12/2025
1.4.31 13 12/11/2025
1.4.30 14 12/12/2025
1.4.29 13 12/11/2025
1.4.28 11 12/10/2025
1.4.27 12 12/10/2025
1.4.26 16 12/13/2025
1.4.25 13 12/12/2025
1.4.24 11 12/10/2025
1.4.23 15 12/11/2025
1.4.22 15 12/11/2025
1.4.21 19 12/10/2025
1.4.21-beta1 14 12/12/2025
1.4.20 12 12/15/2025
1.4.19 16 12/15/2025
1.4.18 10 12/10/2025
1.4.17 11 12/10/2025
1.4.16 12 12/12/2025
1.4.15 15 12/11/2025
1.4.14 16 12/10/2025
1.4.13 9 12/10/2025
1.4.12 12 12/09/2025
1.4.11 9 12/15/2025
1.4.10 10 12/15/2025
1.4.9 14 12/10/2025
1.4.8 12 12/12/2025
1.4.7 17 12/11/2025
1.4.6 13 12/10/2025
1.4.5 14 12/10/2025
1.4.4 12 12/12/2025
1.4.3 12 12/10/2025
1.4.2 14 12/12/2025
1.4.1 14 12/10/2025
1.4.1-rc3 11 12/09/2025
1.4.1-rc2 16 12/10/2025
1.4.1-rc1 14 12/14/2025
1.4.0 12 12/14/2025
1.4.0-beta4 9 12/16/2025
1.4.0-beta3 11 12/13/2025
1.4.0-beta2 9 12/10/2025
1.4.0-beta1 9 12/09/2025
1.3.19 16 12/11/2025
1.3.18 14 12/12/2025
1.3.17 12 12/10/2025
1.3.16 15 12/10/2025
1.3.15 16 12/11/2025
1.3.14 12 12/11/2025
1.3.13 16 12/11/2025
1.3.12 9 12/11/2025
1.3.11 11 12/11/2025
1.3.10 10 12/15/2025
1.3.9 13 12/11/2025
1.3.8 13 12/12/2025
1.3.7 12 12/12/2025
1.3.6 13 12/12/2025
1.3.5 12 12/09/2025
1.3.4 11 12/10/2025
1.3.3 11 12/15/2025
1.3.2 14 12/10/2025
1.3.1 12 12/12/2025
1.3.0 13 12/15/2025
1.2.3 10 12/09/2025
1.2.2 13 12/09/2025
1.2.1 11 12/11/2025
1.2.0 15 12/12/2025
1.1.3 10 12/15/2025
1.1.2 12 12/15/2025
1.1.1 9 12/14/2025
1.1.0 16 12/11/2025
1.0.8 10 12/10/2025
1.0.7 13 12/11/2025
1.0.6 17 12/11/2025
1.0.5 11 12/10/2025
1.0.4 17 12/12/2025
1.0.3 16 12/10/2025
1.0.2 15 12/11/2025
1.0.1 16 12/10/2025
1.0.0 16 12/10/2025
1.0.0-dev1504032244 12 12/10/2025
0.8.0 9 12/15/2025
0.7.1 14 12/11/2025
0.7.0 11 12/14/2025
0.6.4 11 12/11/2025
0.6.3 17 12/09/2025
0.6.2 10 12/11/2025
0.6.1 10 12/10/2025
0.6.0 17 12/11/2025
0.5.8 14 12/12/2025
0.5.2 15 12/12/2025
0.5.0 12 12/11/2025
0.2.1-beta 12 12/11/2025
0.2.0-beta 10 12/10/2025