-
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.13 Production Release #3772
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
* Added an UnboundStablePriorityMailbox, sending messages according to priority. Messages with the same priority will be send using the same order as they appear. #2652 is the related issue. * added PropertyTest for StableListPriorityQueue * forgot to add spec * verified that the UnboundedStablePriorityMailbox can be loaded and used * validate4d that UnboundedStablePriorityMailbox supports stashing * added API approval for core
This PR fixes several broken links on the website. These were mainly due to incomplete ports from the old site, markdown errors, or items being shuffled around.
…failure (#3754) * ensure that BatchingSqlJournal will propagate sql connection opening failure * fixed CircuitBreaker behavior
#3679 Add ability to disable IPv6 for DNS resolution and outgoing socket connection
* completed port of Properly_quarantine_stashed_inbound_connections * porting akka/akka#23617 * modified AssociationHandle to allow explicit DEBUG logging of disassociation reasons * final pass of EndpointManager updates from akka/akka#23617 * fixed issue with EndpointRegistry quarantine management * updated the reliable delivery supervisor * fixed bug when handling inbound associations * cleaning up AkkaProtocolState actors * porting over OutboundConnection timeout spec * ported InboundTimeout spec * approved new Akka.Remote API additions
Need to update Akka.Persistence.SqlServer with 1.3.13 to fully resolve akkadotnet/Akka.Persistence.SqlServer#104, FYI |
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.13 April 30 2019
Maintenance Release for Akka.NET 1.3
Well, we thought 1.3.12 would be the final release for Akka.NET v1.3.* - but then we found some nasty bugs prior to merging any of the v1.4 features into our development branch. But finally, for real this time - this is really the last v1.3.13 release.
This patch contains some critical bug fixes and improvements to Akka.NET:
To see the full set of changes for Akka.NET v1.3.13, click here.