-
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.4 rebase #3508
Merged
Merged
V1.4 rebase #3508
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
Akka.NET 1.1 Stable Release (master)
Akka.NET 1.1.1 Stable Release
Akka.NET 1.1.2 Stable Release
…ease V1.1.3 production release
Akka.NET v1.2 Production Release
…t#2611) * switch akka.cluster.sharding dependency for akka.cluster.tools from prerelease to nuget release version (akkadotnet#2608) * Add LightningDB nuspec (akkadotnet#2609) * added Akka.DistributedData.LightningDB nuspec * updated assembly information
Akka.Persistence.Query nuget dependency update
Akka.NET v1.2.1 Production Release
Akka.NET v1.2.2 Production Release
Akka.NET v1.2.3 Production Release
Akka.NET v1.3 Production Release
Update NuGet package publish step
Update NuGet folder location in build.fsx
Deploying TCK package and Akka.Persistence.Query to NuGet
Akka.Serialization.Hyperion bugfix release
Akka.Serialization.Hyperion redeployment
v1.3.1 Release PR
v1.3.2 stable release
Akka.NET v1.3.3 Production Release
* Implement PartitionHub * port docs * fix formatting * API approval * address remarks
* AkkaPduCodec performance fixes * made HeartbeatPdu immutable * made all internal formatting methods static
* Tests should be precise - in temrs of what to expect * Ask interface refined akkadotnet#3220 * ClusterRouter unit test fix akkadotnet#3220 * Ask deadlock test added akkadotnet#3220 * Handle deadlock by removing the SynchronizationContext akkadotnet#3220 * Fixing ScatterGather router test akkadotnet#3220 * Ask interface refined akkadotnet#3220 AskSpecs consolidated Api change approval - internal CastTask removed * Fixing header akkadotnet#3220
* fixed bug in UseRoleIgnoredSpec * close akkadotnet#3294 - fixed usages of GetPaths inside all Group router implementations
* expose RemoteActorRef APIs for extensibility * made ClusterActorRefProvider public * created IClusterActorRefProvider marker interface
Familiar was written familiair
* implemented Source preMaterialization * finished Source preMaterialization specs * updated documentation and API approvals * moved sample to the documentation * fixed extra +
Introducing BenchmarkDotNet benchmarks
* added PreMaterialize for Sinks * added API approval and implemented specs for Sink.PreMaterialize * added docs
* Akka.NET v1.3.8 release notes
added v1.3.9 placeholder for nightlies
* Add CombineMaterialized method to Source * More reasonable materializers combine function name and type * Approve Streams API change * Move instance method to SourceOperations extensions
* fix xunit2012 warning wrt using Enumerable.Any() * fix xunit2017 warning wrt using Enumerable.Contains() * fix xunit2013 warning wrt using Equals() and collection sizes
This PR fixes some xrefs issues wrt to referencing base class fields/methods. It also adds some missing method parameter tags.
cc @Horusiath - should get v1.4 branch up to date and on top of v1.3. I think I did it correctly this time. Just make sure no one hits "Squash and Merge" by accident :p |
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.
Rebases the v1.4 branch on the latest v1.3.8 sources