|
1 |
| -#### 1.5.35 January 7th 2024 #### |
| 1 | +#### 1.5.35 January 13th 2025 #### |
2 | 2 |
|
3 |
| -*Placeholder for nightlies* |
| 3 | +Akka.NET v1.5.35 is a maintenance release that addresses several bugs and added several improvements. |
4 | 4 |
|
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 #### |
6 | 27 |
|
7 | 28 | * [TestKit: Fix DelegatingSupervisorStrategy KeyNotFoundException](https://github.com/akkadotnet/akka.net/pull/7438)
|
8 | 29 | * [Core: Improve actor telemetry type name override](https://github.com/akkadotnet/akka.net/pull/7439)
|
|
0 commit comments