Skip to content

Akka.NET v1.3.8 Stable Release #3480

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

Merged
merged 33 commits into from
Jun 4, 2018
Merged

Akka.NET v1.3.8 Stable Release #3480

merged 33 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

Aaronontheweb and others added 30 commits May 15, 2018 14:48
…hen creating with a configuration that has akka.extensions specified.
…hen creating with a configuration that has akka.extensions specified.
* close #3437 - upgraded to DotNetty v0.4.8

* fixed DotNetty connect handling code
* Port Pulse, DelayFlow, Valve

* use Tuple instead of ValueTuple

* minor code cleanup

* replace LambdaHandler with IInHandler and IOutHandler

* cache FixedDelay strategy

* IDelayStrategy - approve API changes

* Modified ArgumentException message in DelayFlow
…delivered to deadletters when there's no matching recipient
…essages when there are no unreachable nodes
Sometimes I make make the same mistake _to_. ;)
Familiar was written familiair
* implemented Source preMaterialization

* finished Source preMaterialization specs

* updated documentation and API approvals

* moved sample to the documentation

* fixed extra +
Introducing BenchmarkDotNet benchmarks
* added PreMaterialize for Sinks

* added API approval and implemented specs for Sink.PreMaterialize

* added docs
* Akka.NET v1.3.8 release notes
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.

7 participants