Skip to content

Commit a959561

Browse files
Update RELEASE_NOTES.md for 1.5.51.1 release (#668)
1 parent c0fb543 commit a959561

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Directory.Build.props

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2013-2025 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.5.51</VersionPrefix>
6-
<PackageReleaseNotes>**New Features**
7-
* [Added Akka.Persistence health checks](https://github.com/akkadotnet/Akka.Hosting/pull/662) - health check support for Akka.Persistence journal and snapshot stores with unified configuration API
8-
* [Added dependency-injected health checks](https://github.com/akkadotnet/Akka.Hosting/pull/659) - `WithHealthCheck&lt;T&gt;()` generic methods for DI-resolved health checks
9-
10-
**Updates**
11-
* [Bump Akka version from 1.5.50 to 1.5.51](https://github.com/akkadotnet/akka.net/releases/tag/1.5.51)</PackageReleaseNotes>
5+
<VersionPrefix>1.5.51.1</VersionPrefix>
6+
<PackageReleaseNotes>**Bug Fixes**
7+
* [Fix journal health check registration without event adapters](https://github.com/akkadotnet/Akka.Hosting/pull/667) - resolved [issue #666](https://github.com/akkadotnet/Akka.Hosting/issues/666) where journal health checks were not being registered when using `.WithHealthCheck()` without adding event adapters</PackageReleaseNotes>
128
<PackageIcon>akkalogo.png</PackageIcon>
139
<PackageProjectUrl>
1410
https://github.com/akkadotnet/Akka.Hosting

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 1.5.51.1 October 2nd 2025 ####
2+
3+
**Bug Fixes**
4+
* [Fix journal health check registration without event adapters](https://github.com/akkadotnet/Akka.Hosting/pull/667) - resolved [issue #666](https://github.com/akkadotnet/Akka.Hosting/issues/666) where journal health checks were not being registered when using `.WithHealthCheck()` without adding event adapters
5+
16
#### 1.5.51 October 1st 2025 ####
27

38
**New Features**

0 commit comments

Comments
 (0)