Skip to content

Bump Akka.Persistence.Sql.Hosting from 1.5.55.1 to 1.5.60.1#160

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/nuget/Akka.Persistence.Sql.Hosting-1.5.60.1
Open

Bump Akka.Persistence.Sql.Hosting from 1.5.55.1 to 1.5.60.1#160
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/nuget/Akka.Persistence.Sql.Hosting-1.5.60.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Updated Akka.Persistence.Sql.Hosting from 1.5.55.1 to 1.5.60.1.

Release notes

Sourced from Akka.Persistence.Sql.Hosting's releases.

1.5.60.1

1.5.60.1 February 14th 2026

1.5.59 January 26th 2026

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
  • Add comprehensive integration tests for simplified API
  • Update documentation with examples for both API styles

1.5.55 October 26th 2025

Adds new WithConnectivityCheck() methods for proactive database connectivity verification with customizable tags. Supports all database providers (SQL Server, PostgreSQL, MySQL, SQLite).

1.5.53 October 14th 2025

Critical Bug Fix
... (truncated)

1.5.59

1.5.59 January 26th 2026

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
  • Add comprehensive integration tests for simplified API
  • Update documentation with examples for both API styles

1.5.55 October 26th 2025

Adds new WithConnectivityCheck() methods for proactive database connectivity verification with customizable tags. Supports all database providers (SQL Server, PostgreSQL, MySQL, SQLite).

1.5.53 October 14th 2025

Critical Bug Fix

This release fixes a critical regression introduced in v1.5.51.1 where IWriteEventAdapter and IReadEventAdapter instances were not being applied when loading events using BySequenceNr queries. This caused event tagging and other event adapter functionality to fail in production scenarios.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 17, 2026
@dependabot dependabot bot force-pushed the dependabot/nuget/Akka.Persistence.Sql.Hosting-1.5.60.1 branch 3 times, most recently from b9bd7d5 to ac9e8d9 Compare March 6, 2026 21:44
---
updated-dependencies:
- dependency-name: Akka.Persistence.Sql.Hosting
  dependency-version: 1.5.60.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Akka.Persistence.Sql.Hosting-1.5.60.1 branch from ac9e8d9 to 7830a8b Compare March 6, 2026 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants