Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASE_NOTES.md for 1.5.13 release #6922

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 31 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
#### 1.5.13 August 26th 2023 ####

Akka.NET v1.5.13 is a maintenance release with several bug fixes and also performance and QOL improvements.

* [Akka: Clean up and optimize actor name validation](https://github.com/akkadotnet/akka.net/pull/6919)
* [Akka: Wrap all scheduler Tell messages in `IScheduledMessage` envelope](https://github.com/akkadotnet/akka.net/pull/6461)
* [Akka: Fix possible NRE bug in `Dispatchers`](https://github.com/akkadotnet/akka.net/pull/6906)
* [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 Polyfill to 1.27.1](https://github.com/akkadotnet/akka.net/pull/6899)
* [Bump Microsoft.Data.SQLite to 7.0.11](https://github.com/akkadotnet/akka.net/pull/6917)
* [Bump Google.Protobuf tp 3.24.3](https://github.com/akkadotnet/akka.net/pull/6909)

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

| COMMITS | LOC+ | LOC- | AUTHOR |
|---------|------|------|---------------------|
| 18 | 25 | 25 | dependabot[bot] |
| 6 | 435 | 200 | Gregorius Soedharmo |
| 4 | 512 | 293 | Aaron Stannard |
| 2 | 3 | 7 | Simon Cropp |
| 1 | 7 | 0 | Sergey Popov |
| 1 | 66 | 17 | Ismael Hamed |
| 1 | 1 | 1 | HamzaAmjad-RG |

#### 1.5.13-beta1 August 26th 2023 ####

Akka.NET v1.5.12 is a maintenance release with several performance and QOL improvements.
Akka.NET v1.5.13-beta1 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)
Expand All @@ -11,7 +40,7 @@ Akka.NET v1.5.12 is a maintenance release with several performance and QOL impro
* [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).
If you want to see the [full set of changes made in Akka.NET v1.5.13-beta1, click here](https://github.com/akkadotnet/akka.net/milestone/95?closed=1).

| COMMITS | LOC+ | LOC- | AUTHOR |
|---------|------|------|---------------------|
Expand Down
Loading