Releases: akkadotnet/akka.net
Akka.NET v1.4.10
1.4.10 August 20th 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.10 includes some minor bug fixes and some major feature additions to Akka.Persistence.Query:
- Fixed: Akka.Persistence.Sql SqlJournal caching all Persistence Ids in memory does not scale
- Fixed Akka.Persistence.Query PersistenceIds queries now work across all nodes, rather than local node
- Akka.Actor: Akka.Pattern: Pass in clearer error message into OpenCircuitException
- Akka.Persistence: Allow persistence plugins to customize JournalPerfSpec's default values
- Akka.Remote: Racy RemotingTerminator actor crash in Akka.Remote initialization
To see the full set of fixes in Akka.NET v1.4.10, please see the milestone on Github.
Changes:
- ad8ab55 Merge pull request #4547 from akkadotnet/dev
- b7e9b6e added v1.4.10 release notes (#4546)
- d612c89 Re-implement PersistenceIds persitence query to match scala implementation behavior (#4531)
- 6ebceff Bump Google.Protobuf from 3.12.4 to 3.13.0 (#4543)
- 9be939e Add docs about routing management messages (#4545)
- ebdd637 Marked some JournalPerfSpec's fields as protected in order to make then customizable for plugins. (#4544)
- 2b3e2d3 Bump LightningDB from 0.12.0 to 0.13.0 (#4535)
- 4eb845c Bump Microsoft.Data.SQLite from 3.1.6 to 3.1.7 (#4542)
- cc07969 Clear language on clustering conditions (#4541)
- e5c328a Remove hanging "and" in doc benefit overview (#4540)
See More
- a578074 Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 (#4538)
- 9dfdfa0 Enhance OpenCircuitException error reporting (#4534)
- 1bdd3f9 Minor fix to the automatic passivation documentation (#4536)
- 796b74c close #4530 - skip call to LogSource.FromActorRef to prevent NRE during RemotingTerminator startup (#4532)
- 163d5b8 Bump Google.Protobuf from 3.12.3 to 3.12.4 (#4529)
- 8fd4af4 Add live and current variant to AllEvents query and their documentation (#4523)
- 861d4f8 Add v1.4.10 placeholder
This list of changes was auto generated.
Akka.NET v1.4.9
1.4.9 July 21 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.9 features some important bug fixes for Akka.NET v1.4:
- Akka: Re-enable dead letter logging after specified duration
- Akka: Optimize allocations in
ActorPath.Join() - Akka.IO: Optimize TCP-related actor creation in Akka.IO
- Akka.DistributedData: Resolve "An Item with the same key but different value already exists" error during pruning
- Akka.Cluster: Cluster event listener that logs all events
- Akka.Cluster.Tools.Singleton.ClusterSingletonManager bug: An element with the same key but a different value already exists
To see the full set of fixes in Akka.NET v1.4.8, please see the milestone on Github.
| COMMITS | LOC+ | LOC- | AUTHOR |
|---|---|---|---|
| 6 | 1008 | 90 | Gregorius Soedharmo |
| 5 | 475 | 27 | Ismael Hamed |
| 3 | 6 | 6 | dependabot-preview[bot] |
| 2 | 28 | 5 | Petri Kero |
| 1 | 3 | 0 | Aaron Stannard |
| 1 | 2 | 2 | tometchy |
| 1 | 1 | 1 | to11mtm |
| 1 | 1 | 1 | Kevin Preller |
Changes:
- e5f400d Merge pull request #4526 from akkadotnet/dev
- b9237f9 added v1.4.9 release notes (#4525)
- 7df3996 Optimize ActorPath.Join() to perform fewer allocations (accessing Elements causes quite a bit of garbage). (#4510)
- 602013c Re-enable dead letter logging after specified duration (#4513)
- fa1b44c Add AllEvents persistent query command (#4521)
- 5d45b52 Bump Microsoft.Data.SQLite from 3.1.5 to 3.1.6 (#4516)
- 040becc Bump Microsoft.Extensions.DependencyModel from 3.1.5 to 3.1.6 (#4517)
- 9ba94b6 Add OnRecovery test to TestJournalSpec (#4520)
- 4f8eaa1 Use Props.Create() instead of lambda variant for some TCP actors to avoid lambda compilation overhead. (#4509)
- 0547c76 Use SetItem instead of Add for InitRemovedNodePruning (#4512)
See More
- 5d5b1b3 Fix source links in documentations (#4508)
- d1d6777 Improve logging in DistributedData extension (#4507)
- 154dd62 Bump LightningDB from 0.11.0 to 0.12.0 (#4503)
- 726aad5 Log rebalance progress at INFO per rebalance info (#4499)
- 8bb424e Minor fix to the ShardRegion buffer capacity log (#4498)
- ad0c00c Cluster event listener that logs all events (#4502)
- 5c19ec8 Cluster.Join fails when called asynchronically when SerializeAllMessages is set (#4488) [ #4489 ]
- c42a309 Fix typo in Akka Streams configuration doc (#4492)
- 08cc002 Fix CPU utilization regression due to .NET SDK regression (addedum) (#4491)
- ee01691 Use defensive coding to prevent exception from being thrown from duplicate key insertion (#4489)
- fe53385 SqlJournal: Fixed updating the _persistenceIdSubscribers dictionary when adding a subscriber as described in #4485 (#4486)
- 0954f44 Update RELEASE_NOTES.md
This list of changes was auto generated.
Akka.NET v1.4.8
1.4.8 June 17 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.8 features some important bug fixes for Akka.NET v1.4:
- Akka: fix issue with setting IActorRefProvider via BootstrapSetup
- Akka.Cluster: Akka v1.4 Idle CPU usage increased comparing v1.3
- Akka.Cluster.Sharding: Backport of the feature called ClusterDistribution in Lagom
- Akka.TestKit: added ActorSystemSetup overload for TestKits
To see the full set of fixes in Akka.NET v1.4.8, please see the milestone on Github.
| COMMITS | LOC+ | LOC- | AUTHOR |
|---|---|---|---|
| 7 | 310 | 24 | Aaron Stannard |
| 6 | 8 | 8 | dependabot-preview[bot] |
| 2 | 669 | 10 | Ismael Hamed |
| 2 | 38 | 27 | Gregorius Soedharmo |
| 1 | 1 | 1 | Bartosz Sypytkowski |
Changes:
- aedb9c6 Merge pull request #4479 from akkadotnet/dev
- f43f370 added v1.4.8 release notes (#4478)
- 8762958 Bump Hyperion from 0.9.15 to 0.9.16 (#4477)
- 21736fd Idle CPU fixes (#4476)
- 7592725 Fix/4434 idle cpu - removing unused #if compile time conditionals (#4438)
- 5e559f7 Backport of the feature called ClusterDistribution in Lagom (#4455)
- d76f406 Upgrade donet SDK to 3.1.105 (#4475)
- d7d8df4 added spec to validate programmatic ActorSystem override (#4473)
- 8bc2a1c Changed Akka.Streams backoff error logging to include full exception message (#4472)
- 3a6ddc8 Bump Google.Protobuf from 3.12.2 to 3.12.3 (#4452)
See More
- 60b5537 Bump FsCheck.Xunit from 2.14.2 to 2.14.3 (#4469)
- 08d3b95 Bump Microsoft.Data.SQLite from 3.1.4 to 3.1.5 (#4468)
- be7ec95 Bump FsCheck from 2.14.2 to 2.14.3 (#4467)
- 5a62272 Bump Microsoft.Extensions.DependencyModel from 3.1.4 to 3.1.5 (#4466)
- dd90e05 added ActorSystemSetup overload for TestKits (#4464)
- d7c8c85 Update pr-validation.yaml for Azure Pipelines
- b49123f Add PR validation support for feature/* branches (#4461)
- c0affa7 Mute deadletter logging of cluster events (#4456)
- 48ce8e9 Bump Google.Protobuf from 3.12.1 to 3.12.2 (#4445)
- 27ecc47 Fix dotnet SDK to 3.1.100 on all Azure Pipelines script (#4450)
- d69ddd0 added v1.4.8 placeholder for nightlies
This list of changes was auto generated.
Akka.NET v1.4.7
1.4.7 May 26 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.7 is a fairly sizable path that introduces some significant new features and changes:
- Akka: added
akka.logger-async-startHOCON setting to allow loggers to start without blockingActorSystemcreation - useful for developers running Akka.NET on Xamarin or in other environments with low CPU counts; - Akka: ported
ActorSystemSetupto allow programmatic config of serializers and otherActorSystemproperties - Akka.Streams: update and modernize Attributes
- Akka.DistributedData.LightningDb: Wire format stabilized - Akka.Distributed.Data.LightningDb is now ready for production use.
To see the full set of changes for Akka.NET 1.4.7, please see the 1.4.7 milestone.
Changes:
- 4fa4a39 Merge pull request #4444 from akkadotnet/dev
- eb17417 added v1.4.7 release notes (#4441)
- 00e084e Move LMDB into release version (#4442)
- 4edd7c4 close #4288 - DData is no longer in beta (#4440)
- 596baa6 Update attributes (#4437)
- a155dcc Make loggers to not block ActorSystem creation (#4424) [ #4054 ]
- deb0348 Update finite-state-machine.md (#4435)
- 1772edb Implement ActorSystemSetup (#4428) [ #4426 ]
- 953905b Bump System.Collections.Immutable from 1.7.0 to 1.7.1 (#4411)
- 37ea7fc Change the SinkRef documentation temporarily until we can fix serialization (#4431)
See More
- 8a21ce7 Bump Google.Protobuf from 3.11.4 to 3.12.1 (#4423)
- 200a0fc Bump FSharp.Core from 4.7.1 to 4.7.2 (#4429)
- 5d5d7cb Unit test hardening, skip flaky specs if it can't be trivially fixed. (#4427)
- 1452a58 Fix MNTK ddata DurableDataSpec (#4416)
- 299b9a2 standardize LMDB wire format (#4414)
- 1b24898 Unit test hardening (#4405)
- 95dc3e0 Harden _currentMessageId from integer overflow. (#4413)
- 7b5734f Bump Microsoft.Data.SQLite from 3.1.3 to 3.1.4 (#4410)
- a53c0aa Bump Microsoft.Extensions.DependencyModel from 3.1.3 to 3.1.4 (#4412)
- 96e24ae fix: improve doc for persistenceId for sharded entity actor (#4409)
- 5953e91 Added v1.4.7 placeholder for nightly builds
This list of changes was auto generated.
Akka.NET v1.4.6
1.4.6 May 12 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.6 consists of mainly minor bug fixes and updates:
- Akka.Cluster.DistributedData: Akka.DistributedData.ORDictionary Unable to cast object of type
- Akka: add CoordinatedShutdown.run-by-actor-system-terminated setting - runs
CoordinatedShutdownwheneverActorSystem.Terminate()is called. - Akka.Actor: Inconsistent application of SupervisorStrategy on Pool routers
To see the full set of changes for Akka.NET 1.4.6, please see the 1.4.6 milestone.
| COMMITS | LOC+ | LOC- | AUTHOR |
|---|---|---|---|
| 3 | 746 | 96 | Gregorius Soedharmo |
| 1 | 65 | 117 | Igor Fedchenko |
| 1 | 10 | 5 | Bogdan-Rotund |
Changes:
- 355089c Merge pull request #4408 from akkadotnet/dev
- da7b07a Added v1.4.6 release notes (#4407)
- 0567a19 Add run-by-actor-system-terminate configuration support. (#4402)
- d1665f4 Bug fix #4376 (#4393)
- 9ae970e Merge custom config with default config (#4404)
- d3e4f92 Updated TcpEchoServer sample to target .net core and not throw exceptions in console (#4403)
- a804b05 Bugfix #4400 LWWDictionary Delta serialization (#4401) [ #4302, #4367 ]
This list of changes was auto generated.
Akka.NET v1.4.5
1.4.5 April 29 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.5 consists mostly of bug fixes and quality-of-life improvements.
- Akka.Cluster.Sharding: release shard lease when shard stopped
- Akka.Cluster.DistributedData: ORMultiValueDictionary - DistributedData Serialization InvalidCastException Unable to cast object of type 'DeltaGroup[System.String]' to type 'Akka.DistributedData.ORSet1[System.String]'
- Akka.Actor: Support double wildcards in actor deployment config
To see the full set of changes for Akka.NET 1.4.5, please see the 1.4.5 milestone.
| COMMITS | LOC+ | LOC- | AUTHOR |
|---|---|---|---|
| 3 | 6 | 6 | Michael Handschuh |
| 3 | 486 | 91 | Aaron Stannard |
| 3 | 3 | 3 | dependabot-preview[bot] |
| 2 | 44 | 3 | zbynek001 |
| 1 | 7 | 0 | JoRo |
| 1 | 6 | 21 | Ismael Hamed |
| 1 | 3 | 3 | Igor Fedchenko |
| 1 | 163 | 60 | Gregorius Soedharmo |
| 1 | 14 | 2 | Bogdan Rotund |
Changes:
- 241e851 Merge pull request #4398 from akkadotnet/dev
- c933863 added v1.4.5 release notes (#4397)
- 7a923ce Adding DeferAsync access to Eventsourced mailbox in FSharp. (#4395)
- 58c782c Akka.DistributedData: fix ORMultiDictionary Delta Serialization (#4394) [ #4367 ]
- e69d65c Bump NUnit from 3.6.1 to 3.12.0 (#3986)
- 24858af Fix copy pasta from ReceiveActor doc (#4389)
- 009c74e Grammar: Convert adjective to adverb (#4390)
- 0d78b71 Remove rogue character (#4391)
- 4289e45 Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1 (#4392)
- c83ce6b Added constructor that takes a configuration for PersistenceTestKit (#4387)
See More
- 0ef8faf Docs page fix (#4386)
- f32c506 timer log fix (#4379)
- 6a1a070 Make Member.AgeOrdering public (#4377)
- 40978f8 added EventStreamThroughputSpec to Akka.Tests.Performance (#4373)
- 55512a9 Add double wildcard support for deployment (#4372)
- 898a3fd v1.4.5 release_notes.md placeholder (#4374)
- 202c745 Bump BenchmarkDotNet from 0.12.0 to 0.12.1 (#4370)
- dce08fc sharding - release shard lease when stopped (#4369)
This list of changes was auto generated.
Akka.NET v1.4.4
1.4.4 March 31 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.4 includes one major fix for HOCON fallback configurations, a new module (Akka.Coordination), and some major improvements to Akka.Cluster.Tools / Akka.Cluster.Sharding:
- Akka.Coordination: Lease API & integration
- Akka: Timers for self scheduled messages added, FSM timers fixes
- Akka Important Bugfix: Config.WithFallback is acting inconsistently
- Akka.Cluster.Sharding: Updates
To see the full set of changes for Akka.NET 1.4.4, please see the 1.4.4 milestone.
| COMMITS | LOC+ | LOC- | AUTHOR |
|---|---|---|---|
| 3 | 4845 | 225 | zbynek001 |
| 2 | 3 | 3 | dependabot-preview[bot] |
| 2 | 159 | 0 | Aaron Stannard |
| 2 | 1099 | 23 | Gregorius Soedharmo |
| 1 | 34 | 5 | Petri Kero |
| 1 | 1 | 1 | Felix Reisinger |
Changes:
- fb3b984 Merge pull request #4365 from akkadotnet/dev
- 295f749 v1.4.4 release notes (#4364)
- 4d5270f test to confirm non-existence of SQLite persistence bug (#4361) [ #4360 ]
- 03341fc bump to v1.4.4 for nightlies
- 735aafb Sharding update (#4354)
- 1e2be40 Add hocon unit test back (#4359)
- b3dbe8b Lease API & integration (#4344)
- 3788ced #4353 Config.WithFallback is acting inconsistently (#4358)
- c983b33 Timers for self scheduled messages added, FSM timers fixes (#3778)
- 4a9308f Bump Microsoft.Extensions.DependencyModel from 3.1.2 to 3.1.3 (#4355)
Akka.NET v1.4.3
1.4.3 March 18 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.3 fixes one major issue that affected Akka.Persistence.Sql users as part of the v1.4 rollout:
To see the full set of changes for Akka.NET 1.4.3, please see the 1.4.3 milestone.
| COMMITS | LOC+ | LOC- | AUTHOR |
|---|---|---|---|
| 1 | 78 | 2 | Gregorius Soedharmo |
| 1 | 2 | 2 | dependabot-preview[bot] |
| 1 | 172 | 11 | Ismael Hamed |
Changes:
- c1eb760 Merge pull request #4347 from akkadotnet/dev
- 9806d9b added v1.4.3 release notes (#4346)
- 49771c1 CONFIGURATION compiler directive is missing from Akka.Persistence.Sql.Common netstandard2.0 build target (#4345)
- 345c601 Expose success and fail methods in CircuitBreaker (#4339)
- 0017dd2 Bump FSharp.Core from 4.7.0 to 4.7.1 (#4342)
This list of changes was auto generated.
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.ValueTupleover 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...