Skip to content

Commit 5b1e040

Browse files
Prepare for 1.5.55.1 release (#692)
1 parent fc3b5c6 commit 5b1e040

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Directory.Build.props

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2013-$([System.DateTime]::Now.Year) Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.5.55</VersionPrefix>
6-
<PackageReleaseNotes>**New Features**
7-
* [Support custom health check registrations on Journal and Snapshot Builders](https://github.com/akkadotnet/Akka.Hosting/pull/683) - added API to support custom health check registrations for Akka.Persistence plugins, related to [issue #678](https://github.com/akkadotnet/Akka.Hosting/issues/678)
8-
9-
**Enhancements**
10-
* [Add customizable tags parameter to health check methods](https://github.com/akkadotnet/Akka.Hosting/pull/681) - resolved [issue #679](https://github.com/akkadotnet/Akka.Hosting/issues/679) by adding new overload allowing custom tags for health checks while maintaining backward compatibility
11-
* [Made it easier to customize failureState and tags for all health checks](https://github.com/akkadotnet/Akka.Hosting/pull/682) - simplified health check configuration API for all health checks
12-
13-
**Updates**
14-
* [Bump Akka version from 1.5.53 to 1.5.55](https://github.com/akkadotnet/akka.net/releases/tag/1.5.55)</PackageReleaseNotes>
5+
<VersionPrefix>1.5.55.1</VersionPrefix>
6+
<PackageReleaseNotes>**Enhancements**
7+
* [Expose options in journal and snapshot builders](https://github.com/akkadotnet/Akka.Hosting/pull/691) - resolved [issue #690](https://github.com/akkadotnet/Akka.Hosting/issues/690) by adding `Options` property to `AkkaPersistenceJournalBuilder` and `AkkaPersistenceSnapshotBuilder`. Extension methods can now access configuration details without requiring options as explicit parameters, eliminating redundant option passing for connectivity health checks and other plugin-specific features</PackageReleaseNotes>
158
<PackageIcon>akkalogo.png</PackageIcon>
169
<PackageProjectUrl>
1710
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.55.1 October 27th 2025 ####
2+
3+
**Enhancements**
4+
* [Expose options in journal and snapshot builders](https://github.com/akkadotnet/Akka.Hosting/pull/691) - resolved [issue #690](https://github.com/akkadotnet/Akka.Hosting/issues/690) by adding `Options` property to `AkkaPersistenceJournalBuilder` and `AkkaPersistenceSnapshotBuilder`. Extension methods can now access configuration details without requiring options as explicit parameters, eliminating redundant option passing for connectivity health checks and other plugin-specific features
5+
16
#### 1.5.55 October 26th 2025 ####
27

38
**New Features**

0 commit comments

Comments
 (0)