github akkadotnet/akka.net 1.4.0-beta4
Akka.NET v1.4.0-beta4

latest releases: 1.3.19, 1.5.20, 1.5.19...
pre-release4 years ago

1.4.0-beta4 January 28 2020

Fourth pre-release candidate for Akka.NET 1.4

Akka.NET v1.4.0-beta4 represents a significant advancement against the v1.4.0 milestone, with numerous changes and fixes.

Akka.NET now targets .NET Standard 2.0 going forward - this first big change in this release is that we've dropped support for .NET Framework 4.5. We will only target .NET Standard 2.0 going forward with the v1.4.0 milestone from this point onward. .NET Standard 2.0 can be consumed by .NET Framework 4.6.1+ and .NET Core 2.0 and higher.

Introduction to Akka.Cluster.Metrics - in this release we introduce a brand new Akka.NET NuGet package, Akka.Cluster.Metrics, which is designed to allow users to share data about the relative busyness of each node in their cluster. Akka.Cluster.Metrics can be consumed inside routers, i.e. "route this message to the node with the most available memory," and Akka.Cluster.Metrics also supports the publication of custom metrics types.

If you want to learn more about how to use Akka.Cluster.Metrics, read the official documentation here.

Significant Akka.Remote Performance Improvements - as part of this release we've introduced some new changes that are enabled by default in the Akka.Remote DotNetty transport: "flush batching" or otherwise known as I/O batching. The idea behind this is to group multiple logical writes into a smaller number of system writes.

You will want to tune this setting to match the behavior of your specific application, and you can read our brand new "Akka.Remote Performance Optimization" page.

To follow our progress on the Akka.NET v1.4 milestone, click here.

We expect to release more beta versions in the future, and if you wish to get access to nightly Akka.NET builds then click here.

COMMITS LOC+ LOC- AUTHOR
27 15375 5575 Igor Fedchenko
26 2131 2468 Aaron Stannard
25 34 34 dependabot-preview[bot]
8 765 203 Ismael Hamed
4 75 70 Jonathan Nagy
3 108 11 Andre Loker
2 380 43 Valdis Zobēla
1 62 15 Mathias Feitzinger
1 6 1 cptjazz
1 14 0 Kaiwei Li
1 1 1 zbynek001
1 1 1 Christoffer Jedbäck

Changes:

  • d185948 V1.4.0 beta4 release notes (#4174)
  • 595a5a8 modified build script so if there's a beta version in the release notes, that ges automatically included in the NuGet package metadata (#4175)
  • 1aed8a7 added real header to Akka.Remote performance page (#4173)
  • 386c495 writing Akka.Remote performance optimization document (#4172)
  • 5dbb7cc upgrade DocFx to v2.48.1 (#4171)
  • 5bcdd19 Fix metrics documentation examples (#4170)
  • 11ccebe Add documentation for Akka.Cluster.Metrics (#4168)
  • 282ee9e Bump Hyperion from 0.9.11 to 0.9.12 (#4149)
  • 8bf2d8d disable parallelism in Akka.Cluster.Metrics specs (#4167)
  • 61f2646 Update MNTR docs according to features added (#4153)
See More
  • f068b09 Akka.Cluster.Metrics extension implementation (#4126)
  • 6febe56 Update cluster-sharding.md (#4164)
  • 39e96e8 Add inner exceptions to spec failure report (#4163)
  • faa92fb Fix racy test: Akka.Cluster.Sharding.Tests.CoordinatedShutdownShardingSpec.Sharding_and_CoordinatedShutdown_must_run_successfully (#4158)
  • 1efeb36 Using async API and increased timeouts (#4159)
  • f783b82 Fix racy test: Akka.Tests.IO.TcpIntegrationSpec.Should_fail_writing_when_buffer_is_filled (#4160)
  • d383e12 Added xunitSettings.props to all test assemblies (#4157)
  • 98aae17 Hocon toString() with correct fallback behavior (#3893) [ #3886 ]
  • 0b9f716 disable parallelism in Akka.Cluster.Sharding.Tests (#4154)
  • c199182 Add unneeded API Approval output to .gitignore (#4155)
  • c9d7e08 Standardize serialized type manifest lookup process (#4151)
  • cd11064 Akka.Remote: improved write performance with DotNetty flush-batching (#4106)
  • 1191a20 Bump System.Configuration.ConfigurationManager from 4.5.0 to 4.7.0 (#4131)
  • 222e126 Bump Microsoft.Extensions.DependencyModel from 3.1.0 to 3.1.1 (#4144)
  • 591e36b Bump Microsoft.Data.SQLite from 3.1.0 to 3.1.1 (#4145)
  • 41cb5a1 Added missing brackets in HOCON test configs (#4147)
  • 30a1010 Remove/disable pooling by default when working with Tcp SAEA (#4140)
  • 634f20b Refactor TaskEx API to deprecate pre-4.6.1 methods (#4135)
  • 4463fcb Close collection to TcpConnection actor on test runner stop (#4139)
  • 46ff564 Add initializer for console properties - #2432 (#4133)
  • cff47b3 add Partition in Fan-out stage (#4134)
  • 0ec6001 Bump Google.Protobuf from 3.10.1 to 3.11.2 (#4129)
  • 4ea192c Bump TeamCity.ServiceMessages from 3.0.12 to 3.0.13 (#4132)
  • f63ef42 Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0 (#4130)
  • e1771b5 Bump System.Collections.Immutable from 1.6.0 to 1.7.0 (#4123)
  • 4aec3a7 Bump System.Reflection.TypeExtensions from 4.6.0 to 4.7.0 (#4125)
  • 3672331 Bump Microsoft.Extensions.DependencyModel from 3.0.1 to 3.1.0 (#4121)
  • 3022329 Bump Microsoft.Data.SQLite from 3.0.1 to 3.1.0 (#4124)
  • ae9449d Bump FsPickler from 5.2.0 to 5.2.2 (#3982)
  • dc09eec Bump System.Reflection.Emit from 4.6.0 to 4.7.0 (#4122)
  • 70d4a7a Bump FSharp.Core from 4.5.0 to 4.7.0 (#4046)
  • 4c61c9f detect and run F# projects during incremental builds (#4118) [ #4117 ]
  • 8481623 use .NET Standard 2.0 and later as only build target (#3944) [ #3851 ]
  • 41ff337 modify build system to support wildcard PR triggers (#4113)
  • 63472ea Add MNTR aggregated failure logs to artifacts (#4100)
  • 4eb5a5d Akka.Remote: don't log aborted connection as disassociation error (#4101)
  • 3468e57 increased RemotePingPong by an order of magnitude (#4108)
  • 3110260 close #4099 - made ActorSystem.Dispose method block until WhenTerminated.IsComplete == true (#4105)
  • 2c03627 Increase default number of nodes for cluster failure detection (#4097)
  • 51ed45f TypeExtensions.TypeQualifiedName like in Hyperion (#4071)
  • d228f94 Fix #4083 - Endpoint receive buffer stack overflow (#4089)
  • 32325b9 Convert to ImmutableHashSet for consistency in comparison (#4090)
  • ff486da close #4087 - enable akka.cluster.allow-weakly-up-members by default (#4088)
  • 2486edf Remove string interpolation from cluster logs (#4084)
  • c9249f1 Made cleanup call thread-safe (#4081)
  • 6a29065 Added async API to Akka.TestKit (#4075)
  • 4a91b7c Fix/inbox actor reference (#4073)
  • be08805 Detailed error message on sending Tcp.Close to TcpManager (#4068)
  • 728a3d1 Changed to 'user guardian'. (#4070)
  • 0ab7ee1 StreamRef can be sent over wire in POCO envelope (#4063)
  • a71bf97 Taking current locate into account (#4069)
  • 2df679e Logging and buffering Tcp.Write before Tcp.Register received (#4062)
  • cb91d7f MNTR logs representation improvements (#4067)
  • 9447976 Added delayed heartbeat logging (#4057)
  • fb54c8f Fix MNTR failure (#4061)
  • 63192fb Fix actor terminated exception from TcpListener actor (#4058)
  • a4b0533 Update Akka.IO.TcpConnection implementation to use Socket.SendAsync method (#4022)
  • 6e07bfc NRE fix (#4056)
  • 5cf8002 Add timeout to abort joining of seed nodes (#3863)
  • 51f1d7e Bump Microsoft.Data.SQLite from 3.0.0 to 3.0.1 (#4052)
  • 07e9ad8 Stop DeadLetterListener on terminate if LogDeadLettersDuringShutdown is disabled (#4042)
  • 42cfae6 Context.WatchWith memory leak fix (#4047)
  • 408b00b Bump Microsoft.Extensions.DependencyModel from 1.1.2 to 3.0.1 (#4049)
  • 6925d78 updated Incrementalist to v0.2.1 to solve NRE issues (#4048)
  • 9213363 Fix state non-empty check when starting HandOffStopper (#4043)
  • e37dc8c Bump Google.Protobuf from 3.10.0 to 3.10.1 (#4039)
  • a635d43 modernized EventSourced.Recovery to use C#7 language features (#4036)
  • 0542c26 Merge pull request #4038 from Aaronontheweb/v1.3.16-backport-sync
  • 66cc10f Merge branch 'dev' into v1.3.16-backport-sync
  • 339eac5 Bump Hyperion from 0.9.10 to 0.9.11 (#4034)
  • bcf71db Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0 (#4033)
  • 983e0ea Bump Microsoft.SourceLink.GitHub (#4028)
  • 16ada54 Bump Microsoft.Data.SQLite from 2.2.3 to 3.0.0 (#4027)
  • 3d72705 Bump Newtonsoft.Json from 9.0.1 to 12.0.3 (#4030)
  • cc0c4ef cleaning up Akka.Persistence internals (#4025)
  • 0f7b997 Bump FsCheck from 2.9.0 to 2.14.0 (#4024)
  • cfe7693 Add AsFlowWithContext extension method (#4023)
  • 0c357c1 Akka.IO.Tcp benchmark with parallel clients (#4019)
  • 0799075 Add Akka.IO.Tcp benchmark (#4015)
  • cd80abc Merge DocExamples.sln (#4005)
  • 368a705 added v1.4.0-beta3 release notes to common.props
  • fc8c93d added v1.4.0-beta3 release notes (#4012)
  • 6b5e6b1 Inject Address into LogSource (#3922) [ #3867 ]
  • c474cb4 fix: build fails when SDK 3.0.100 is installed, second attempt (#3967) (#3970)
  • 1e472f9 Bump System.Reflection.Emit from 4.3.0 to 4.6.0 (#3992)
  • e5f1bc9 Bump Google.Protobuf from 3.9.1 to 3.10.0 (#3993)
  • e458283 RebalanceWorker should watch shard regions (#4000) [ #27261 ]
  • 9717c21 upgraded to Incrementalist v0.2.0 (#4009)
  • 73e9719 Akka.Persistence.TCK.JournalSerializationSpec: made error messages in #3964 clearer (#4008)
  • 7966624 missing singleton state change fix (#4003)
  • c09c300 Moving to ValueTuples (#3973)
  • 4de751a Akka.Persistence.TCK fix - check Persistent.Sender == DeadLetters (#4002)
  • 103b745 Added missing Persistence Testing link to navbar (#4001)
  • 5400ff9 Persistence TestKit documentation article (#3889)
  • 157d0d5 close #3920 - only reference System.ValueTuple when building against .NET Framework (#3998)
  • 8e92545 Bump Microsoft.NET.Test.Sdk from 15.9.0 to 16.3.0 (#3996)
  • d168580 Bump System.Runtime.Extensions from 4.3.0 to 4.3.1 (#3990)
  • ae24804 re-enabled DData serialization specs now that #3668 has been merged (#3994)
  • c1c6578 Implement UnfoldInfinite + update Unfold to use Option class (#3988)
  • a2c71e6 Bump LightningDB from 0.9.8 to 0.10.0 (#3987)
  • adc323e Bump System.Collections.Immutable from 1.5.0 to 1.6.0 (#3979)
  • bd4fda6 Bump Hyperion from 0.9.9 to 0.9.10 (#3984)
  • e09098b Bump System.Reflection.TypeExtensions from 4.3.0 to 4.6.0 (#3978)
  • 0155f32 Bump TeamCity.ServiceMessages from 3.0.8 to 3.0.12 (#3980)
  • 3d471b1 Bump xunit.runner.utility from 2.2.0 to 2.4.1 (#3981)
  • e4bef6e cleaned up some samples to use C#7 pattern matching (#3975)
  • 0a6e405 Provide static GetRoutees.Instance property that holds a singleton in… (#3974)
  • 7a49f8a Fixed singleton issue when leaving several nodes (#3962)
  • 0533d1d Revert "fix: build fails when SDK 3.0.100 is installed (#3967) (#3968)" (#3969)
  • 886de0c fix: build fails when SDK 3.0.100 is installed (#3967) (#3968)
  • cda544c fix: NuGet symbols not published (#3954) (#3966)
  • 0140c6a Fixed scheduling and cancelling receive timeout (#3963)
  • 3345b1d TRX Reporter for MultiNode tests (#3904)
  • ce6e68b Consolidated passivation check on settings used in region and shard (#3961)
  • cd7e2de Upgrade to Hyperion v0.9.9 (#3960)
  • e45516d Deprecate PersistentFSM+State.Using (#3955) (#3956)
  • b893555 Revert "Fix nightly-build template (#3957)" (#3958)
  • 60911cf Fix nightly-build template (#3957)
  • ca99160 bump to XUnit 2.4.1 (#3951)
  • 40188ad Akka.Persistence.Query: made Offset IComparable to itself (#3950) [ #3947 ]
  • 4f433cd Merge pull request #3952 from akkadotnet/fix-readme-logo
  • eb48f3c fixed-Akka-logo-readme
  • 9b52cc5 fix: data provided to AndThen (PersistentFSM) is not the latest version (#3654) (#3948)
  • 7530669 [docs] Move/update Sandcastle project (#3949)
  • 7fb411d [docs] Fix several website issues (#3946)
  • 444f205 delete HeliosTransport (#3945) [ #3851 ]
  • 8ae6a15 [build] Fix CS0162 warnings (#3941)
  • 5817a40 [xunit] Fix xunit warnings (#3940)
  • c162d41 disabling AkkaProtocolStressTest (#3942)
  • 7dddd0d close #3935 - Akka.Persistence.TCK.Query.TestActor now waits for delete confirmation before replying (#3936)
  • fe4becc [xml-docs] Fixed broken xrefs / missing field refs (#3939)
  • 4f984bc Support paths containing spaces in 'build.fsx' (#3925)
  • 83bb9d3 removed global.json (#3927)
  • 8c02bcf Fix build script to be able to run Fake from a path that contains spaces. (#3924)
  • 5ad1629 Merge pull request #3932 from Aaronontheweb/v1.3.15-sync
  • 3690c16 Merge remote-tracking branch 'akkadotnet/master' into v1.3.15-sync
  • 0a8c039 added 2019 copyright headers (#3926)
  • 1b118cb added v1.4.0-beta2 release notes (#3929)
  • 24c20db deleted Akka.MultiNodeTestRunner.nuspec - not meant to be part of solution (#3928)
  • 67d0020 added ability to support custom beta builds from commandline (#3923)
  • 65b4f55 Fixed Akka.Remote.ResendUnfulfillableException: Unable to fulfill resend request since negatively acknowledged payload is no longer in buffer. (#3914) [ #3905 ]
  • 9cbcbcf reorganize StreamRef implementation (#3919)
  • b41eb43 Add MNTR documentation (#3901)
  • 59e030c Update receive-actor-api.md (#3918)
  • 36a7267 name AzureDevops artifacts per build (#3915)
  • 338c5c8 cleaned up build status table in README (#3912)
  • ee68a97 have DocsSamples.sln get ValueTuple version from Akka.NET project (#3911)
  • bded491 Update and fix readme (#3910)
  • 000d340 add System.ValueTuple reference (#3909)
  • 319efc4 upgrade to Incrementalist v0.1.7 (#3906)
  • 37be6a5 TestJournal and TestSnaphostStore (#3881)
  • eed2681 close #3868 - increase Akka.Remote.TestKit TestConductor timeout to 30s by defualt (#3897)
  • 11a4c4e upgraded to Incrementalist v0.1.6 (#3899)
  • 3422302 upgraded to Incrementalist v0.1.5 (#3898)
  • 846b374 resolved lock-up with DistributedPubSubMediatorSpecs (#3896)
  • 05505bf reverting #3671 - setting Newtonsoft.Json version back to 9.0.1 (#3892)
  • 95a7173 added ProtobufVersion to Akka.Remote.TestKit
  • 19546e9 added reference on Akka.Streams
  • 913faec standardized Google.Protobuf version to 3.9.1
  • 826194d updated MNTR NuGet to correctly target .NET Core 2.1 and .NET Framework 4.6.1 (#3884)
  • 565e2cb upgraded to JSON.NET 12.0.2 (#3671)
  • 51e946e Add Epsilon within Within in TestKitSampleTest.cs
  • 9c41aa1 Process feedback from sean
  • 8ef9f21 Update documentation-guidelines.md
  • 428243d Update IotApp.cs
  • ed02407 Added stages responsible for streams context propagation (#3741)
  • 559a5ff upgrade DocFx to latest (#3876)
  • f2a889a update Microsoft.SourceLink.Github to 1.0.0-beta2-19367-01 (#3875)
  • abd0d79 Merge pull request #3872 from Aaronontheweb/v1.3.14-sync
  • 7e30316 Merge branch 'dev' into v1.3.14-sync
  • 30f38c7 fixed CoreAPISpec
  • df6ac06 added updated Windows Release pipeline YAML file (#3873)
  • 16a2247 Merge branch 'dev' into v1.3.14-sync
  • ec6de95 added Akka.NET v1.4 beta1 release notes (#3859)
  • 0c914ea Fix sharding recovery error and WithTransport serialization (#3744) [ #3414 ]
  • 30c0212 disabled some Akka.NET core specs (#3857)
  • 2421003 disable racy FlowAskSpec
  • dc696d5 close #3711 - enable CoordinatedShutdown to run on CLR exit in .NET Core (#3845)
  • 3992e0f disabling some more racy streams specs (#3853)
  • 11db6f1 fixed racy SplitBrainResolverConfigSpec (#3852)
  • f412c09 working on resolving racy Akka.Streams specs (#3847)
  • 2c9e343 force racy Akka.Persistence specs to run serially (#3850)
  • 48ecaf9 close #3783 - added SourceLink support (#3848)
  • ce73a37 NBench standardization (#3843)
  • 5a1ff8c disable some racy RemotingSpecs [Akka.Remote.Tests] (#3839)
  • 775577a disable XUnit parallel execution for Akka.Remote.Tests (#3841)
  • a57228f fixed issue with multiple specs all trying to use same Akka.Remote port at the same time (#3817) [ #3786 ]
  • ca5c397 #3786 - fix bind on port 0 error with DistributedPubSub specs (#3831)
  • 2c45fcf fixed solution issues that prevented NuGet publication (#3819)
  • b98eeb3 Fix serialize-messages for Akka.Cluster and Akka.Remote (#3725) [ #3724 ]
  • 53ca61f [SpecFix] working on fixing AtLeastOnceDeliveryCrashSpec (#3806) [ #3786 ]
  • 32b698d #3786 - removed two Cluster must cancel join prematurely specs (#3803)
  • c8afb2d fix PersistentActor_should_be_able_to_persist_events_that_happen_during_recovery (#3805) [ #3786 ]
  • 883b309 disable TeamCity formatting when not running on TeamCity (#3804)
  • 1b14c41 Fix concat example. (#3703)
  • b28fd9c [SpecFix] made RemoteConnection_should_send_and_decode_messages async (#3800) [ #3786 ]
  • 0261a3d added Azure Pipelines build system (#3794)
  • 437be4e integrated Incrementalist into build pipeline (#3788)
  • 1566dc9 Move Build System to .NET Core 2.1, projects to .NET Standard 2.0 and .NET 4.5.2 (#3668) [ #2640 ]
  • 140588b Added v1.4.0 placeholder for nightlies (#3773)
  • dcb4a34 Stream ref fixes (#3649)
  • 8ded3bb added logging for testing purposes of linux netcore issue
  • 3ccf634 FlowAskSpec: configured test dispatcher
  • c00a81a Flow Ask and Watch operations
  • 2b084cf reintroduced stream refs
  • 31a24e9 reintroduced FunctionRefs
  • a150586 API approval
  • 2bf7745 fully tested all new methods and combinations
  • f6efd7e fixed issues with cause not being propagated / implemented
  • 6382323 Add Exception overloads to all logging methods; close #3424
  • 89ee10e bumped v1.4 branch to v1.4 versions (#3511)
  • 211db8e ClusterClient fixes (#3866) [ #2535, #2312, #3840 ]
  • cf0cb8c fix typo in transports.md (#3865)
  • 2c78120 Allow AtLeastOnceDelivery parameters to be set from deriving classes (as intended) (#3810)
  • 108036f added Akka.NET v1.4 beta1 release notes (#3859)
  • 8f9d19f Fix sharding recovery error and WithTransport serialization (#3744) [ #3414 ]
  • 9e20444 disabled some Akka.NET core specs (#3857)
  • 34b85df Merge pull request #3856 from Aaronontheweb/fix-racy-FlowAskSpec
  • 58ff770 disable racy FlowAskSpec
  • ef268ef Merge pull request #3829 from akkadotnet/v1.4
  • 1a04025 close #3711 - enable CoordinatedShutdown to run on CLR exit in .NET Core (#3845)
  • 8e24391 Merge branch 'dev' into v1.4
  • 97c8db4 disabling some more racy streams specs (#3853)
  • 29f942b fixed racy SplitBrainResolverConfigSpec (#3852)
  • abc856c Merge branch 'dev' into v1.4
  • 33aea36 working on resolving racy Akka.Streams specs (#3847)
  • 4d4f167 force racy Akka.Persistence specs to run serially (#3850)
  • 15e350c Merge branch 'dev' into v1.4
  • a8a672e close #3783 - added SourceLink support (#3848)
  • bb2d583 Added nightly builds YAML definition for Azure DevOps (#3849)
  • 8d0ccc6 Merge branch 'dev' into v1.4
  • 04a5eb2 ShardStats and ClusterShardingStats serialization fix (#3832) [ #3830 ]
  • 4fd2cb8 NBench standardization (#3843)
  • 0690630 Merge branch 'dev' into v1.4
  • 3582131 reduce allocations in RemoteSystemDaemon ActorPath resolution (#3842)
  • 386cff5 disable some racy RemotingSpecs [Akka.Remote.Tests] (#3839)
  • 80e6a32 disable XUnit parallel execution for Akka.Remote.Tests (#3841)
  • ad21535 Merge branch 'dev' into v1.4
  • 18aa2c1 Don't passivate idle for remembering entities (#3833)
  • ce34eed Merge branch 'dev' into v1.4

This list of changes was auto generated.

Don't miss a new akka.net release

NewReleases is sending notifications on new releases.