Skip to content

Commit 1255fa1

Browse files
Update RELEASE_NOTES.md for 1.5.22 release (#7224)
* Update RELEASE_NOTES.md for 1.5.22 release * Add CVE information * Update RELEASE_NOTES.md --------- Co-authored-by: Aaron Stannard <[email protected]>
1 parent 7ce5030 commit 1255fa1

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

RELEASE_NOTES.md

+45-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
1-
#### 1.5.22 May 28th 2024 ####
1+
#### 1.5.22 June 4th 2024 ####
22

3-
*Placeholder for nightlies*
3+
Akka.NET v1.5.22 is a patch release for Akka.NET with a few bug fixes and logging improvement.
4+
5+
* [Streams: Bump Reactive.Streams to 1.0.4](https://github.com/akkadotnet/akka.net/pull/7213)
6+
* [Remote: Bump DotNetty.Handlers to 0.7.6](https://github.com/akkadotnet/akka.net/pull/7198)
7+
* [Core: Resolve CVE-2018-8292 for Akka.Streams and Akka.Remote](https://github.com/akkadotnet/akka.net/issues/7191)
8+
* [Core: Expose `BusLogging` `EventStream` as public API](https://github.com/akkadotnet/akka.net/pull/7210)
9+
* [Remote: Add cross-platform support to the exception serializer](https://github.com/akkadotnet/akka.net/pull/7222)
10+
11+
**On Resolving CVE-2018-8292**
12+
13+
In order to resolve this CVE, we had to update `DotNetty.Handlers` to the latest version and unfortunately, this comes with about 10% network throughput performance hit. We are looking into possible replacement for `DotNetty` to improve this performance lost in the future (see [`#7225`](https://github.com/akkadotnet/akka.net/issues/7225) for updates).
14+
15+
**Before**
16+
17+
```
18+
Num clients, Total [msg], Msgs/sec, Total [ms], Start Threads, End Threads
19+
1, 200000, 125000, 1600.62, 46, 76
20+
5, 1000000, 494072, 2024.04, 84, 95
21+
10, 2000000, 713013, 2805.73, 103, 107
22+
15, 3000000, 724463, 4141.38, 115, 115
23+
20, 4000000, 714669, 5597.66, 123, 123
24+
25, 5000000, 684932, 7300.37, 131, 107
25+
30, 6000000, 694525, 8639.88, 115, 93
26+
```
27+
28+
**After**
29+
30+
```
31+
Num clients, Total [msg], Msgs/sec, Total [ms], Start Threads, End Threads
32+
1, 200000, 123763, 1616.32, 46, 73
33+
5, 1000000, 386101, 2590.66, 81, 90
34+
10, 2000000, 662691, 3018.54, 98, 104
35+
15, 3000000, 666223, 4503.86, 112, 113
36+
20, 4000000, 669681, 5973.89, 121, 113
37+
25, 5000000, 669255, 7471.86, 121, 105
38+
30, 6000000, 669121, 8967.61, 113, 92
39+
```
40+
41+
| COMMITS | LOC+ | LOC- | AUTHOR |
42+
|---------|------|------|---------------------|
43+
| 6 | 167 | 188 | Aaron Stannard |
44+
| 3 | 93 | 10 | Gregorius Soedharmo |
45+
46+
You can [see the full set of changes for Akka.NET v1.5.22 here](https://github.com/akkadotnet/akka.net/milestones/1.5.22).
447

548
#### 1.5.21 May 28th 2024 ####
649

0 commit comments

Comments
 (0)