You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
#### 1.5.0-beta2 February 20th 2023 ####
2
+
Version 1.5.0-beta2 contains **breaking API changes** and new API changes for Akka.NET.
3
+
4
+
*[Akka.Event: Add K to the DateTime format string to include TZ information](https://github.com/akkadotnet/akka.net/pull/6419)
5
+
*[Akka.TestKit: Reintroduce old code and mark them obsolete](https://github.com/akkadotnet/akka.net/pull/6420) - fixes major regression in Akka.TestKit.Xunit2 where we removed `IDipsoable` before. This PR reintroduces it for backwards compat.
6
+
*[Akka.Cluster.Sharding: clean its internal cache if region/proxy died](https://github.com/akkadotnet/akka.net/pull/6424)
7
+
*[Akka.Util: Harden `Option<T>` by disallowing null value](https://github.com/akkadotnet/akka.net/pull/6426)
8
+
*[Akka.Util: move `DateTime` / `TimeSpan` extension APIs out of Akka.Util and into Akka.Cluster.Metrics](https://github.com/akkadotnet/akka.net/pull/6427)
9
+
*[Akka.Util: Remove unsafe `implicit` conversion operators in `AtomicBoolean` and `AtomicReference<T>`](https://github.com/akkadotnet/akka.net/pull/6429)
10
+
*[Akka: Standardize on C# 11.0](https://github.com/akkadotnet/akka.net/pull/6431)
11
+
*[Akka.Persistence: improve `AsyncWriteJournal` and `PersistentActor` performance](https://github.com/akkadotnet/akka.net/pull/6432)
12
+
13
+
| COMMITS | LOC+ | LOC- | AUTHOR |
14
+
| --- | --- | --- | --- |
15
+
| 8 | 260 | 942 | Aaron Stannard |
16
+
| 5 | 169 | 60 | Gregorius Soedharmo |
17
+
1
18
#### 1.5.0-beta1 February 20th 2023 ####
2
19
Version 1.5.0-beta1 contains **breaking API changes** and new API changes for Akka.NET.
0 commit comments