Skip to content

Commit

Permalink
added v1.5.0-beta4 release notes (#6470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Feb 28, 2023
1 parent 963e6b8 commit 9087be7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#### 1.5.0-beta4 February 28th 2023 ####
Version 1.5.0-beta4 contains **breaking API changes** and new API changes for Akka.NET.

* [Akka.Persistence.TCK: remove `IDisposable` from Akka.Persistence.TCK](https://github.com/akkadotnet/akka.net/pull/6465) - this hid methods from the `TestKit` base classes.
* [Akka.Remote: Make transport adapter messages public](https://github.com/akkadotnet/akka.net/pull/6469) - adds back public APIs from v1.4.
* [Akka.TestKit: fix accidental breaking changes in v1.5.0-beta3](https://github.com/akkadotnet/akka.net/issues/6466)

| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 2 | 110 | 37 | Aaron Stannard |
| 1 | 253 | 7 | Gregorius Soedharmo |

#### 1.5.0-beta3 February 27th 2023 ####
Version 1.5.0-beta3 contains **breaking API changes** and new API changes for Akka.NET.

Expand Down

0 comments on commit 9087be7

Please sign in to comment.