Skip to content

Commit 30e762c

Browse files
added v1.5.0-beta2 release notes (#6434)
1 parent bd793f0 commit 30e762c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASE_NOTES.md

+17
Original file line numberDiff line numberDiff 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+
118
#### 1.5.0-beta1 February 20th 2023 ####
219
Version 1.5.0-beta1 contains **breaking API changes** and new API changes for Akka.NET.
320

0 commit comments

Comments
 (0)