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

added Akka.NET v1.4 beta1 release notes #3859

Merged
merged 1 commit into from
Jul 18, 2019

Conversation

Aaronontheweb
Copy link
Member

1.4.0-beta1 July 17 2019

First pre-release candidate for Akka.NET 1.4
Akka.NET v1.4 has a ways to go before it's fully ready for market, but this is the first publicly available release on NuGet and it contains some massive changes.

  • Akka.Cluster.Sharding's default "persistent" mode has been stabilized and errors that users have ran into during ShardCoordinator recovery, such as Exception in PersistentShardCoordinator ReceiveRecover
  • StreamRefs have been added to Akka.Streams, which allows streams to run across process boundaries and over Akka.Remote / Akka.Cluster.
  • Akka.NET now targets .NET Standard 2.0, which means many annoying polyfills and other hacks we needed to add in order to support .NET Core 1.1 are now gone and replaced with standard APIs.
  • Lots of small bug fixes and API changes have been added to Akka core and other libraries.

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
39 3479 1731 Aaron Stannard
6 5255 531 Bartosz Sypytkowski
4 1708 347 zbynek001
2 37 114 Ismael Hamed
1 3 3 Abi
1 2 3 Onur Gumus
1 18 16 Peter Huang
1 1 2 Maciej Wódke
1 1 1 jdsartori
1 1 1 Wessel Kranenborg

@Aaronontheweb Aaronontheweb merged commit 108036f into akkadotnet:dev Jul 18, 2019
@Aaronontheweb Aaronontheweb deleted the akkadotnet-v14-beta1 branch July 18, 2019 02:32
Aaronontheweb added a commit to Aaronontheweb/akka.net that referenced this pull request Jul 30, 2019
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