-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v1.3.8 placeholder
…hen creating with a configuration that has akka.extensions specified.
…hen creating with a configuration that has akka.extensions specified.
…e from ActorRefs.NoSender
* 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
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
Port Pulse, DelayFlow and Valve streams-contrib stages
Relevant documentation for Akka.Streams pre-materialization, for those who are interested: http://getakka.net/articles/streams/basics.html#source-pre-materialization
Bugfixes