Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.5.24 release (#7239)
Browse files Browse the repository at this point in the history
* Update RELEASE_NOTES.md for 1.5.24 release

* Update RELEASE_NOTES.md

---------

Co-authored-by: Aaron Stannard <aaron@petabridge.com>
  • Loading branch information
Arkatufus and Aaronontheweb committed Jun 7, 2024
1 parent 525a282 commit 0522779
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#### 1.5.24 June 7th 2024 ####

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.

* [Fix invalid serializer was being used when serialize-message is set to true](https://github.com/akkadotnet/akka.net/pull/7236)
* [Add Serialization.DeserializeActorRef() QoL method](https://github.com/akkadotnet/akka.net/pull/7237)
* 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)

| COMMITS | LOC+ | LOC- | AUTHOR |
|---------|------|------|---------------------|
| 3 | 35 | 22 | Gregorius Soedharmo |
| 1 | 26 | 51 | Mike Perrin |
| 1 | 15 | 2 | Aaron Stannard |

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).

#### 1.5.23 June 4th 2024 ####

* [Fix missing `HandOverDone` handler in ClusterSingletonManager](https://github.com/akkadotnet/akka.net/pull/7230)
Expand Down

0 comments on commit 0522779

Please sign in to comment.