-
Notifications
You must be signed in to change notification settings - Fork 1.1k
v1.4 <-- v1.3* Sync #3482
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 <-- v1.3* Sync #3482
Conversation
1.0.8 release
Akka.NET 1.1 Stable Release (master)
Akka.NET 1.1.1 Stable Release
Akka.NET 1.1.2 Stable Release
V1.1.3 production release
Akka.NET v1.2 Production Release
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 #3220 * ClusterRouter unit test fix #3220 * Ask deadlock test added #3220 * Handle deadlock by removing the SynchronizationContext #3220 * Fixing ScatterGather router test #3220 * Ask interface refined #3220 AskSpecs consolidated Api change approval - internal CastTask removed * Fixing header #3220
* fixed bug in UseRoleIgnoredSpec * close #3294 - fixed usages of GetPaths inside all Group router implementations
* expose RemoteActorRef APIs for extensibility * made ClusterActorRefProvider public * created IClusterActorRefProvider marker interface
…delivered to deadletters when there's no matching recipient
…essages when there are no unreachable nodes
Sometimes I make make the same mistake _to_. ;)
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
@marcpiechura I think I sorted out the merge conflicts - mostly just a minor thing around the |
Note to whomever merges this: make sure you pick |
Ah shit, going to need to do this from a personal branch. This broke dev. |
Syncing the v1.4 branch with the latest changes from
dev
so we can start rolling some of the other PRs staged for this release, such as theValueTuple
changes.