From 15e5210b12a56c9bf5ea02eb8b24313a4ec63617 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Mon, 24 Mar 2025 21:52:35 +0700 Subject: [PATCH 1/3] Update 1.5.40 release notes --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b0f50c22aee..ac46bd20254 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,6 +8,7 @@ * [Query.InMemory: Properly unwrap tagged messages in all queries](https://github.com/akkadotnet/akka.net/issues/7548) * [Resolve Akka.Delivery and Akka.Cluster.Sharding.Delivery issues](https://github.com/akkadotnet/akka.net/issues/7538) * [Persistence: Remove Akka.Persistence.Sql.Common and Akka.Persistence.Query.Sql packages](https://github.com/akkadotnet/akka.net/issues/7551) +* [Persistence: Remove Akka.Persistence.Sqlite](https://github.com/akkadotnet/akka.net/issues/7559) 2 contributors since release 1.5.39 From 4301266db297afc5e29335761207c4777898cbcf Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Mon, 24 Mar 2025 21:55:41 +0700 Subject: [PATCH 2/3] Update contributor table --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ac46bd20254..9def2915d9b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -14,8 +14,8 @@ | COMMITS | LOC+ | LOC- | AUTHOR | |---------|------|------|---------------------| -| 17 | 710 | 1901 | Aaron Stannard | -| 3 | 736 | 104 | Gregorius Soedharmo | +| 28 | 1177 | 2458 | Aaron Stannard | +| 7 | 788 | 9534 | Gregorius Soedharmo | To [see the full set of changes in Akka.NET v1.5.40, click here](https://github.com/akkadotnet/akka.net/milestone/123). From 1fd83d7dd0112bd0f6bfd90798ac7a65c3c0f9cb Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Mon, 24 Mar 2025 09:58:09 -0500 Subject: [PATCH 3/3] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9def2915d9b..637157e0263 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 1.5.40 March 21st, 2025 #### +#### 1.5.40 March 24th, 2025 #### * [Remote: `Endpoint` actor cleanup](https://github.com/akkadotnet/akka.net/issues/7524) * [Streams: Implement nullability in `Buffer`](https://github.com/akkadotnet/akka.net/issues/7496)