Skip to content

Commit 3df80f2

Browse files
authored
Update RELEASE_NOTES.md for 1.5.28 release (#7336)
* Initial commit, waiting for PR merges * add contributor table
1 parent cfd25ef commit 3df80f2

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

RELEASE_NOTES.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
#### 1.5.28 September 5th 2024 ####
2+
3+
Akka.NET v1.5.28 is a release with several bug fixes and improvements.
4+
5+
* [Singleton: Fix oldest member transition log message](https://github.com/akkadotnet/akka.net/pull/7309)
6+
* [Core: Make ITimeProvider injectable into consuming classes](https://github.com/akkadotnet/akka.net/pull/7314)
7+
* [Singleton: Fix ClusterSingletonProxy failed to re-acquire singleton actor](https://github.com/akkadotnet/akka.net/pull/7315)
8+
* [Persistence: Make DateTime.UtcNow the default SnapshotMetadata timestamp](https://github.com/akkadotnet/akka.net/pull/7313)
9+
* [Remote.TestKit: Improve diagnostics and code modernization](https://github.com/akkadotnet/akka.net/pull/7321)
10+
* [Persistence.TestKit: Add new ConnectionInterceptor and improve usability](https://github.com/akkadotnet/akka.net/pull/7324)
11+
* [Sharding: Disable durable DData if RememberEntity does not use DData storage](https://github.com/akkadotnet/akka.net/pull/7327)
12+
* [Persistence.Sql.Common: Harden journal and snapshot store initialization](https://github.com/akkadotnet/akka.net/pull/7325)
13+
* [Streams: Fix missing AlsoTo public API in Flow, SubFlow, and Source](https://github.com/akkadotnet/akka.net/pull/7325)
14+
* [Streams: Fix StreamRefSerializer NRE bug](https://github.com/akkadotnet/akka.net/pull/7333)
15+
* [Persistence: Fix SnapshotStore.SaveSnapshot metadata timestamp bug](https://github.com/akkadotnet/akka.net/pull/7334)
16+
* [Persistence.TCK: Add new optional SnapshotStore save data integrity spec](https://github.com/akkadotnet/akka.net/pull/7335)
17+
18+
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).
19+
20+
2 contributors since release 1.5.27.1
21+
22+
| COMMITS | LOC+ | LOC- | AUTHOR |
23+
|---------|------|------|---------------------|
24+
| 10 | 5318 | 5153 | Aaron Stannard |
25+
| 8 | 1568 | 158 | Gregorius Soedharmo |
26+
127
#### 1.5.28-beta1 August 23rd 2024 ####
228

329
Akka.NET v1.5.28-beta1 is a patch beta release with several bug fixes and improvements.

src/Akka.sln

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{10C5B1E8
5858
..\build.fsx = ..\build.fsx
5959
Directory.Build.props = Directory.Build.props
6060
NuGet.Config = NuGet.Config
61+
..\RELEASE_NOTES.md = ..\RELEASE_NOTES.md
6162
EndProjectSection
6263
EndProject
6364
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Contrib", "Contrib", "{588C1513-FAB6-42C3-B6FC-3485F13620CF}"

0 commit comments

Comments
 (0)