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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
#### 1.5.24 June 7th 2024 ####
2
+
3
+
Akka.NET v1.5.24 is a patch release for Akka.NET that addresses CVE-2018-8292 and also adds a quality of life improvement to IActorRef serialization.
4
+
5
+
*[Fix invalid serializer was being used when serialize-message is set to true](https://github.com/akkadotnet/akka.net/pull/7236)
6
+
*[Add Serialization.DeserializeActorRef() QoL method](https://github.com/akkadotnet/akka.net/pull/7237)
7
+
* Resolve CVE-2018-8292 in [this PR](https://github.com/akkadotnet/akka.net/pull/7235) and [this PR](https://github.com/akkadotnet/akka.net/pull/7238)
8
+
9
+
| COMMITS | LOC+ | LOC- | AUTHOR |
10
+
|---------|------|------|---------------------|
11
+
| 3 | 35 | 22 | Gregorius Soedharmo |
12
+
| 1 | 26 | 51 | Mike Perrin |
13
+
| 1 | 15 | 2 | Aaron Stannard |
14
+
15
+
You can [see the full set of changes for Akka.NET v1.5.24 here](https://github.com/akkadotnet/akka.net/milestones/1.5.24).
16
+
1
17
#### 1.5.23 June 4th 2024 ####
2
18
3
19
*[Fix missing `HandOverDone` handler in ClusterSingletonManager](https://github.com/akkadotnet/akka.net/pull/7230)
0 commit comments