Skip to content

Commit 5a4c2e7

Browse files
committed
Update RELEASE_NOTES.md for 1.5.53 release
* Update Akka.NET to v1.5.53 * Update Akka.Hosting to v1.5.53
1 parent 9420ba9 commit 5a4c2e7

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 1.5.53 October 16th 2025 ####
2+
3+
* [Update Akka.NET v1.5.53](https://github.com/akkadotnet/akka.net/releases/tag/1.5.53)
4+
* [Update Akka.Hosting v1.5.53](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.53)
5+
16
#### 1.5.51.1 October 2nd 2025 ####
27

38
* [Update Akka.Hosting v1.5.51.1](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.51.1)

src/Directory.Generated.props

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.5.51.1</VersionPrefix>
4-
<PackageReleaseNotes>* [Update Akka.Hosting v1.5.51.1](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.51.1)
5-
* [Fix Akka.Persistence.Azure.Hosting health checks and adopt unified API](https://github.com/petabridge/Akka.Persistence.Azure/pull/531)
6-
7-
This patch release fixes critical issues in the Akka.Persistence.Azure.Hosting extension methods:
8-
9-
- Health checks are now properly registered for both journal and snapshot store
10-
- Snapshot store health check support added via `Action&lt;AkkaPersistenceSnapshotBuilder&gt;` parameters
11-
- Migrated from manual HOCON manipulation to the unified Akka.Hosting API (`.WithJournal()` and `.WithSnapshot()`)
12-
- All changes are backward compatible with no breaking changes</PackageReleaseNotes>
3+
<VersionPrefix>1.5.53</VersionPrefix>
4+
<PackageReleaseNotes>* [Update Akka.NET v1.5.53](https://github.com/akkadotnet/akka.net/releases/tag/1.5.53)
5+
* [Update Akka.Hosting v1.5.53](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.53)</PackageReleaseNotes>
136
</PropertyGroup>
147
</Project>

0 commit comments

Comments
 (0)