Akka.NET v1.5.14
1.5.14 September 24th 2023
Akka.NET v1.5.14 is a maintenance release with several bug fixes.
- Streams: Ensure stream are closed on shutdown
- Akka: Fix PeriodicTimer HashWheelTimerScheduler deadlock during start
- Cluster: Old version of LeastShardAllocationStrategy is now deprecated
- Query: Add a more descriptive ToString() values to Offset types
- Package dependency upgrades
If you want to see the full set of changes made in Akka.NET v1.5.14, click here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
11 | 25 | 21 | dependabot[bot] |
3 | 14 | 2 | Aaron Stannard |
3 | 114 | 369 | Simon Cropp |
2 | 36 | 31 | Gregorius Soedharmo |
1 | 41 | 43 | Lehonti Ramos |
1 | 38 | 0 | Yaroslav Paslavskiy |
1 | 3 | 0 | Sean Killeen |
1 | 227 | 25 | Drew |
1 | 1 | 1 | szaliszali |
Changes:
- ad07af3 Update RELEASE_NOTES.md for 1.5.14 release (#6982)
- 7d5a636 Bump BenchmarkDotNet.Diagnostics.dotTrace from 0.13.9 to 0.13.10 (#6980)
- bbda263 Bump BenchmarkDotNet from 0.13.9 to 0.13.10 (#6979)
- 933ece1 Bump XunitVersion from 2.5.1 to 2.5.3 (#6964)
- 3834b77 Akka.Persistence.Query: include more descriptive ToString() values for all Offset types #6927 (#6978)
- f2867df mark older LeastShardAllocationStrategy as obsolete (#6975)
- 1f868e0 bump
Directory.Build.props
(#6974) - 2c5c060 Bump Microsoft.Data.SQLite from 7.0.12 to 7.0.13 (#6969)
- 1f37917 Bump LightningDB from 0.15.0 to 0.16.0 (#6960)
- 77aeba2 Bump BenchmarkDotNet.Diagnostics.dotTrace from 0.13.8 to 0.13.9 (#6949)
See More
- 8b00a83 Bump Google.Protobuf from 3.24.3 to 3.24.4 (#6951)
- 0171f61 Bump Microsoft.Data.SQLite from 7.0.11 to 7.0.12 (#6956)
- a34dd4a (docs) Add note on prioritization of Ask() (#6959)
- 35fc864 fix typo in exception message (#6962)
- f937db3 remove redundant string interpolation (#6938)
- ec2e660 Bump BenchmarkDotNet from 0.13.8 to 0.13.9 (#6950)
- 6f527f9 Fix PeriodicTimer scheduler deadlock during start (#6946)
- a26f9bd Polyfill 1.28 (#6936)
- b76c761 Fix broken illegal actor name unit test (#6942)
- 9bf14af Streams ensure cts cancel fix statecheck (#6935)
- 1af82a7 Sealed uninherited
internal
classes inAkka.Streams
(#6932) - 9096347 inline some singleton fields (#6937)
- cb18419 Bump Akka.MultiNode.TestAdapter from 1.5.8 to 1.5.13 (#6926)
- e078afa Bump XunitVersion from 2.5.0 to 2.5.1 (#6920)
- e52a865 Update RELEASE_NOTES.md
This list of changes was auto generated.