From d8e6b3f185d81693e0f2f7a38ecee79ee937157d Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Thu, 5 Jan 2023 07:32:10 -0600 Subject: [PATCH] added v1.4.48 release notes --- RELEASE_NOTES.md | 14 ++++++++++++-- src/common.props | 8 +++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ae2249e6705..6020dc7e6ab 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,15 @@ -#### 1.4.48 December 29th 2022 #### -*Placeholder for +#### 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` and `ChannelSink` moved from Alpakka into main project](https://github.com/akkadotnet/akka.net/pull/6317) - these stages are now part of the normal Akka.Streams.Dsl. +* [Akka: make `FutureActorRef` unsealed](https://github.com/akkadotnet/akka.net/pull/6322) + +You can see the [full set of tracked issues for Akka.NET v1.4.48 here](https://github.com/akkadotnet/akka.net/milestone/79). + + +| COMMITS | LOC+ | LOC- | AUTHOR | +| --- | --- | --- | --- | +| 3 | 846 | 29 | Aaron Stannard | #### 1.4.47 December 9th 2022 #### Akka.NET v1.4.47 is a maintenance patch for Akka.NET v1.4.46 that includes a variety of bug fixes, performance improvements, and new features. diff --git a/src/common.props b/src/common.props index 547bbe45df7..7bc2d8e2d70 100644 --- a/src/common.props +++ b/src/common.props @@ -35,7 +35,13 @@ true - Placeholder for + Akka.NET v1.4.48 is a minor release that introduces some additional APIs to Akka.NET. +[Akka.Streams: `ChannelSource<T>` and `ChannelSink<T>` moved from Alpakka into main project](https://github.com/akkadotnet/akka.net/pull/6317) - these stages are now part of the normal Akka.Streams.Dsl. +[Akka: make `FutureActorRef<T>` unsealed](https://github.com/akkadotnet/akka.net/pull/6322) +You can see the [full set of tracked issues for Akka.NET v1.4.48 here](https://github.com/akkadotnet/akka.net/milestone/79). +| COMMITS | LOC+ | LOC- | AUTHOR | +| --- | --- | --- | --- | +| 3 | 846 | 29 | Aaron Stannard |