Skip to content

Akka.Persistence.Redis v1.5.55.1

Latest

Choose a tag to compare

@Aaronontheweb Aaronontheweb released this 29 Oct 19:05
83f94bd

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

Adds new WithConnectivityCheck() methods for proactive Redis connectivity verification with customizable tags.

1.5.53 October 16th 2025

1.5.42 May 22nd 2025

1.5.37 January 23rd 2025

1.5.30 October 3rd 2024

1.5.29 October 1st 2024

Note

Deprecated

Deprecated due to Akka.NET 1.5.29 deprecation. Please use 1.5.30 instead.

1.5.24 June 11 2024

1.5.13 October 6 2023

1.5.0 March 3 2023

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

Changes:

  • 83f94bd Update WithConnectivityCheck to use simplified Akka.Hosting 1.5.55.1 API (#450)

This list of changes was auto generated.