1.5.16 January 29th 2024
Akka.NET v1.5.16 is a patch release for Akka.NET with some feature additions and changes.
- Core: Bump Google.Protobuf to 3.25.2
- Core: Remove redundant assembly titles
- Akka.Cluster.Sharding: Fix sharding entity ID extractor nullability
- Akka.Cluster.Sharding: Fix cluster sharding benchmark
- Akka.TestKit: Fix Watch and Unwatch bug
- Akka.Cluster.Metrics: Separate business models and wire format models
- Akka.Analyzer: Bump Akka.Analyzer to 0.2.2
Akka.Analyzers
We have expanded Akka.Analyzer and introduced 2 new rules to the Roslyn analyzer:
AK1002
: Error: Must not awaitSelf.GracefulStop()
insideReceiveAsync<T>()
orReceiveAnyAsync
AK1003
: Warning:ReceiveAsync<T>()
orReceiveAnyAsync()
message handler without async lambda body
See the full set of supported Akka.Analyzers rules here
You can see the full set of changes for Akka.NET v1.5.16 here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
6 | 1268 | 628 | Gregorius Soedharmo |
5 | 6 | 6 | dependabot[bot] |
2 | 286 | 224 | Aaron Stannard |
1 | 2120 | 0 | Yan Pitangui |
1 | 2 | 2 | Mattias Jakobsson |
1 | 2 | 0 | Ebere Abanonu |
1 | 0 | 65 | Simon Cropp |
Changes:
- 38e4ff5 Update RELEASE_NOTES.md for 1.5.16 release (#7076)
- 7bd5501 [Docs] Add AK1002 and AK1003 to index page (#7077)
- 1b30145 Bump Akka.Analyzers from 0.2.1 to 0.2.2 (#7073)
- bdc46f2 AK1003 - Add documentation (#7072)
- 55253f3 Bump NDesk.Options.Core from 1.2.5 to 1.2.6 (#7070)
- ee77d7a Use NoOffset when running query from start (#7069)
- 0cb2881 Separate Metrics business and wire format models (#7067)
- 284d33a [CS0618]
InternalFlowOperations
- Warning Disable (#6674) - 809c432 Add documentation for AK1002 (#7066)
- 3fb9247 Akka.TestKit: remove
ConfigureAwait(false)
from internal synchronous TestKit methods and fixWatch
/Unwatch
bugs (#7037) [ #7033 ]
See More
- 0782c7d Add TestKit and TestKit.Xunit2 to the api spec (#7060)
- 187caa9 Fix cluster sharding benchmark (#7061)
- 2035d9a Fix sharding entity id extractor nullability (#7059)
- 0d0d668 Remove redundant assembly title (#6796)
- fb74738 Bump Microsoft.Data.SQLite from 8.0.0 to 8.0.1 (#7055)
- 0cadeac Bump BenchmarkDotNet.Diagnostics.dotTrace, BenchmarkDotNet, System.Collections.Immutable and Microsoft.Extensions.DependencyInjection.Abstractions (#7057)
- 8b9c7eb Bump Google.Protobuf from 3.25.1 to 3.25.2 (#7056)
- 1f24745 Bump BenchmarkDotNet.Diagnostics.dotTrace, BenchmarkDotNet, System.Collections.Immutable and Microsoft.Extensions.DependencyInjection.Abstractions (#7046)
- 9f3811f v1.5.16 placeholder (#7054)
This list of changes was auto generated.