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

Akka.NET v1.3.8 release notes #3479

Merged
merged 2 commits into from
Jun 4, 2018

Conversation

Aaronontheweb
Copy link
Member

1.3.8 June 04 2018

Maintenance Release for Akka.NET 1.3

Akka.NET v1.3.7 is a minor patch consisting mostly of bug fixes as well as an upgrade to DotNetty v0.4.8.

DotNetty v0.4.8 Upgrade
You can read the release notes for DotNetty v0.4.8 here - but here are the major improvements as they pertain to Akka.NET:

  1. DotNetty length-frame decoding is now fully-supported on .NET Core on Linux and
  2. Socket shutdown code has been improved, which fixes a potential "port exhaustion" issue reported by Akka.Remote users.

If you've been affected by either of these issues, we strongly encourage that you upgrade your applications to Akka.NET v1.3.8 as soon as possible.

Updates and Additions

  1. Akka.Streams: add PreMaterialize support for Sources
  2. Akka.Streams: add PreMaterialize support for Sinks
  3. Akka.Streams:
    Port Pulse, DelayFlow and Valve streams-contrib stages
  4. Akka.FSharp: Unit test Akka.FSharp.System.create with extensions

Relevant documentation for Akka.Streams pre-materialization, for those who are interested: http://getakka.net/articles/streams/basics.html#source-pre-materialization

Bugfixes

  1. Akka.Remote: ActorSelection fails for ActorPath from remotely deployed actors
  2. Akka.Remote: WilcardCard ActorSelections that fail to match any actors don't deliver messages into DeadLetters
  3. Akka.Cluster: SplitBrainResolver logs "network partition detected" after change in cluster membership, even when no unreachable nodes
  4. Akka: SynchronizationLockException in user-defined mailboxes
  5. Akka: UnhandledMessageForwarder crashes and restarted every time the app is starting
COMMITS LOC+ LOC- AUTHOR
17 498 171 Aaron Stannard
4 1054 23 Bartosz Sypytkowski
2 2 2 Fábio Beirão
2 16 2 Aaron Palmer
1 1063 4 Oleksandr Bogomaz
1 1 1 Ismael Hamed
1 1 1 Gauthier Segay

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Copyright>Copyright © 2013-2017 Akka.NET Team</Copyright>
<Copyright>Copyright © 2013-2018 Akka.NET Team</Copyright>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated our copyright dates on the NuGet packages to include 2018

RELEASE_NOTES.md Outdated
#### 1.3.8 June 04 2018 ####
**Maintenance Release for Akka.NET 1.3**

Akka.NET v1.3.7 is a minor patch consisting mostly of bug fixes as well as an upgrade to DotNetty v0.4.8.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aaronontheweb should be 1.3.8

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damn copy and paste errors

@Aaronontheweb
Copy link
Member Author

@marcpiechura fixed

@Aaronontheweb Aaronontheweb merged commit cc0fe3c into akkadotnet:dev Jun 4, 2018
@Aaronontheweb Aaronontheweb deleted the v1.3.8-release-notes branch June 4, 2018 23:49
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.

2 participants