Skip to content

Commit

Permalink
added v1.5.37 release notes (#7486)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Jan 23, 2025
1 parent c437bff commit 0bc1843
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
#### 1.5.37 January 22nd 2025 ####
#### 1.5.37 January 23rd 2025 ####

*Placeholder for nightlies*
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](https://github.com/akkadotnet/akka.net/pull/7482) <- 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](https://github.com/akkadotnet/akka.net/issues/7480)

To [see the full set of changes in Akka.NET v1.5.37, click here](https://github.com/akkadotnet/akka.net/milestone/120?closed=1).

| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 4 | 9 | 7 | Aaron Stannard |

#### 1.5.36 January 22nd 2025 ####

Expand Down

0 comments on commit 0bc1843

Please sign in to comment.