-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Akka.NET v1.2.1 Production Release #2790
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
* Moved the documentation to docfx * added distributed data article * added projects to API references * updated persistence docs * Replace Rich Quotations with Standard Text * added coordinated shutdown
Update Akka.Streams.TestKit dependency for Akka.Persistence.Sql.TestKit to v1.2 stable
… SocketException occurs (#2615)
* upgrade test projects and testkits to xunit 2.2.0 and .net 4.5.2 (required for xunit 2.2.0) * progress so far - fsharp.tests remote.testkit.tests remote.tests don't pass yet * corrected binding redirect ad removed akka.testkit.xunit from fsharp tests because it wasn't being used * reinstall xunit 2.2.0 on cluster.sharding.tests per CI build failure
This PR fixes a number of spelling typos, replaces rich quotes with regular quotes, anf fill in various TBD placeholders.
Persistence Refactoring
Fixed the racing condition in A_Delay_must_properly_delay_according_to_buffer_size
…s from ReplayFilter
+ FSharp.Core dependency comes from nuget
Update F# projects to the last FSharp.Core version (4.4.1.0)
Updates to Akka.Persistence
Update FsPickler nuget package to v3.2.0
This PR fixes a number of spelling typos, a number of copyright headers, replaces various bits with <inheritdoc/>, and fills in more TBD placeholders.
* close #2584 - fix node stuck at joining issues allowed SurviveNetworkInstabilitySpec to run all the way * removed old MBTs * removed unused file * reverted back to original spec * verified that latter part of final stage can run correctly * cleaning up Remote.TestKit comments * fixed bug with ThrottleTransportAdapter * close #2015 - fixed SurviveNetworkInstabilitySpec * API approval changes * cleaned up PR * cleaned up last remaining todo
* minor changes * close #2014 - fixed Akka.Cluster.Tests.MultiNode.TransitionSpec
Excelent!!! Thanks @Aaaronontheweb! |
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.2.1 June 22 2017
Maintenance Release for Akka.NET 1.2
Resolves issues related to Akka.Cluster nodes not being able to cleanly leave or join a cluster after a period of network instability.
See the full set of Akka.NET 1.2.1 fixes here.