1.5.37 January 23rd 2025
Akka.NET v1.5.36 is a maintenance release that rolls back earlier changes made in Akka.NET v1.5.35 that have caused problems in some downstream Akka.NET plugins.
- Rollback to using 6.0 MSFT libraries <- moving all of our BCL dependencies to 8.0 created issues for our .NET 6-9 users when adopting Akka.NET packages that only targeted .NET Standard, so for the time being we're normalizing everything back to 6.0
- Akka.Persistence:
Akka.Persistence.Journal.AsyncWriteJournal+Resequencer
is created as a top-level/user
actor instead of a child of the journal
To see the full set of changes in Akka.NET v1.5.37, click here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
4 | 9 | 7 | Aaron Stannard |
Changes:
- 0bc1843 added v1.5.37 release notes (#7486)
- c437bff Rollback to using 6.0 MSFT libraries (#7482)
- e52b815 Revert "DData: Fix BCL update causing DeltaPropagationSelector throwing Index…" (#7483)
- 84b767a
Resequencer
should always be a child of the journal actor (#7481) - 759e93f Update RELEASE_NOTES.md
This list of changes was auto generated.