Skip to content

Commit b160721

Browse files
authored
Update RELEASE_NOTES.md for 1.5.35 release (#7464)
1 parent 39cce0a commit b160721

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

RELEASE_NOTES.md

+24-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1-
#### 1.5.35 January 7th 2024 ####
1+
#### 1.5.35 January 13th 2025 ####
22

3-
*Placeholder for nightlies*
3+
Akka.NET v1.5.35 is a maintenance release that addresses several bugs and added several improvements.
44

5-
#### 1.5.34 January 7th 2024 ####
5+
* [Persistence: Add per-plugin recovery permiter actor](https://github.com/akkadotnet/akka.net/pull/7448)
6+
* [Persistence: Add support for optional snapshots](https://github.com/akkadotnet/akka.net/pull/7444)
7+
* [TestKit: Improve XUnit assertion message formatting](https://github.com/akkadotnet/akka.net/pull/7446)
8+
* [Sharding: Add `Broadcast` message support to sharded daemon process](https://github.com/akkadotnet/akka.net/pull/7451)
9+
* [Core: Bump Microsoft.Extensions and BCL library version to 8.0.*](https://github.com/akkadotnet/akka.net/pull/7460)
10+
* [DData: Fix 8.0 BCL library causing DeltaPropagationSelector to throw IndexOutOfBoundException](https://github.com/akkadotnet/akka.net/pull/7462)
11+
* [Sharding: Fix Shard fails to unwrap buffered messages](https://github.com/akkadotnet/akka.net/pull/7452)
12+
* [Core: Deprecate AddOrSet utility method](https://github.com/akkadotnet/akka.net/pull/7408)
13+
14+
To [see the full set of changes in Akka.NET v1.5.35, click here](https://github.com/akkadotnet/akka.net/milestone/118?closed=1).
15+
16+
5 contributors since release 1.5.34
17+
18+
| COMMITS | LOC+ | LOC- | AUTHOR |
19+
|---------|------|------|---------------------|
20+
| 10 | 431 | 95 | Gregorius Soedharmo |
21+
| 7 | 4535 | 4515 | Aaron Stannard |
22+
| 1 | 90 | 6 | Chris Hoare |
23+
| 1 | 5 | 5 | Simon Cropp |
24+
| 1 | 173 | 34 | Milan Gardian |
25+
26+
#### 1.5.34 January 7th 2025 ####
627

728
* [TestKit: Fix DelegatingSupervisorStrategy KeyNotFoundException](https://github.com/akkadotnet/akka.net/pull/7438)
829
* [Core: Improve actor telemetry type name override](https://github.com/akkadotnet/akka.net/pull/7439)

0 commit comments

Comments
 (0)