Skip to content

Releases: akkadotnet/akka.net

Akka.NET v1.4.10

20 Aug 19:57
ad8ab55

Choose a tag to compare

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:

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

21 Jul 18:15
e5f400d

Choose a tag to compare

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:

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

17 Jun 20:18
aedb9c6

Choose a tag to compare

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:

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

27 May 01:30
4fa4a39

Choose a tag to compare

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:

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

Changes:

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

12 May 19:08
355089c

Choose a tag to compare

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:

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:

This list of changes was auto generated.

Akka.NET v1.4.5

29 Apr 21:39
241e851

Choose a tag to compare

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.

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:

See More

This list of changes was auto generated.

Akka.NET v1.4.4

31 Mar 18:23
fb3b984

Choose a tag to compare

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:

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:

See More

This list of changes was auto generated.

Akka.NET v1.4.3

18 Mar 16:23
c1eb760

Choose a tag to compare

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

13 Mar 03:10
42911f4

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

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