|
1 |
| -#### 1.5.16 January 9th 2024 #### |
| 1 | +#### 1.5.16 January 29th 2024 #### |
2 | 2 |
|
3 |
| -*Placeholder for nightlies* |
| 3 | +Akka.NET v1.5.16 is a patch release for Akka.NET with some feature additions and changes. |
| 4 | + |
| 5 | +* [Core: Bump Google.Protobuf to 3.25.2](https://github.com/akkadotnet/akka.net/pull/7056) |
| 6 | +* [Core: Remove redundant assembly titles](https://github.com/akkadotnet/akka.net/pull/6796) |
| 7 | +* [Akka.Cluster.Sharding: Fix sharding entity ID extractor nullability](https://github.com/akkadotnet/akka.net/pull/7059) |
| 8 | +* [Akka.Cluster.Sharding: Fix cluster sharding benchmark](https://github.com/akkadotnet/akka.net/pull/7061) |
| 9 | +* [Akka.TestKit: Fix Watch and Unwatch bug](https://github.com/akkadotnet/akka.net/pull/7037) |
| 10 | +* [Akka.Cluster.Metrics: Separate business models and wire format models](https://github.com/akkadotnet/akka.net/pull/7067) |
| 11 | +* [Akka.Analyzer: Bump Akka.Analyzer to 0.2.2](https://github.com/akkadotnet/akka.net/pull/7073) |
| 12 | + |
| 13 | +**Akka.Analyzers** |
| 14 | + |
| 15 | +We have expanded Akka.Analyzer and introduced 2 new rules to the Roslyn analyzer: |
| 16 | +* `AK1002`: Error: Must not await `Self.GracefulStop()` inside `ReceiveAsync<T>()` or `ReceiveAnyAsync` |
| 17 | +* `AK1003`: Warning: `ReceiveAsync<T>()` or `ReceiveAnyAsync()` message handler without async lambda body |
| 18 | + |
| 19 | +[See the full set of supported Akka.Analyzers rules here](https://getakka.net/articles/debugging/akka-analyzers.html) |
| 20 | + |
| 21 | +You can [see the full set of changes for Akka.NET v1.5.16 here](https://github.com/akkadotnet/akka.net/milestones/1.5.16). |
| 22 | + |
| 23 | +| COMMITS | LOC+ | LOC- | AUTHOR | |
| 24 | +|---------|------|------|---------------------| |
| 25 | +| 6 | 1268 | 628 | Gregorius Soedharmo | |
| 26 | +| 5 | 6 | 6 | dependabot[bot] | |
| 27 | +| 2 | 286 | 224 | Aaron Stannard | |
| 28 | +| 1 | 2120 | 0 | Yan Pitangui | |
| 29 | +| 1 | 2 | 2 | Mattias Jakobsson | |
| 30 | +| 1 | 2 | 0 | Ebere Abanonu | |
| 31 | +| 1 | 0 | 65 | Simon Cropp | |
4 | 32 |
|
5 | 33 | #### 1.5.15 January 9th 2024 ####
|
6 | 34 |
|
|
0 commit comments