Skip to content

Releases: akkadotnet/akka.net

Akka.NET v1.4.2

13 Mar 03:10
42911f4
Compare
Choose a tag to compare

1.4.2 March 12 2020

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.2 fixes two issues that affected users as part of the Akka.NET v1.4.1 rollout:

To see the full set of changes for Akka.NET 1.4.2, please see the 1.4.2 milestone.

Changes:

  • 42911f4 Merge pull request #4336 from akkadotnet/dev
  • 523e15c 1.4.2 release notes (#4335)
  • 5ea5995 move Akka.Cluster.Metrics and Akka.Serialization.Hyperion out of beta (#4333)
  • 699a08d embedded video explaining how Akka.Remote performance optimization works (#4334)
  • 82e9759 IActorRef Equals and CompareTo behavior change (#4324)
  • 66ca8ae Fix: ActorSystem.Settings did not load config from app.config file (#4331)
  • 45e0d50 Bump FsCheck.Xunit from 2.14.1 to 2.14.2 (#4326)
  • 0cd0be6 Bump FsCheck from 2.14.1 to 2.14.2 (#4327)

This list of changes was auto generated.

Akka.NET v1.4.1

11 Mar 15:57
b15d3a9
Compare
Choose a tag to compare

1.4.1 March 11 2020

Major release for Akka.NET 1.4

Akka.NET v1.4 is a non-breaking upgrade for all Akka.NET v1.3 and earlier users. It introduces many new features, all of which can be found in our "What's new in Akka.NET v1.4" page.

Major changes include:

  • Akka.Cluster.Sharding and Akka.DistributedData are now out of beta status and are treated as mature modules.
  • Akka.Remote's performance has significantly increased as a function of our new batching mode (see the numbers) - which is tunable via HOCON configuration to best support your needs. Learn how to performance optimize Akka.Remote here.
  • Added new Akka.Cluster.Metrics module to measure and broadcast the performance of each node, also includes some routers that can use this information to direct traffic to the "least busy" nodes.
  • Added Stream References to Akka.Streams, a feature which allows Akka.Streams graphs to span across the network.
  • Moved from .NET Standard 1.6 to .NET Standard 2.0 and dropped support for all versions of .NET Framework that aren't supported by .NET Standard 2.0 - this means issues caused by our polyfills (i.e. SerializableAttribute) should be fully resolved now.
  • Moved onto modern C# best practices, such as changing our APIs to support System.ValueTuple over regular tuples.

And hundreds of other fixes and improvements. See the full set of changes for Akka.NET v1.4 here:

COMMITS LOC+ LOC- AUTHOR
199 41324 26885 Aaron Stannard
46 63 63 dependabot-preview[bot]
34 16800 6804 Igor Fedchenko
13 11671 1059 Bartosz Sypytkowski
10 802 317 Ismael Hamed
7 1876 362 zbynek001
6 897 579 Sean Gilliam
5 95 986 cptjazz
5 4837 51 Valdis Zobēla
5 407 95 Jonathan Nagy
5 116 14 Andre Loker
3 992 77 Gregorius Soedharmo
3 2 2 Arjen Smits
2 7 7 jdsartori
2 4 6 Onur Gumus
2 15 1 Kaiwei Li
1 65 47 Ondrej Pialek
1 62 15 Mathias Feitzinger
1 3 3 Abi
1 3 1 jg11jg
1 18 16 Peter Huang
1 1 2 Maciej Wódke
1 1 1 Wessel Kranenborg
1 1 1 Greatsamps
1 1 1 Christoffer Jedbäck
1 1 1 Andre

Changes:

See More
Read more

Akka.NET v1.4.1-rc3 Release Candidate

10 Mar 19:17
169041c
Compare
Choose a tag to compare
Pre-release

1.4.1-rc3 March 10 2020

Stable release candidate for Akka.NET 1.4

In Akka.NET v1.4.1-rc2 we rolled back all of the stand-alone HOCON additions and made Akka.NET v1.4 non-breaking.

Changes:

  • 169041c added v1.4.1-RC3 release notes (#4320)
  • 91ece59 Revert common sealing (#4319)
  • 5ac0c7e added missing API checks (#4318)
  • 411fb07 V1.4.1 rc2 release notes (#4316)
  • bb4e7d9 Reintroduce old HOCON, lay groundwork for gradual introduction of HOCON stand-alone (#4299)
  • 8850f8d Fix IActorRef leaks in AddressTerminatedTopic when entity terminates immediately after unwatching a remote actor. (#4305) (#4308)
  • ab76895 Fix atomic updates of AddressTerminatedTopic._subscribers. Also, optimize the implementation to not take copies on Subscribe() or Unsubscribe(). (#4307) (#4309)
  • 1397ea0 harden RemoteActorsLeakSpec (#4315)
  • 085a721 FIX: #4079 sqlite table name was hardcoded (#4313)
  • f1bc8e1 fixed some racy Akka.Streams specs (#4312)
See More
Read more

Akka.NET v1.4.1-rc2 Release Candidate

10 Mar 16:30
411fb07
Compare
Choose a tag to compare
Pre-release

1.4.1-rc2 March 10 2020

Stable release candidate for Akka.NET 1.4

In Akka.NET v1.4.1-rc2 we rolled back all of the stand-alone HOCON additions and made Akka.NET v1.4 non-breaking.

For information on the full set of changes between RC1 and RC2, please see "What's New in Akka.NET v1.4" on the official Akka.NET website

COMMITS LOC+ LOC- AUTHOR
13 9431 5347 Aaron Stannard
2 3 3 dependabot-preview[bot]
1 97 73 Gregorius Soedharmo
1 6 1 Igor Fedchenko

Changes:

  • 411fb07 V1.4.1 rc2 release notes (#4316)
  • bb4e7d9 Reintroduce old HOCON, lay groundwork for gradual introduction of HOCON stand-alone (#4299)
  • 8850f8d Fix IActorRef leaks in AddressTerminatedTopic when entity terminates immediately after unwatching a remote actor. (#4305) (#4308)
  • ab76895 Fix atomic updates of AddressTerminatedTopic._subscribers. Also, optimize the implementation to not take copies on Subscribe() or Unsubscribe(). (#4307) (#4309)
  • 1397ea0 harden RemoteActorsLeakSpec (#4315)
  • 085a721 FIX: #4079 sqlite table name was hardcoded (#4313)
  • f1bc8e1 fixed some racy Akka.Streams specs (#4312)
  • c726f11 SAEA already in use error fix (#4301)
  • 717fb24 Nbench 2.0 Integration (Akka.NET v1.4) (#4298)
  • 2214914 Revert "explicitly support CI for the v1.3 branch (#4294)" (#4297)
See More
Read more

Akka.NET v1.3.18

09 Mar 22:52
f23f15f
Compare
Choose a tag to compare

1.3.18 March 09 2020

Maintenance Release for Akka.NET 1.3

1.3.18 consists of non-breaking bugfixes and additions that have been contributed against the Akka.NET v1.4.0 milestone thus far.

This patch includes some important fixes for Akka.Remote including

To see the full set of changes in Akka.NET v1.3.18, click here.

Changes:

  • f23f15f added v1.3.18 release notes (#4311)
  • be94d55 Merge pull request #4310 from Aaronontheweb/v1.3.18-backport
  • c8cc24f close #4246 - no throw inside EndpointReader (#4249)
  • 9475326 close #3879 - disable buffer pooling in DotNetty transport (#4252)
  • da53e08 Fix atomic updates of AddressTerminatedTopic._subscribers. Also, optimize the implementation to not take copies on Subscribe() or Unsubscribe(). (#4307)
  • 9f2948a Fix IActorRef leaks in AddressTerminatedTopic when entity terminates immediately after unwatching a remote actor. (#4305)
  • c0cec03 adding NBench 2.0 to 1.3 Akka.NET (#4293) [ #4292 ]
  • 5542210 update build YAML for v1.3 (#4296)
  • 546a5a0 compute incremental changes against the v1.3 branch for 1.3 PRs (#4295)

This list of changes was auto generated.

Akka.NET v1.4.1-rc1 Release Candidate

28 Feb 21:11
5cd8a45
Compare
Choose a tag to compare
Pre-release

1.4.1-rc1 February 28 2020

Stable release candidate for Akka.NET 1.4

Akka.NET v1.4.0-rc1 represents the completion of the entire Akka.NET v1.4.0 milestone.

Provided that there are no major bugs, architectural issues, performance regressions, or stability issues reported as we begin the process of moving all of our plugins onto Akka.NET v1.4.0-RC1, Akka.NET v1.4.0 final will ship within two weeks.

For information on the full set of changes, please see "What's New in Akka.NET v1.4" on the official Akka.NET website.

COMMITS LOC+ LOC- AUTHOR
206 33015 24489 Aaron Stannard
47 63 63 dependabot-preview[bot]
33 16794 6803 Igor Fedchenko
15 1370 557 Ismael Hamed
13 11671 1059 Bartosz Sypytkowski
10 3451 706 zbynek001
8 224 25 Andre Loker
6 897 579 Sean Gilliam
6 101 987 cptjazz
5 4837 51 Valdis Zobēla
5 407 95 Jonathan Nagy
3 8 8 jdsartori
3 2 2 Arjen Smits
3 16 2 Kaiwei Li
2 6 6 Abi
2 4 6 Onur Gumus
2 36 32 Peter Huang
2 2 4 Maciej Wódke
2 2 2 Wessel Kranenborg
2 130 94 Ondrej Pialek
1 633 1 Gregorius Soedharmo
1 62 15 Mathias Feitzinger
1 3 1 jg11jg
1 1 1 Greatsamps
1 1 1 Christoffer Jedbäck
1 1 1 Andre

Changes:

See More
Read more

Akka.NET v1.4.0-beta4

28 Jan 21:56
d185948
Compare
Choose a tag to compare
Akka.NET v1.4.0-beta4 Pre-release
Pre-release

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 Co...
Read more

Akka.NET v1.3.17 Stable Release

20 Dec 18:14
Compare
Choose a tag to compare

1.3.17 December 20 2019

Maintenance Release for Akka.NET 1.3

1.3.17 consists of non-breaking bugfixes and additions that have been contributed against the Akka.NET v1.4.0 milestone thus far.

This patch includes some important fixes for Akka.Remote and Akka.Cluster users, including

To see the full set of changes in Akka.NET v1.3.17, click here.

COMMITS LOC+ LOC- AUTHOR
4 231 74 Ismael Hamed
3 72 70 Jonathan Nagy
2 2 9 Aaron Stannard
1 92 10 Valdis Zobēla
1 29 2 Igor Fedchenko

Changes:

  • 3f8a640 fixed-Akka-logo-readme
  • d96a9ce cleaned up build status table in README (#3912)
  • d07b944 Update and fix readme (#3910)
  • e52125b added v1.3.17 release notes
  • 4d89bba Akka.Remote: don't log aborted connection as disassociation error (#4101)
  • a389364 close #4099 - made ActorSystem.Dispose method block until WhenTerminated.IsComplete == true (#4105)
  • 58076c3 TypeExtensions.TypeQualifiedName like in Hyperion (#4071)
  • 92fd094 Fix #4083 - Endpoint receive buffer stack overflow (#4089)
  • 116e6e4 Convert to ImmutableHashSet for consistency in comparison (#4090)
  • a595d15 Remove string interpolation from cluster logs (#4084)
See More
  • 8f97c3c Fix/inbox actor reference (#4073)
  • fed9051 Added delayed heartbeat logging (#4057)
  • 23c2206 Add timeout to abort joining of seed nodes (#3863)
  • fc43334 Stop DeadLetterListener on terminate if LogDeadLettersDuringShutdown is disabled (#4042)
  • 4487982 Fix state non-empty check when starting HandOffStopper (#4043)

This list of changes was auto generated.

Akka.NET v1.3.16 Stable Release

14 Nov 23:02
58d7b9b
Compare
Choose a tag to compare

1.3.16 November 14 2019

Maintenance Release for Akka.NET 1.3

1.3.16 consists of non-breaking bugfixes and additions that have been contributed against the Akka.NET v1.4.0 milestone thus far.

This patch includes some small fixes, such as:

However, the biggest fix is for .NET Core 3.0 users. When .NET Core 3.0 was introduced, it broke some of the APIs in prior versions of Hyperion which subsequently caused Akka.Cluster.Sharding and Akka.DistributedData users to have problems when attempting to run on .NET Core 3.0. These have been fixed as Akka.NET v1.3.16 is now running using the latest versions of Hyperion, which resolve this issue.

To see the full set of changes in Akka.NET v1.3.16, click here.

COMMITS LOC+ LOC- AUTHOR
4 119 6 Aaron Stannard
3 531 126 Ismael Hamed
3 108 11 Andre Loker
2 2 2 dependabot-preview[bot]
1 6 1 cptjazz
1 1 1 zbynek001

Changes:

  • 58d7b9b Merge pull request #4037 from Aaronontheweb/v1.3.16-rebase
  • 869ec84 added v1.3.16 release notes
  • 894626b fixed Akka.Serialization.Hyperion.csproj
  • cb2981a fix: build fails when SDK 3.0.100 is installed, second attempt (#3967) (#3970)
  • 57e7e3a Bump Hyperion from 0.9.10 to 0.9.11 (#4034)
  • 11aab93 missing singleton state change fix (#4003)
  • 4f1bebd Bump Hyperion from 0.9.9 to 0.9.10 (#3984)
  • c21db88 Upgrade to Hyperion v0.9.9 (#3960)
  • aa8aa25 Provide static GetRoutees.Instance property that holds a singleton in… (#3974)
  • 9ec4239 Fixed singleton issue when leaving several nodes (#3962)
See More
  • 2f7638e fix: NuGet symbols not published (#3954) (#3966)
  • 0b473e8 Fixed scheduling and cancelling receive timeout (#3963)
  • d3abba2 Consolidated passivation check on settings used in region and shard (#3961)
  • 90a3db9 Akka.Persistence.Query: made Offset IComparable to itself (#3950) [ #3947 ]
  • caf13f6 fix: data provided to AndThen (PersistentFSM) is not the latest version (#3654) (#3948)
  • 1b29a93 close #3935 - Akka.Persistence.TCK.Query.TestActor now waits for delete confirmation before replying (#3936)

This list of changes was auto generated.

Akka.NET v1.4.0-beta3 Release

30 Oct 18:18
fc8c93d
Compare
Choose a tag to compare
Pre-release

1.4.0-beta3 October 30 2019

Third pre-release candidate for Akka.NET 1.4
This release contains some more significant changes for Akka.NET v1.4.0.

  • All APIs in Akka.Streams, Akka, and elsewhere which used to return Tuple<T1, T2> now support the equivalent ValueTuple<T1,T2> syntax - so new language features such as tuple deconstruction can be used by our users.
  • Upgraded to Hyperion 0.9.10, which properly supports .NET Core 3.0 and cross-platform communication between .NET Framework and .NET Core.
  • All ILoggingAdapter instances running inside Akka.NET actors will now include the full Akka.Remote Address during logging, which is very helpful for users who aggregate their logs inside consolidated systems.
  • Various Akka.Cluster.Sharding fixes.

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
115 10739 8969 Aaron Stannard
13 11671 1059 Bartosz Sypytkowski
10 16 16 dependabot-preview[bot]
6 897 579 Sean Gilliam
6 1744 358 zbynek001
5 568 240 Ismael Hamed
5 116 14 Andre Loker
3 4457 8 Valdis Zobēla
3 2 2 Arjen Smits
3 14 9 cptjazz
2 7 7 jdsartori
2 4 6 Onur Gumus
2 1341 1182 Igor Fedchenko
1 65 47 Ondrej Pialek
1 3 3 Abi
1 3 1 jg11jg
1 18 16 Peter Huang
1 1 2 Maciej Wódke
1 1 1 Wessel Kranenborg
1 1 1 Kaiwei Li
1 1 1 Greatsamps
1 1 1 Andre

Changes:

See More
  • 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 Epsil...
Read more