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.13 Production Release #3772

Merged
merged 22 commits into from
Apr 30, 2019
Merged

v1.3.13 Production Release #3772

merged 22 commits into from
Apr 30, 2019

Conversation

Aaronontheweb
Copy link
Member

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.

COMMITS LOC+ LOC- AUTHOR
2 5 6 Ismael Hamed
2 45 7 Shukhrat Nekbaev
2 23 30 Aaron Stannard
1 87 7 Bartosz Sypytkowski
1 492 9 AndreSteenbergen
1 2 2 ThomasWetzel
1 12 12 Sean Gilliam

snekbaev and others added 22 commits December 20, 2018 02:10
* 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
@Aaronontheweb
Copy link
Member Author

Need to update Akka.Persistence.SqlServer with 1.3.13 to fully resolve akkadotnet/Akka.Persistence.SqlServer#104, FYI

@Aaronontheweb Aaronontheweb merged commit 7ae62ca into master Apr 30, 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.

7 participants