You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
-
#### 1.4.48 December 29th 2022 ####
2
-
*Placeholder for
1
+
#### 1.4.48 January 5th 2023 ####
2
+
Akka.NET v1.4.48 is a minor release that introduces some additional APIs to Akka.NET.
3
+
4
+
*[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.
5
+
*[Akka: make `FutureActorRef<T>` unsealed](https://github.com/akkadotnet/akka.net/pull/6322)
6
+
7
+
You can see the [full set of tracked issues for Akka.NET v1.4.48 here](https://github.com/akkadotnet/akka.net/milestone/79).
8
+
9
+
10
+
| COMMITS | LOC+ | LOC- | AUTHOR |
11
+
| --- | --- | --- | --- |
12
+
| 3 | 846 | 29 | Aaron Stannard |
3
13
4
14
#### 1.4.47 December 9th 2022 ####
5
15
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.
<PackageReleaseNotes>Akka.NET v1.4.48 is a minor release that introduces some additional APIs to Akka.NET.
39
+
[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.
40
+
[Akka: make `FutureActorRef<T>` unsealed](https://github.com/akkadotnet/akka.net/pull/6322)
41
+
You can see the [full set of tracked issues for Akka.NET v1.4.48 here](https://github.com/akkadotnet/akka.net/milestone/79).
0 commit comments