Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.5.13-beta1 release (#6894)
Browse files Browse the repository at this point in the history
* Update RELEASE_NOTES.md for 1.5.13-beta1 release

* Update RELEASE_NOTES.md

---------

Co-authored-by: Aaron Stannard <aaron@petabridge.com>
  • Loading branch information
Arkatufus and Aaronontheweb authored Aug 25, 2023
1 parent 0c49fdb commit 24cbbb3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
#### 1.5.13-beta1 August 26th 2023 ####

Akka.NET v1.5.12 is a maintenance release with several performance and QOL improvements.

* [Akka.Cluster.Sharding: Log shard coordinator remember entities timeout](https://github.com/akkadotnet/akka.net/pull/6885)
* [Akka.Cluster.Sharding: Fix shard coordinator throwing NullReferenceException](https://github.com/akkadotnet/akka.net/pull/6892)
* [Akka.Streams: Log errors inside SelectAsync stage](https://github.com/akkadotnet/akka.net/pull/6884)
* [Akka.Streams: Add supervisor strategy support for Throttle stage](https://github.com/akkadotnet/akka.net/pull/6886)
* [Akka: Change HashedWheelTimerScheduler implementation to use `PeriodicTimer` for net6.0+ builds](https://github.com/akkadotnet/akka.net/pull/6435)
* Package dependency upgrades
* [Bump Microsoft.Data.SQLite to 7.0.10](https://github.com/akkadotnet/akka.net/pull/6876)
* [Bump Google.Protobuf tp 3.24.1](https://github.com/akkadotnet/akka.net/pull/6891)

If you want to see the [full set of changes made in Akka.NET v1.5.12, click here](https://github.com/akkadotnet/akka.net/milestone/95?closed=1).

| COMMITS | LOC+ | LOC- | AUTHOR |
|---------|------|------|---------------------|
| 11 | 15 | 15 | dependabot[bot] |
| 3 | 302 | 143 | Aaron Stannard |
| 2 | 384 | 195 | Gregorius Soedharmo |
| 1 | 7 | 0 | Sergey Popov |
| 1 | 66 | 17 | Ismael Hamed |
| 1 | 3 | 5 | Simon Cropp |
| 1 | 1 | 1 | HamzaAmjad-RG |

#### 1.5.12 August 2nd 2023 ####

Akka.NET v1.5.12 is a maintenance release with a minor API change and a minor bug fix.
Expand Down

0 comments on commit 24cbbb3

Please sign in to comment.