Skip to content

Commit b1973cb

Browse files
Added v1.5.39 release notes (#7525)
1 parent 02c8a24 commit b1973cb

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

RELEASE_NOTES.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
#### 1.5.39 February 26th 2025 ####
1+
#### 1.5.39 March 14th, 2025 ####
22

3-
*Placeholder for nightlies*
3+
Akka.NET v1.5.39 contains a mission-critical bugfix for most Akka.Streams users.
4+
5+
* [Akka.Cluster.Sharding: recursively unpack `ShardingEnvelope` contents inside `IMessageExtract.EntityMessage`](https://github.com/akkadotnet/akka.net/issues/7470) - fixed a small edge case bug that could cause the `ShardingEnvelope` to be delivered to actors rather than the content inside the envelope.
6+
* [Akka.Util: improve `Result<T>`](https://github.com/akkadotnet/akka.net/pull/7520) - small set of API changes here aimed at making Akka.Streams easier to reason about.
7+
* [Akka.Streams: Fixed race conditions + unsafe struct assignment in `SelectAsync`](https://github.com/akkadotnet/akka.net/pull/7521) - this is a bug that's popped up in [Akka.Persistence.Sql](https://github.com/akkadotnet/Akka.Persistence.Sql), [Akka.Streams.Kafka](https://github.com/akkadotnet/Akka.Streams.Kafka), and many other places where `SelectAsync` is used: https://github.com/akkadotnet/akka.net/issues/7518
8+
9+
3 contributors since release 1.5.38
10+
11+
| COMMITS | LOC+ | LOC- | AUTHOR |
12+
| --- | --- | --- | --- |
13+
| 6 | 242 | 251 | Aaron Stannard |
14+
| 1 | 42 | 2 | Arjen Smits |
15+
| 1 | 107 | 1 | Gregorius Soedharmo |
16+
17+
To [see the full set of changes in Akka.NET v1.5.39, click here](https://github.com/akkadotnet/akka.net/milestone/122).
418

519
#### 1.5.38 February 17th 2025 ####
620

0 commit comments

Comments
 (0)