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

v1.3.12 Production Release #3738

Merged
merged 33 commits into from
Mar 14, 2019
Merged

v1.3.12 Production Release #3738

merged 33 commits into from
Mar 14, 2019

Conversation

Aaronontheweb
Copy link
Member

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.

COMMITS LOC+ LOC- AUTHOR
8 1487 357 Ismael Hamed
7 126 120 jdsartori
3 198 4 JSartori
3 155 22 Aaron Stannard
2 11 2 Peter Lin
1 8 4 Raimund Hirz
1 7 0 Warren Falk
1 45 6 Peter Huang
1 14 13 Bartosz Sypytkowski
1 11 1 Greg Shackles
1 10 10 Jill D. Headen
1 1 1 Isaac Z

Aaronontheweb and others added 30 commits December 18, 2018 09:37
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
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.
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.
Added di-core.md to Actors directory, updated TOC
Aaronontheweb and others added 3 commits March 12, 2019 09:56
* close #2640 - fixed shutdown routine of HashedWheelTimerScheduler
…ementation also delete the entries in the metadata table. This solves #3205 (violation of primary key constraint when the value already exists) and ensures that there exists at most one entry per PersistenceId value. (#3468)
@Aaronontheweb Aaronontheweb merged commit 8a8cbe7 into master Mar 14, 2019
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.