Skip to content

Commit 062c80c

Browse files
added v1.4.48 release notes (#6330)
1 parent 8613880 commit 062c80c

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

RELEASE_NOTES.md

+12-2
Original file line numberDiff line numberDiff 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 |
313

414
#### 1.4.47 December 9th 2022 ####
515
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.

src/common.props

+7-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@
3535
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
3636
</PropertyGroup>
3737
<PropertyGroup>
38-
<PackageReleaseNotes>Placeholder for</PackageReleaseNotes>
38+
<PackageReleaseNotes>Akka.NET v1.4.48 is a minor release that introduces some additional APIs to Akka.NET.
39+
[Akka.Streams: `ChannelSource&lt;T&gt;` and `ChannelSink&lt;T&gt;` 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&lt;T&gt;` 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).
42+
| COMMITS | LOC+ | LOC- | AUTHOR |
43+
| --- | --- | --- | --- |
44+
| 3 | 846 | 29 | Aaron Stannard |</PackageReleaseNotes>
3945
</PropertyGroup>
4046
<!-- SourceLink support for all Akka.NET projects -->
4147
<ItemGroup>

0 commit comments

Comments
 (0)