Update RELEASE_NOTES.md for 1.5.41 release #7619
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
EventFilter
respectsWithinAsync
timeout blocksExpectNextNAsync()
error message clarityIDaemonMsg
with public interface markerBroadcastHub
consumersGroupBy
to use infinite output sub-streamsXUnit 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:
xunit.v3.*
packages v2.0.2 and above.xunit.runner.visualstudio
package v3.1.0 and above.Akka.Streams
GroupBy
API improvementAkka.Streams
GroupBy
stage can now, and now by default, create an unlimited number of sub-streams. Simply omit themaxSubstreams
parameter or change themaxSubstreams
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