1.5.55.1 October 29th 2025
Improved API
This release introduces the simplified Akka.Hosting 1.5.55.1 API for connectivity health checks, eliminating redundant parameter passing:
New Simplified API (Recommended):
journalBuilder: journal =>
{
journal.WithConnectivityCheck(); // Options automatically accessed from builder
}Previous API (Still Supported):
journalBuilder: journal =>
{
journal.WithConnectivityCheck(journalOptions); // Explicit parameter passing
}The new API automatically accesses options from builder.Options, making the code cleaner and less error-prone. The previous API is marked as [Obsolete] but remains functional for backward compatibility.
- Update
WithConnectivityCheck()extension methods to use simplified Akka.Hosting 1.5.55.1 API pattern - Upgraded to Akka.Hosting 1.5.55.1
1.5.55 October 26th 2025
- Upgraded to Akka.NET 1.5.55
- Upgraded to Akka.Hosting 1.5.55
- Add Redis connectivity health checks
Adds new WithConnectivityCheck() methods for proactive Redis connectivity verification with customizable tags.
1.5.53 October 16th 2025
- Upgraded to Akka.NET 1.5.53
- Upgraded to Akka.Hosting 1.5.53
- Added Microsoft.Extensions.Diagnostics.HealthChecks integration
- Bump Akka.Cluster.Sharding to 1.5.51
- Bump StackExchange.Redis to 2.8.31
1.5.42 May 22nd 2025
- Upgraded to Akka.NET 1.5.42
- Upgraded to Akka.Hosting 1.5.42
1.5.37 January 23rd 2025
- Upgraded to Akka.NET 1.5.37
- Upgraded to Akka.Hosting 1.5.37
- Bump StackExchange.Redis to 2.8.16
1.5.30 October 3rd 2024
- Upgraded to Akka.NET 1.5.30
- Upgraded to Akka.Hosting 1.5.30
- Bump StackExchange.Redis to 2.8.0
1.5.29 October 1st 2024
Note
Deprecated
Deprecated due to Akka.NET 1.5.29 deprecation. Please use 1.5.30 instead.
- Upgraded to Akka.NET 1.5.29
- Upgraded to Akka.Hosting 1.5.29
- Bump StackExchange.Redis to 2.8.0
1.5.24 June 11 2024
- Upgraded to Akka.NET 1.5.24
- Upgraded to Akka.Hosting 1.5.24
- Bump StackExchange.Redis to 2.7.33
1.5.13 October 6 2023
- Upgraded to Akka.NET 1.5.13
- First release of Akka.Persistence.Redis.Hosting v1.5.13
- Bump StackExchange.Redis to 2.6.122
1.5.0 March 3 2023
- Upgraded to Akka.NET 1.5.0
- Upgraded StackExchange.Redis 2.6.86
1.4.35 March 23 2022
- Fix default database 0 overriding StackExchange.Redis' defaultDatabase in configuration-strings #194
- Upgraded to Akka.NET 1.4.35
1.4.31 December 21 2021
1.4.25 September 9 2021
1.4.20 May 14 2021
- Upgraded to Akka.NET 1.4.20
- Journal and snapshot store should obtain their configuration from Persistence
Changes:
This list of changes was auto generated.