File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments