Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.4.23 Release #5189

Merged
merged 11 commits into from Aug 10, 2021
Merged

v1.4.23 Release #5189

merged 11 commits into from Aug 10, 2021

Conversation

Aaronontheweb
Copy link
Member

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

Aaronontheweb and others added 11 commits August 5, 2021 17:35
…ider-cleanup

minor cleanup to RemoteActorRefProvider
Azure Pipelines was no longer able to automatically publish `RELEASE_NOTES.md` due to its length, so we needed to truncate the file to something that only contains the last N releases.
…ble as default (#5175)

Co-authored-by: Aaron Stannard <aaron@petabridge.com>
some .NET 5 SDKs are affected by dotnet/sdk#17579

Added recommended work-around to ensure production of local NuGet packages still
* close #3019 - use `Failure` to programmatically cancel `Ask`

* added `SendSystemMessage` call back
@Aaronontheweb Aaronontheweb merged commit be40344 into master Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants