-
Notifications
You must be signed in to change notification settings - Fork 1k
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
v1.3.12 Production Release #3738
Merged
Merged
Conversation
This file contains 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
The Getting Started guide lacks crucial knowledge that is necessary to actually get started, which is the nuget package. So above the ```using Akka```s paragraph, I've added the ```Install-Package Akka.Streams``` instruction.
* BackoffSupervisor notifies sender when child stopped * BackoffSupervisor.CalculateDelay no longer throws an exception or produce an invalid TimeSpan * Added maximum restart attempts to BackoffSupervisor
Made capitalization and punctuation consistent
Minor formatting tweaks
Fixes warning: [19-02-06 08:40:50.533]Warning:[BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.ConceptualDocumentProcessor.Build.BuildConceptualDocument](articles/networking/serialization.md#L197)Inline code snippet is only allowed inside tables.
Replaces other, clumsier PR. (sorry about that)
Changed wording and grammar for clarity.
Minor rewording for clarity.
Added title for consistency, made slight word changes for clarity. Verified links and added or changed description.
…l-solve.md (#3712) "What are actors?" is not directly answered on this page.
Minor rewording.
Update configuration.md
Added di-core.md to Actors directory, updated TOC
* close #2640 - fixed shutdown routine of HashedWheelTimerScheduler
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.12 March 13 2019
Maintenance Release for Akka.NET 1.3
This will be the final bugfix release for Akka.NET v1.3.* - going forward we will be working on releasing Akka.NET v1.4.
This patch contains many important bug fixes and improvements:
To see the full set of changes for Akka.NET v1.3.12, click here.