Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
#### 1.5.36 January 13th 2025 ####
#### 1.5.36 January 22nd 2025 ####

*Placeholder for nightlies*
Akka.NET v1.5.36 is a maintenance release that addresses several bugs and added several improvements.

* [Core: Implement nullability for `ActorCell`](https://github.com/akkadotnet/akka.net/pull/7475)
* [Core: Add filtering to `ActorCell` lifecycle metrics](https://github.com/akkadotnet/akka.net/pull/7478)
* [Streams: Complete MergeHub Sink gracefully on graceful stop](https://github.com/akkadotnet/akka.net/pull/7468)

To [see the full set of changes in Akka.NET v1.5.36, click here](https://github.com/akkadotnet/akka.net/milestone/119?closed=1).

2 contributors since release 1.5.35

| COMMITS | LOC+ | LOC- | AUTHOR |
|---------|------|------|----------------|
| 4 | 371 | 251 | Aaron Stannard |
| 1 | 37 | 2 | Pavel Anpin |

#### 1.5.35 January 13th 2025 ####

Expand Down
Loading