github akkadotnet/akka.net 1.4.23
Akka.NET v1.4.23

latest releases: 1.3.19, 1.5.20, 1.5.19...
2 years ago

1.4.23 August 09 2021

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.23 is designed to patch an issue that occurs on Linux machines using Akka.Cluster.Sharding with akka.cluster.sharding.state-store-mode=ddata and akka.cluster.sharding.remember-entities=on: "System.DllNotFoundException: Unable to load shared library 'lmdb' or one of its dependencies"

In Akka.NET v1.4.21 we added built-in support for Akka.DistributedData.LightningDb for use with the remember-entities setting, but we never received any reports about this issue until shortly after v1.4.22 was released. Fundamentally, the problem was that our downstream dependency, Lightning.NET, doesn't include any of the necessary Linux native binaries in their distributions currently. So in the meantime, we've published our own "vendored" distribution of Lightning.NET to NuGet until a new official one is released that includes these binaries.

There are some other small fixes included in Akka.NET v1.4.23 and you can read about them here.

COMMITS LOC+ LOC- AUTHOR
8 136 2803 Aaron Stannard
2 61 3 Gregorius Soedharmo

Changes:

  • be40344 Merge pull request #5189 from akkadotnet/dev
  • d572fae added v1.4.23 release notes (#5188)
  • 6b4a913 use Failure to programmatically cancel Ask (#5187) [ #3019 ]
  • 0673dc3 move Akka.DistributedData.LightningDb onto vendored package (#5180)
  • 0bd23c9 fix MNTR local build for .NET 5 (#5177)
  • 7997b58 Add remember entities storage type documentation (#5179)
  • f58c5fe Revert "Remove LightningDB reference in cluster sharding, make ddata non-durable as default (#5175)" (#5178)
  • c851ef4 Remove LightningDB reference in cluster sharding, make ddata non-durable as default (#5175)
  • 5a7ece8 Pruned RELEASE_NOTES.md (#5176)
  • b7dd4b7 fix RemoteActorRefProvider.CreateRemoteRef signature to return IInternalActorRef (#5173)
See More
  • 00a8517 Merge pull request #5172 from Aaronontheweb/remote/RemoteActorRefProvider-cleanup
  • 7f751f3 Added v1.4.23 placeholder

This list of changes was auto generated.

Don't miss a new akka.net release

NewReleases is sending notifications on new releases.