Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.5.28 release (#7336)
Browse files Browse the repository at this point in the history
* Initial commit, waiting for PR merges

* add contributor table
  • Loading branch information
Arkatufus authored Sep 4, 2024
1 parent cfd25ef commit 3df80f2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
#### 1.5.28 September 5th 2024 ####

Akka.NET v1.5.28 is a release with several bug fixes and improvements.

* [Singleton: Fix oldest member transition log message](https://github.com/akkadotnet/akka.net/pull/7309)
* [Core: Make ITimeProvider injectable into consuming classes](https://github.com/akkadotnet/akka.net/pull/7314)
* [Singleton: Fix ClusterSingletonProxy failed to re-acquire singleton actor](https://github.com/akkadotnet/akka.net/pull/7315)
* [Persistence: Make DateTime.UtcNow the default SnapshotMetadata timestamp](https://github.com/akkadotnet/akka.net/pull/7313)
* [Remote.TestKit: Improve diagnostics and code modernization](https://github.com/akkadotnet/akka.net/pull/7321)
* [Persistence.TestKit: Add new ConnectionInterceptor and improve usability](https://github.com/akkadotnet/akka.net/pull/7324)
* [Sharding: Disable durable DData if RememberEntity does not use DData storage](https://github.com/akkadotnet/akka.net/pull/7327)
* [Persistence.Sql.Common: Harden journal and snapshot store initialization](https://github.com/akkadotnet/akka.net/pull/7325)
* [Streams: Fix missing AlsoTo public API in Flow, SubFlow, and Source](https://github.com/akkadotnet/akka.net/pull/7325)
* [Streams: Fix StreamRefSerializer NRE bug](https://github.com/akkadotnet/akka.net/pull/7333)
* [Persistence: Fix SnapshotStore.SaveSnapshot metadata timestamp bug](https://github.com/akkadotnet/akka.net/pull/7334)
* [Persistence.TCK: Add new optional SnapshotStore save data integrity spec](https://github.com/akkadotnet/akka.net/pull/7335)

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

2 contributors since release 1.5.27.1

| COMMITS | LOC+ | LOC- | AUTHOR |
|---------|------|------|---------------------|
| 10 | 5318 | 5153 | Aaron Stannard |
| 8 | 1568 | 158 | Gregorius Soedharmo |

#### 1.5.28-beta1 August 23rd 2024 ####

Akka.NET v1.5.28-beta1 is a patch beta release with several bug fixes and improvements.
Expand Down
1 change: 1 addition & 0 deletions src/Akka.sln
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{10C5B1E8
..\build.fsx = ..\build.fsx
Directory.Build.props = Directory.Build.props
NuGet.Config = NuGet.Config
..\RELEASE_NOTES.md = ..\RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Contrib", "Contrib", "{588C1513-FAB6-42C3-B6FC-3485F13620CF}"
Expand Down

0 comments on commit 3df80f2

Please sign in to comment.