-
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.11 Production Release #4607
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
* updated common.props * updated for 1.4.11
* Turn on NUnit testing on Akka.Streams.Tests.TCK * Downgrade NUnit to 3.7.1 becasue 3.12.0 was not compatible with Reactive.Streams.TCK * Remove NUnit reference in csproj, using the one referenced in the `Reactive.Streams.TCK` instead * Fix build script, it excludes `Akka.Streams.Tests.TCK` from test runs * Enable Akka.Streams.Tests.TCK on netcoreapp3.1
I think this was a typo.
#4552) Co-authored-by: Aaron Stannard <aaron@petabridge.com>
Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* Remove NetFrameworkLibVersion support * Revert "Remove NetFrameworkLibVersion support" This reverts commit 4120a3a. * Remove NetFrameworkLibVersion support * Remove netstandard1.6 conditions
…abilities. (#4560) * Add Group-Persist and Multi-Recover tests to `JournalPerfSpec` * clean up * Fix bad ctor refactor * Tweak PersistGroup200 numCommands calc to lower CI Build impact Co-authored-by: Aaron Stannard <aaron@petabridge.com>
Co-authored-by: Aaron Stannard <aaron@petabridge.com>
… `ReadJournal_should_deallocate_AllPersistenceIds_publisher_when_the_last_subscriber_left` contingent on it being true. (#4565)
* Send graceful shutdown to selection if no coordinator found * Watch all regions as they may shutdown after rebalance starts Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* Check spec does not create too many demons * Convenience for ShardedDaemonProcess role
* Port scala akka PR #26816 to Akka.NET * Remove SynchronizationContext usage * Use internal dispatcher in other part of Akka.NET, update documentation * Port internal blocking dispatcher and default internal dispatcher for Akka.Stream * Add circular dispatcher alias reference checking, unroll recursion * Make ClusterSingletonManager and Proxy to use internal dispatchers * Update API approver list * Remove SynchronizationContext * Clean up Pigeon.conf config file Co-authored-by: Aaron Stannard <aaron@petabridge.com>
And then the logs look better!
…sistent with Deliver when RecoveryRunning (#4574)
The default config for keep-referee had a typo
Updated the `common.props` file to serve the Akka.NET logo over HTTPS by default, now that our site supports it.
* Fix ByteString.Empty throws when ToArray was called * Simplify unit test, avoid spamming output
* renamed AkkaVersion -> AppVersion * approved API change
* Double wildcard actor selector implementation * Add spec * Remove recursion in ActorRef * Simplify ActorSelection, remove wrong copy-paste code * Akka.API.Tests approved API update Co-authored-by: Aaron Stannard <aaron@petabridge.com>
…4598) * when SBR downs the reachable side (minority) it's important to quickly inform everybody to shutdown * send gossip directly to downed node, STONITH signal * gossip to a few random immediately when self is downed, which is always the last from the SBR downing * enable gossip speedup when there are downed members * adjust TransitionSpect to the new behavior * update ValidNodeForGossip behavior Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* Option<T> erroneously reports HasValue when Value is null * TestKitBase failed to check if the returned Option<Config> is None * Fix Stream.Dsl.Collect to not depend on null return value to filter input
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.4.11 November 5 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.11 includes some significant additions to Akka.NET:
/system
actors now run on a dedicated dispatcher. This should significantly improve reliablity for Akka.Cluster, Akka.Persistence, and other built-in Akka.NET systems inside heavily utilized environments.To see the full set of fixes in Akka.NET v1.4.11, please see the milestone on Github.