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.6 Release Notes [Dev] #3397

Merged
merged 2 commits into from
Apr 17, 2018

Conversation

Aaronontheweb
Copy link
Member

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

@Aaronontheweb
Copy link
Member Author

Aaronontheweb commented Apr 17, 2018

Happy tax day (edit: in the USA)

@Aaronontheweb
Copy link
Member Author

Discovered during some local testing that the Akka.FSharp package isn't being built. Just fixed that in FAKE.

@Aaronontheweb Aaronontheweb merged commit 8dc9bca into akkadotnet:dev Apr 17, 2018
@Aaronontheweb Aaronontheweb deleted the v1.3.6-release-notes branch April 17, 2018 22:25
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