Akka.NET v1.4.37
1.4.37 April 14 2022
Akka.NET v1.4.37 is a minor release that contains some minor bug fixes.
- Persistence.Query: Change AllEvents query failure log severity from Debug to Error
- Coordination: Harden LeaseProvider instance Activator exception handling
- Akka: Make ActorSystemImpl.Abort skip the CoordinatedShutdown check
If you want to see the full set of changes made in Akka.NET v1.4.37, click here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
3 | 15 | 4 | Gregorius Soedharmo |
1 | 2 | 2 | dependabot[bot] |
Changes:
- 786bb9b Merge pull request #5842 from akkadotnet/dev
- a42fa87 Update RELEASE_NOTES.md for 1.4.37 release (#5841)
- 1800bdc Bump Microsoft.Data.SQLite from 5.0.11 to 6.0.4 (#5837)
- d0ec3b8 Make ActorSystemImpl.Abort skip the CoordinatedShutdown check (#5839)
- 8fec4ba Fix LeaseProvider instance Activator exception handling (#5838)
- 37e6331 Change the failure log inside
AllEventPublisher
from Debug to Error (#5835)
This list of changes was auto generated.