|
1 |
| -#### 1.5.17 January 29th 2024 #### |
| 1 | +#### 1.5.17 February 29th 2024 #### |
| 2 | + |
| 3 | +Akka.NET v1.5.17 is a patch release for Akka.NET with some feature additions and bug fixes. |
| 4 | + |
| 5 | +* [Core: Fix null ref for `LogSource`](https://github.com/akkadotnet/akka.net/pull/7078) |
| 6 | +* [Persistence.TCK: Make all snapshot tests virtual](https://github.com/akkadotnet/akka.net/pull/7093) |
| 7 | +* [Core: Suppress extremely verbose `TimerScheduler` debug message](https://github.com/akkadotnet/akka.net/pull/7102) |
| 8 | +* [Sharding: Implement reliable delivery custom message bypass feature](https://github.com/akkadotnet/akka.net/pull/7106) |
| 9 | +* Update dependencies |
| 10 | + * [Persistence: Bump Microsoft.Data.SQLite to 8.0.2](https://github.com/akkadotnet/akka.net/pull/7096) |
| 11 | + * [Core: Bump Google.Protobuf to 3.25.3](https://github.com/akkadotnet/akka.net/pull/7100) |
| 12 | + * [Core: Bump Akka.Analyzers to 0.2.3](https://github.com/akkadotnet/akka.analyzers/releases/tag/0.2.3) |
| 13 | +* Documentations |
| 14 | + * [Actors: Fix typo](https://github.com/akkadotnet/akka.net/pull/7085) |
| 15 | + * [Remoting: Fix remote deployment typo](https://github.com/akkadotnet/akka.net/pull/7095) |
| 16 | + * [Analyzers: Add missing TOC links](https://github.com/akkadotnet/akka.net/pull/7098) |
| 17 | + * [Sharding: Add missing custom sharding handoff stop documentation](https://github.com/akkadotnet/akka.net/pull/7101) |
2 | 18 |
|
3 |
| -*Placeholder for nightlies* |
| 19 | +**Akka.Analyzers** |
| 20 | + |
| 21 | +* The AK1001 rule has been removed due to the discussion [here](https://github.com/akkadotnet/akka.analyzers/issues/65). |
| 22 | +* AK1002 has been enhanced with better problem detection. |
| 23 | + |
| 24 | +You can [see the full set of changes for Akka.NET v1.5.17 here](https://github.com/akkadotnet/akka.net/milestones/1.5.17). |
| 25 | + |
| 26 | +| COMMITS | LOC+ | LOC- | AUTHOR | |
| 27 | +|---------|------|------|---------------------| |
| 28 | +| 7 | 1342 | 732 | Gregorius Soedharmo | |
| 29 | +| 4 | 5 | 5 | dependabot[bot] | |
| 30 | +| 3 | 158 | 4 | Aaron Stannard | |
| 31 | +| 2 | 3 | 3 | hassan-me | |
| 32 | +| 1 | 2 | 8 | Massimiliano Donini | |
| 33 | +| 1 | 12 | 12 | Mattias Jakobsson | |
4 | 34 |
|
5 | 35 | #### 1.5.16 January 29th 2024 ####
|
6 | 36 |
|
|
0 commit comments