File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ #### 1.5.28-beta1 August 23rd 2024 ####
2
+
3
+ Akka.NET v1.5.28-beta1 is a patch beta 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
+
15
+ To [ see the full set of changes in Akka.NET v1.5.28-beta1, click here] ( https://github.com/akkadotnet/akka.net/milestone/110?closed=1 ) .
16
+
17
+ | COMMITS | LOC+ | LOC- | AUTHOR |
18
+ | ---------| ------| ------| ---------------------|
19
+ | 10 | 5318 | 5153 | Aaron Stannard |
20
+ | 4 | 1440 | 115 | Gregorius Soedharmo |
21
+
1
22
#### 1.5.27.1 July 25th 2024 ####
2
23
3
24
Akka.NET v1.5.27.1 is a minor patch to fix a race condition between the logging and remoting system.
You can’t perform that action at this time.
0 commit comments