Akka.NET v1.5.17
1.5.17 February 29th 2024
Akka.NET v1.5.17 is a patch release for Akka.NET with some feature additions and bug fixes.
- Core: Fix null ref for
LogSource
- Persistence.TCK: Make all snapshot tests virtual
- Core: Suppress extremely verbose
TimerScheduler
debug message - Sharding: Implement reliable delivery custom message bypass feature
- Update dependencies
- Documentations
Akka.Analyzers
- The AK1001 rule has been removed due to the discussion here.
- AK1002 has been enhanced with better problem detection.
You can see the full set of changes for Akka.NET v1.5.17 here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
7 | 1342 | 732 | Gregorius Soedharmo |
4 | 5 | 5 | dependabot[bot] |
3 | 158 | 4 | Aaron Stannard |
2 | 3 | 3 | hassan-me |
1 | 2 | 8 | Massimiliano Donini |
1 | 12 | 12 | Mattias Jakobsson |
Changes:
- a339d9a Update RELEASE_NOTES.md for 1.5.17 release (#7110)
- 86ddf1f Bump Akka.Analyzers to 0.2.3 (#7109)
- 62edf08 Implement Sharding.Delivery bypass feature (#7106)
- 87bd24a Suppress extremely chatty TimerScheduler debug messages (#7102)
- 1bba467 Update Discord badge (#7108)
- af961f8 Revert "Work on
ConsumerController
deadlock (#7092)" (#7107) - 1a9c209 [DOCS] Add custom sharding handoff message docs (#7101)
- e8f7e17 Bump Google.Protobuf from 3.25.2 to 3.25.3 (#7100)
- f7ed2ac Fix
IMessageExtractor
technical debts in tests (#7099) - 1c8ffc3 Work on
ConsumerController
deadlock (#7092) [ #7088 ]
See More
- 18247e1 Fix missing TOC entries and page header typo (#7098)
- b62c596 Bump Microsoft.Data.SQLite from 8.0.1 to 8.0.2 (#7096)
- 5e6e969 Bulleted summary made consistent with the figure shared above regarding remote deployment (#7095)
- a8146c6 Made all snapshot tests virtual (#7093)
- f623f42 Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#7087)
- 5249940 Typo fix (#7085)
- 944875f Bump Tmds.ExecFunction from 0.6.0 to 0.7.1 (#7080)
- 46d6711 Tentative nullref fix for
LogSource
(#7078) - e78a805 Update RELEASE_NOTES.md
This list of changes was auto generated.