1.4.48 January 5th 2023
Akka.NET v1.4.48 is a minor release that introduces some additional APIs to Akka.NET.
- Akka.Streams:
ChannelSource<T>
andChannelSink<T>
moved from Alpakka into main project - these stages are now part of the normal Akka.Streams.Dsl. - Akka: make
FutureActorRef<T>
unsealed
You can see the full set of tracked issues for Akka.NET v1.4.48 here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
3 | 846 | 29 | Aaron Stannard |
Changes:
- 062c80c added v1.4.48 release notes (#6330)
- 8613880 Upgrade all v1.4 build systems to use
{os}-latest
(#6329) - 2cd11f5 make
FutureActorRef<T>
unsealed (#6322) - fb507b1 [BACKPORT] move Move Channel Stages from Alpakka to main project. (#6317) [ #6268 ]
This list of changes was auto generated.