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.0 beta4 release notes #4174

Merged

Conversation

Aaronontheweb
Copy link
Member

1.4.0-beta4 January 28 2020

Fourth pre-release candidate for Akka.NET 1.4

Akka.NET v1.4.0-beta4 represents a significant advancement against the v1.4.0 milestone, with numerous changes and fixes.

Akka.NET now targets .NET Standard 2.0 going forward - this first big change in this release is that we've dropped support for .NET Framework 4.5. We will only target .NET Standard 2.0 going forward with the v1.4.0 milestone from this point onward. .NET Standard 2.0 can be consumed by .NET Framework 4.6.1+ and .NET Core 2.0 and higher.

Introduction to Akka.Cluster.Metrics - in this release we introduce a brand new Akka.NET NuGet package, Akka.Cluster.Metrics, which is designed to allow users to share data about the relative busyness of each node in their cluster. Akka.Cluster.Metrics can be consumed inside routers, i.e. "route this message to the node with the most available memory," and Akka.Cluster.Metrics also supports the publication of custom metrics types.

If you want to learn more about how to use Akka.Cluster.Metrics, read the official documentation here.

Significant Akka.Remote Performance Improvements - as part of this release we've introduced some new changes that are enabled by default in the Akka.Remote DotNetty transport: "flush batching" or otherwise known as I/O batching. The idea behind this is to group multiple logical writes into a smaller number of system writes.

You will want to tune this setting to match the behavior of your specific application, and you can read our brand new "Akka.Remote Performance Optimization" page.

To follow our progress on the Akka.NET v1.4 milestone, click here.

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.

COMMITS LOC+ LOC- AUTHOR
27 15375 5575 Igor Fedchenko
26 2131 2468 Aaron Stannard
25 34 34 dependabot-preview[bot]
8 765 203 Ismael Hamed
4 75 70 Jonathan Nagy
3 108 11 Andre Loker
2 380 43 Valdis Zobēla
1 62 15 Mathias Feitzinger
1 6 1 cptjazz
1 14 0 Kaiwei Li
1 1 1 zbynek001
1 1 1 Christoffer Jedbäck

@Aaronontheweb Aaronontheweb merged commit d185948 into akkadotnet:dev Jan 28, 2020
@Aaronontheweb Aaronontheweb deleted the v1.4.0-beta4-release-notes branch January 28, 2020 21:47
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.

1 participant