Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.5.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Apr 15, 2024
1 parent 167fbac commit 597dffa
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
#### 1.5.19 March 13th 2024 ####
#### 1.5.19 April 15th 2024 ####

**Placeholder for nightlies**
Akka.NET v1.5.19 is a patch release for Akka.NET with a few bug fixes.

* [Persistence.SQLite: Bump Microsoft.Data.SQLite to 8.0.4](https://github.com/akkadotnet/akka.net/pull/7148)
* [Core: Bump Google.Protobuf to 3.26.1](https://github.com/akkadotnet/akka.net/pull/7138)
* [Core: Bump Akka.Analyzer to 0.2.4](https://github.com/akkadotnet/akka.net/pull/7143)
* [Remote: Improve logging](https://github.com/akkadotnet/akka.net/pull/7149)
* [Cluster: Improve logging](https://github.com/akkadotnet/akka.net/pull/7149)
* [Core: Fix resource contention problem with HashedWheelTimerScheduler during start-up](https://github.com/akkadotnet/akka.net/pull/7144)
* [TestKit: Fix async deadlock by replacing IAsyncQueue with System.Threading.Channel](https://github.com/akkadotnet/akka.net/pull/7157)

| COMMITS | LOC+ | LOC- | AUTHOR |
|---------|------|------|---------------------|
| 9 | 366 | 1951 | Aaron Stannard |
| 9 | 14 | 14 | dependabot[bot] |
| 2 | 516 | 30 | Gregorius Soedharmo |

You can [see the full set of changes for Akka.NET v1.5.19 here](https://github.com/akkadotnet/akka.net/milestones/1.5.19).

#### 1.5.18 March 13th 2024 ####

Akka.NET v1.5.17.1 is a patch release for Akka.NET with a feature addition.
Akka.NET v1.5.18 is a patch release for Akka.NET with a feature addition.

* [Migrate all internal dispatchers to default thread pool dispatcher](https://github.com/akkadotnet/akka.net/pull/7117)

Expand Down

0 comments on commit 597dffa

Please sign in to comment.