Skip to content

Akka.NET v1.3.6 Stable Release

Compare
Choose a tag to compare
@Aaronontheweb Aaronontheweb released this 17 Apr 22:27
· 1865 commits to master since this release
dc7c581

1.3.6 April 17 2018

Maintenance Release for Akka.NET 1.3

Akka.NET v1.3.6 is a minor patch consisting mostly of bug fixes.

Akka.FSharp on .NET Standard
The biggest change in this release is the availability of Akka.FSharp on .NET Standard and .NET Core!

Akka.FSharp runs on .NET Standard 2.0 as of 1.3.6 (it doesn't support .NET Standard 1.6 like the rest of Akka.NET due to FSharp-specific, downstream dependencies.)

Updates and Additions

  1. Akka.Streams: Port 4 "streams contrib" stages - AccumulateWhileUnchanged, LastElement, PartitionWith, Sample
  2. Akka.Remote: Add public-port setting to allow for port aliasing inside environments like Docker, PCF

Bugfixes

  1. Akka.Cluster.Sharding: Removing string.GetHashCode usage from distributed classes
  2. Akka.Cluster.Sharding: HashCodeMessageExtractor can create inconsistent ShardId's
  3. Akka.Remote:
    Error while decoding incoming Akka PDU Exception when communicating between Remote Actors with a large number of messages on Linux
  4. Akka.Cluster.Sharding: DData: Cannot create a shard proxy on a cluster node that is not in the same role as the proxied shard entity
  5. Akka.Streams: Fix GroupedWithin allocation of new buffer after emit.
  6. Akka.Persistence: Add missing ReturnRecoveryPermit

You can see the full set of changes for Akka.NET v1.3.6 here.

COMMITS LOC+ LOC- AUTHOR
7 261 38 Aaron Stannard
6 28 28 cimryan
5 53 20 Tomasz Jaskula
2 7 4 Ondrej Pialek
2 20 10 Ismael Hamed
1 739 0 Oleksandr Bogomaz
1 64 6 Robert
1 23 29 nathvi
1 2 1 Sebastien Bacquet
1 1 2 Ond�ej Piálek
1 1 1 Steffen Skov
1 1 1 Sean Gilliam
1 1 1 Matthew Herman
1 1 1 Jan Pluskal