github akkadotnet/akka.net 1.5.41
Akka.NET v1.5.41

latest releases: 1.5.48, 1.5.47, 1.5.46...
4 months ago

1.5.41 May 6th, 2025

Akka.NET v1.5.41 contains several bug fixes and also adds new quality of life features to Akka.TestKit and Akka.Streams.

XUnit V3 Support

We've added XUnit v3 support to Akka.TestKit.Xunit, please use this package if you're planning on using and/or migrating to the latest XUnit 3 platform.

Note that due to XUnit v3 limitation, please make sure that you're following these minimum requirements:

  • Use net472 and above if you're targeting .NET Framework.
  • Use net8.0 and above if you're targeting .NET Core.
  • Reference the xunit.v3.* packages v2.0.2 and above.
  • Reference the xunit.runner.visualstudio package v3.1.0 and above.

Akka.Streams GroupBy API improvement

Akka.Streams GroupBy stage can now, and now by default, create an unlimited number of sub-streams. Simply omit the maxSubstreams parameter or change the maxSubstreams parameter to a negative value to enable this feature.

Note

This can cause memory leak issue if you design your stream to be long-running, and it is designed to generate/process a very large number of sub-streams.

4 contributors since release 1.5.40

COMMITS LOC+ LOC- AUTHOR
9 1757 1690 Aaron Stannard
6 1089 542 Gregorius Soedharmo
1 3 16 Simon Cropp
1 10 2 JuYoung Kim

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

Changes:

See More

This list of changes was auto generated.

Don't miss a new akka.net release

NewReleases is sending notifications on new releases.