Releases: akkadotnet/akka.net
Akka.NET v1.4.2
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
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:
- b15d3a9 Merge pull request #4325 from akkadotnet/dev
- bedc54c added v1.4.1 final release notes (#4323)
- 70f37ec DData Replicator deserialize ORMultiValueDictionary as ORDictionary causing invalid cast exception (#4317) [ #4302 ]
- 00f7271 Gracefully handle exception throw in SnapshotOffer (#4322)
- 68e7215 addressing future RCs and releases (#4321)
- 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)
See More
- 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)
- 8265282 explicitly support CI for the v1.3 branch (#4294)
- 0948525 updated copyright headers to 2020 (#4289)
- b06190c Update "what's new in 1.4" page (#4287)
- 4dd996e add-title-to-build-docs (#4286)
- d820e98 updated build system documentation (#4285)
- 16b6d18 Bump FsCheck.Xunit from 2.9.0 to 2.14.1 (#4284)
- 451b127 Bump FsCheck from 2.14.0 to 2.14.1 (#4283)
- 921ef34 Merge pull request #4282 from akkadotnet/dev
- 5cd8a45 added Akka.NET v1.4.1-rc1 release notes (#4281)
- 850dc73 v1.4.0 migration guide (#4280) [ #4279 ]
- 4fdbdb2 removed beta status from Akka.Cluster.Sharding and Akka.DistributedData (#4275)
- 2a3dec5 Bump Hocon.Configuration from 2.0.1 to 2.0.3 (#4276)
- bc14a9d ClusterRouter no routees on startup (#4272)
- ad50778 unregister AppDomain.ProcessExit event handler after ActorSystem terminates (#3846) [ #3735 ]
- fc687b5 Internalize types 2 (#4242)
- 0b52cb5 Bump Hyperion from 0.9.14 to 0.9.15 (#4266)
- eb7fc9f Racy test pruning (#4268)
- 549ff8a per #3786 - harden DData.Tests.WriteAggregatorSpecs (#4269)
- 7abe24a Internalize types 1 (#4238)
- 1cc107d disable Akka.Remote DotNetty batching system inside TestKit by default (#4257)
- c97e5b6 enable remember-entities with DData Cluster.Sharding (#4255)
- 97fa6ed close #2805 - remove Akka.Persistence.PersistentView (#4263)
- fa78b8b ActorCell cleanup (#4211)
- 6835ff1 fixed invalid HOCON with DisallowJoinOfTwoClusterSpec (#4260)
- f22f86d Migrating DData to Google.Protobuf wire format (#4212)
- 6e9a7f4 harden DispatchersSpec (#4259)
- 5052b65 hardened BackoffSupervisorSpec (#4258)
- c867e13 Disable racy Remoting and Core specs (#4256)
- c102dd9 Racy specs: Akka.Streams (#4209) [ #3786 ]
- 94c15d4 close #3879 - disable buffer pooling in DotNetty transport (#4252)
- 4ace339 close #4246 - no throw inside EndpointReader (#4249)
- ed90302 standardized on HOCON 2.0.1 (#4248)
- 618a39a fix RemotePingPong benchmark HOCON (#4250)
- cd607da Create documentation for the new standalone Hocon integration (#4228)
- 6293948 close #4234 - added CachingConfig back (#4239)
- 8ab21dc Bump LightningDB from 0.10.0 to 0.11.0 (#4236)
- 486147e Bump Microsoft.Extensions.DependencyModel from 3.1.1 to 3.1.2 (#4233)
- faaf563 Bump Microsoft.Data.SQLite from 3.1.1 to 3.1.2 (#4237)
- b78c132 Arkatufus/#4221 performance regression (#4231)
- 23706fb Bump FsPickler from 5.3.1 to 5.3.2 (#4230)
- 9aa3b5e Bump Google.Protobuf from 3.11.2 to 3.11.4 (#4225)
- 397caef ActorSpawn benchmark tweaks (#4227)
- adb173d Bump FsPickler from 5.3.0 to 5.3.1 (#4224)
- c19b2d0 Migrating to stand-alone HOCON (#4128)
- 4a2d48e upgrade to Incrementalist 0.2.2 (#4222)
- 4087d01 Migrate entire build system and test runtime to .NET Core 3.1 (#4216)
- 2d93eea Improve racy spec (#4217)
- da868dc Bump Hyperion from 0.9.13 to 0.9.14 (#4214)
- 2abca05 DData: enable and fix Jepsen inspired insert spec (#4210) [ #3078 ]
- fd491d7 Fix/3129 pubsub - reworking MNTR specifications (#4207) [ #3129 ]
- d979221 disabling deadletter logging by default in MNTR (#4208)
- bd57643 disabling the MNTR TCP transport from logging (#4206)
- 9739349 enable DData ReplicatorChaosSpec (#4205)
- 49f5621 harden ClusterClientSpec (#4152)
- eed654d harden NodeChurnSpec (#4150)
- 71a290a enabled DData MNTR ReplicatorPruningSpec (#4196) [ #3080, #4198, #4199, #4200 ]
- f3236f4 fix race conditions with node exits in MNTR (#4204)
- 5f896ef Bump Micr...
Akka.NET v1.4.1-rc3 Release Candidate
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
- 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)
- 8265282 explicitly support CI for the v1.3 branch (#4294)
- 0948525 updated copyright headers to 2020 (#4289)
- b06190c Update "what's new in 1.4" page (#4287)
- 4dd996e add-title-to-build-docs (#4286)
- d820e98 updated build system documentation (#4285)
- 16b6d18 Bump FsCheck.Xunit from 2.9.0 to 2.14.1 (#4284)
- 451b127 Bump FsCheck from 2.14.0 to 2.14.1 (#4283)
- 5cd8a45 added Akka.NET v1.4.1-rc1 release notes (#4281)
- 850dc73 v1.4.0 migration guide (#4280) [ #4279 ]
- 4fdbdb2 removed beta status from Akka.Cluster.Sharding and Akka.DistributedData (#4275)
- 2a3dec5 Bump Hocon.Configuration from 2.0.1 to 2.0.3 (#4276)
- bc14a9d ClusterRouter no routees on startup (#4272)
- ad50778 unregister AppDomain.ProcessExit event handler after ActorSystem terminates (#3846) [ #3735 ]
- fc687b5 Internalize types 2 (#4242)
- 0b52cb5 Bump Hyperion from 0.9.14 to 0.9.15 (#4266)
- eb7fc9f Racy test pruning (#4268)
- 549ff8a per #3786 - harden DData.Tests.WriteAggregatorSpecs (#4269)
- 7abe24a Internalize types 1 (#4238)
- 1cc107d disable Akka.Remote DotNetty batching system inside TestKit by default (#4257)
- c97e5b6 enable remember-entities with DData Cluster.Sharding (#4255)
- 97fa6ed close #2805 - remove Akka.Persistence.PersistentView (#4263)
- fa78b8b ActorCell cleanup (#4211)
- 6835ff1 fixed invalid HOCON with DisallowJoinOfTwoClusterSpec (#4260)
- f22f86d Migrating DData to Google.Protobuf wire format (#4212)
- 6e9a7f4 harden DispatchersSpec (#4259)
- 5052b65 hardened BackoffSupervisorSpec (#4258)
- c867e13 Disable racy Remoting and Core specs (#4256)
- c102dd9 Racy specs: Akka.Streams (#4209) [ #3786 ]
- 94c15d4 close #3879 - disable buffer pooling in DotNetty transport (#4252)
- 4ace339 close #4246 - no throw inside EndpointReader (#4249)
- ed90302 standardized on HOCON 2.0.1 (#4248)
- 618a39a fix RemotePingPong benchmark HOCON (#4250)
- cd607da Create documentation for the new standalone Hocon integration (#4228)
- 6293948 close #4234 - added CachingConfig back (#4239)
- 8ab21dc Bump LightningDB from 0.10.0 to 0.11.0 (#4236)
- 486147e Bump Microsoft.Extensions.DependencyModel from 3.1.1 to 3.1.2 (#4233)
- faaf563 Bump Microsoft.Data.SQLite from 3.1.1 to 3.1.2 (#4237)
- b78c132 Arkatufus/#4221 performance regression (#4231)
- 23706fb Bump FsPickler from 5.3.1 to 5.3.2 (#4230)
- 9aa3b5e Bump Google.Protobuf from 3.11.2 to 3.11.4 (#4225)
- 397caef ActorSpawn benchmark tweaks (#4227)
- adb173d Bump FsPickler from 5.3.0 to 5.3.1 (#4224)
- c19b2d0 Migrating to stand-alone HOCON (#4128)
- 4a2d48e upgrade to Incrementalist 0.2.2 (#4222)
- 4087d01 Migrate entire build system and test runtime to .NET Core 3.1 (#4216)
- 2d93eea Improve racy spec (#4217)
- da868dc Bump Hyperion from 0.9.13 to 0.9.14 (#4214)
- 2abca05 DData: enable and fix Jepsen inspired insert spec (#4210) [ #3078 ]
- fd491d7 Fix/3129 pubsub - reworking MNTR specifications (#4207) [ #3129 ]
- d979221 disabling deadletter logging by default in MNTR (#4208)
- bd57643 disabling the MNTR TCP transport from logging (#4206)
- 9739349 enable DData ReplicatorChaosSpec (#4205)
- 49f5621 harden ClusterClientSpec (#4152)
- eed654d harden NodeChurnSpec (#4150)
- 71a290a enabled DData MNTR ReplicatorPruningSpec (#4196) [ #3080, #4198, #4199, #4200 ]
- f3236f4 fix race conditions with node exits in MNTR (#4204)
- 5f896ef Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (#4193)
- 0c31601 Bump FsPickler from 5.2.2 to 5.3.0 (#4202)
- 7b5d87b added Akka.DistributedData to Akka.Cluster friends list (#4201)
- 48ffec2 Bump Hyperion from 0.9.12 to 0.9.13 (#4197)
- 290d6d7 Fix DataEnvelope merge bug (#4185) [ #4184 ]
- ef25997 disable Sharding_and_CoordinatedShutdown_must_run_successfully spec - racy (#4194)
- 4e2aaf5 #3786 - make CoordinatedShutdownShardingSpec use murmur hash for shard distributions (#4186)
- 1d5e80d Akka.Persistence.TCK.SnapshotStoreSpec ignores ShouldSerializeSnapshots if SupportsSerialization == false (#4190)
- 1db112d Using environment variable to detect MNTR (#4189)
- 8dcbd59 fix DData ReplicatorSpec (#4178) [ #3075 ]
- 3b4e3db Added test details loading exception handling (#4180)
- 9071ce8 #2892 - TestKit: create child actors via TestProbe (#4148)
- 3517103 close #3954 - properly push .snupkg files to NuGet feed (#4176)
- 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)
- 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...
Akka.NET v1.4.1-rc2 Release Candidate
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
- 8265282 explicitly support CI for the v1.3 branch (#4294)
- 0948525 updated copyright headers to 2020 (#4289)
- b06190c Update "what's new in 1.4" page (#4287)
- 4dd996e add-title-to-build-docs (#4286)
- d820e98 updated build system documentation (#4285)
- 16b6d18 Bump FsCheck.Xunit from 2.9.0 to 2.14.1 (#4284)
- 451b127 Bump FsCheck from 2.14.0 to 2.14.1 (#4283)
- 5cd8a45 added Akka.NET v1.4.1-rc1 release notes (#4281)
- 850dc73 v1.4.0 migration guide (#4280) [ #4279 ]
- 4fdbdb2 removed beta status from Akka.Cluster.Sharding and Akka.DistributedData (#4275)
- 2a3dec5 Bump Hocon.Configuration from 2.0.1 to 2.0.3 (#4276)
- bc14a9d ClusterRouter no routees on startup (#4272)
- ad50778 unregister AppDomain.ProcessExit event handler after ActorSystem terminates (#3846) [ #3735 ]
- fc687b5 Internalize types 2 (#4242)
- 0b52cb5 Bump Hyperion from 0.9.14 to 0.9.15 (#4266)
- eb7fc9f Racy test pruning (#4268)
- 549ff8a per #3786 - harden DData.Tests.WriteAggregatorSpecs (#4269)
- 7abe24a Internalize types 1 (#4238)
- 1cc107d disable Akka.Remote DotNetty batching system inside TestKit by default (#4257)
- c97e5b6 enable remember-entities with DData Cluster.Sharding (#4255)
- 97fa6ed close #2805 - remove Akka.Persistence.PersistentView (#4263)
- fa78b8b ActorCell cleanup (#4211)
- 6835ff1 fixed invalid HOCON with DisallowJoinOfTwoClusterSpec (#4260)
- f22f86d Migrating DData to Google.Protobuf wire format (#4212)
- 6e9a7f4 harden DispatchersSpec (#4259)
- 5052b65 hardened BackoffSupervisorSpec (#4258)
- c867e13 Disable racy Remoting and Core specs (#4256)
- c102dd9 Racy specs: Akka.Streams (#4209) [ #3786 ]
- 94c15d4 close #3879 - disable buffer pooling in DotNetty transport (#4252)
- 4ace339 close #4246 - no throw inside EndpointReader (#4249)
- ed90302 standardized on HOCON 2.0.1 (#4248)
- 618a39a fix RemotePingPong benchmark HOCON (#4250)
- cd607da Create documentation for the new standalone Hocon integration (#4228)
- 6293948 close #4234 - added CachingConfig back (#4239)
- 8ab21dc Bump LightningDB from 0.10.0 to 0.11.0 (#4236)
- 486147e Bump Microsoft.Extensions.DependencyModel from 3.1.1 to 3.1.2 (#4233)
- faaf563 Bump Microsoft.Data.SQLite from 3.1.1 to 3.1.2 (#4237)
- b78c132 Arkatufus/#4221 performance regression (#4231)
- 23706fb Bump FsPickler from 5.3.1 to 5.3.2 (#4230)
- 9aa3b5e Bump Google.Protobuf from 3.11.2 to 3.11.4 (#4225)
- 397caef ActorSpawn benchmark tweaks (#4227)
- adb173d Bump FsPickler from 5.3.0 to 5.3.1 (#4224)
- c19b2d0 Migrating to stand-alone HOCON (#4128)
- 4a2d48e upgrade to Incrementalist 0.2.2 (#4222)
- 4087d01 Migrate entire build system and test runtime to .NET Core 3.1 (#4216)
- 2d93eea Improve racy spec (#4217)
- da868dc Bump Hyperion from 0.9.13 to 0.9.14 (#4214)
- 2abca05 DData: enable and fix Jepsen inspired insert spec (#4210) [ #3078 ]
- fd491d7 Fix/3129 pubsub - reworking MNTR specifications (#4207) [ #3129 ]
- d979221 disabling deadletter logging by default in MNTR (#4208)
- bd57643 disabling the MNTR TCP transport from logging (#4206)
- 9739349 enable DData ReplicatorChaosSpec (#4205)
- 49f5621 harden ClusterClientSpec (#4152)
- eed654d harden NodeChurnSpec (#4150)
- 71a290a enabled DData MNTR ReplicatorPruningSpec (#4196) [ #3080, #4198, #4199, #4200 ]
- f3236f4 fix race conditions with node exits in MNTR (#4204)
- 5f896ef Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (#4193)
- 0c31601 Bump FsPickler from 5.2.2 to 5.3.0 (#4202)
- 7b5d87b added Akka.DistributedData to Akka.Cluster friends list (#4201)
- 48ffec2 Bump Hyperion from 0.9.12 to 0.9.13 (#4197)
- 290d6d7 Fix DataEnvelope merge bug (#4185) [ #4184 ]
- ef25997 disable Sharding_and_CoordinatedShutdown_must_run_successfully spec - racy (#4194)
- 4e2aaf5 #3786 - make CoordinatedShutdownShardingSpec use murmur hash for shard distributions (#4186)
- 1d5e80d Akka.Persistence.TCK.SnapshotStoreSpec ignores ShouldSerializeSnapshots if SupportsSerialization == false (#4190)
- 1db112d Using environment variable to detect MNTR (#4189)
- 8dcbd59 fix DData ReplicatorSpec (#4178) [ #3075 ]
- 3b4e3db Added test details loading exception handling (#4180)
- 9071ce8 #2892 - TestKit: create child actors via TestProbe (#4148)
- 3517103 close #3954 - properly push .snupkg files to NuGet feed (#4176)
- 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)
- 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)
- f783b...
Akka.NET v1.3.18
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
- Akka Bugfix: Atomicity bug and bad performance in AddressTerminatedTopic
- Akka Bugfix: Actor reference leak in AddressTerminatedTopic
- Akka.Remote Bugfix: DotNetty.Codecs.CorruptedFrameException: negative pre-adjustment length field
- Akka.Remote Bugfix: "The given key was not present in the dictionary" exception
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
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:
- 5cd8a45 added Akka.NET v1.4.1-rc1 release notes (#4281)
- 850dc73 v1.4.0 migration guide (#4280) [ #4279 ]
- 4fdbdb2 removed beta status from Akka.Cluster.Sharding and Akka.DistributedData (#4275)
- 2a3dec5 Bump Hocon.Configuration from 2.0.1 to 2.0.3 (#4276)
- bc14a9d ClusterRouter no routees on startup (#4272)
- ad50778 unregister AppDomain.ProcessExit event handler after ActorSystem terminates (#3846) [ #3735 ]
- fc687b5 Internalize types 2 (#4242)
- 0b52cb5 Bump Hyperion from 0.9.14 to 0.9.15 (#4266)
- eb7fc9f Racy test pruning (#4268)
- 549ff8a per #3786 - harden DData.Tests.WriteAggregatorSpecs (#4269)
See More
- 7abe24a Internalize types 1 (#4238)
- 1cc107d disable Akka.Remote DotNetty batching system inside TestKit by default (#4257)
- c97e5b6 enable remember-entities with DData Cluster.Sharding (#4255)
- 97fa6ed close #2805 - remove Akka.Persistence.PersistentView (#4263)
- fa78b8b ActorCell cleanup (#4211)
- 6835ff1 fixed invalid HOCON with DisallowJoinOfTwoClusterSpec (#4260)
- f22f86d Migrating DData to Google.Protobuf wire format (#4212)
- 6e9a7f4 harden DispatchersSpec (#4259)
- 5052b65 hardened BackoffSupervisorSpec (#4258)
- c867e13 Disable racy Remoting and Core specs (#4256)
- c102dd9 Racy specs: Akka.Streams (#4209) [ #3786 ]
- 94c15d4 close #3879 - disable buffer pooling in DotNetty transport (#4252)
- 4ace339 close #4246 - no throw inside EndpointReader (#4249)
- ed90302 standardized on HOCON 2.0.1 (#4248)
- 618a39a fix RemotePingPong benchmark HOCON (#4250)
- cd607da Create documentation for the new standalone Hocon integration (#4228)
- 6293948 close #4234 - added CachingConfig back (#4239)
- 8ab21dc Bump LightningDB from 0.10.0 to 0.11.0 (#4236)
- 486147e Bump Microsoft.Extensions.DependencyModel from 3.1.1 to 3.1.2 (#4233)
- faaf563 Bump Microsoft.Data.SQLite from 3.1.1 to 3.1.2 (#4237)
- b78c132 Arkatufus/#4221 performance regression (#4231)
- 23706fb Bump FsPickler from 5.3.1 to 5.3.2 (#4230)
- 9aa3b5e Bump Google.Protobuf from 3.11.2 to 3.11.4 (#4225)
- 397caef ActorSpawn benchmark tweaks (#4227)
- adb173d Bump FsPickler from 5.3.0 to 5.3.1 (#4224)
- c19b2d0 Migrating to stand-alone HOCON (#4128)
- 4a2d48e upgrade to Incrementalist 0.2.2 (#4222)
- 4087d01 Migrate entire build system and test runtime to .NET Core 3.1 (#4216)
- 2d93eea Improve racy spec (#4217)
- da868dc Bump Hyperion from 0.9.13 to 0.9.14 (#4214)
- 2abca05 DData: enable and fix Jepsen inspired insert spec (#4210) [ #3078 ]
- fd491d7 Fix/3129 pubsub - reworking MNTR specifications (#4207) [ #3129 ]
- d979221 disabling deadletter logging by default in MNTR (#4208)
- bd57643 disabling the MNTR TCP transport from logging (#4206)
- 9739349 enable DData ReplicatorChaosSpec (#4205)
- 49f5621 harden ClusterClientSpec (#4152)
- eed654d harden NodeChurnSpec (#4150)
- 71a290a enabled DData MNTR ReplicatorPruningSpec (#4196) [ #3080, #4198, #4199, #4200 ]
- f3236f4 fix race conditions with node exits in MNTR (#4204)
- 5f896ef Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (#4193)
- 0c31601 Bump FsPickler from 5.2.2 to 5.3.0 (#4202)
- 7b5d87b added Akka.DistributedData to Akka.Cluster friends list (#4201)
- 48ffec2 Bump Hyperion from 0.9.12 to 0.9.13 (#4197)
- 290d6d7 Fix DataEnvelope merge bug (#4185) [ #4184 ]
- ef25997 disable Sharding_and_CoordinatedShutdown_must_run_successfully spec - racy (#4194)
- 4e2aaf5 #3786 - make CoordinatedShutdownShardingSpec use murmur hash for shard distributions (#4186)
- 1d5e80d Akka.Persistence.TCK.SnapshotStoreSpec ignores ShouldSerializeSnapshots if SupportsSerialization == false (#4190)
- 1db112d Using environment variable to detect MNTR (#4189)
- 8dcbd59 fix DData ReplicatorSpec (#4178) [ #3075 ]
- 3b4e3db Added test details loading exception handling (#4180)
- 9071ce8 #2892 - TestKit: create child actors via TestProbe (#4148)
- 3517103 close #3954 - properly push .snupkg files to NuGet feed (#4176)
- 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)
- 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 ...
Akka.NET v1.4.0-beta4
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...
Akka.NET v1.3.17 Stable Release
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
- Akka.Remote: Fix Endpoint receive buffer stack overflow
- Akka.Remote: Don't log aborted connection as disassociation error
- Akka.Cluster: Added delayed heartbeat logging
- Akka.Cluster: Remove string interpolation from cluster logs
- Akka.Cluster: Add timeout to abort joining of seed nodes
- Akka.Cluster.Sharding: Fix state non-empty check when starting HandOffStopper
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
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:
- fix: NuGet symbols not published
- Akka.Cluster.Sharding: Consolidated passivation check on settings used in region and shard
- Akka.Cluster.Tools: Singleton - missing state change fix
- Akka.Cluster.Tools: Fixed singleton issue when leaving several nodes
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
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 equivalentValueTuple<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.RemoteAddress
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:
- 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)
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...