Bump Aaron.Akka.Reminders and Aaron.Akka.Reminders.Sqlite#206
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump Aaron.Akka.Reminders and Aaron.Akka.Reminders.Sqlite#206dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Aaron.Akka.Reminders from 0.5.0 to 0.5.1 Bumps Aaron.Akka.Reminders.Sqlite from 0.5.0 to 0.5.1 --- updated-dependencies: - dependency-name: Aaron.Akka.Reminders dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Aaron.Akka.Reminders.Sqlite dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Aaron.Akka.Reminders from 0.5.0 to 0.5.1.
Release notes
Sourced from Aaron.Akka.Reminders's releases.
0.5.1
0.5.1 March 9th 2026
Bug Fixes
GetNextRemindersAsyncandGetRemindersOverviewAsyncloaded all rows from the database on every scheduling tick (#92)COUNT(*) / MIN(when_utc)) across all three SQL providers (SqlServer, PostgreSQL, SQLite)GetRemindersOverviewAsyncinsideGetNextRemindersAsyncthat was performing a full table load and discarding the resultGetOverviewSqlfrom theISqlDialectinterface entirely, making it structurally impossible to reintroduce the full-scan path in the future0.5.0 March 2nd 2026
New Features
SQLite Storage Backend - Added SQLite as a first-class storage provider for akka-reminders (#83, closes #63)
WithSqliteStorage(...)in the Akka.Hosting APIProvider-Specific NuGet Packages - SQL storage implementations are now available as dedicated packages (#83)
Aaron.Akka.Reminders.SqlServer- SQL Server storage providerAaron.Akka.Reminders.PostgreSql- PostgreSQL storage providerAaron.Akka.Reminders.Sqlite- SQLite storage providerAaron.Akka.Reminders.Sqlremains fully functional as a compatibility package that re-exports all three providersConfigurable PostgreSQL Schema Settings - PostgreSQL storage can now be configured via HOCON for schema name, table name, auto-initialization, and command timeout (#84, closes #67)
WithPostgreSqlStorageFromConfig(...)Akka.Hosting API reads settings directly from the actor system configschema-name,table-name,auto-initialize,command-timeoutremindersfor full backward compatibilityDependency Updates
0.4.0 February 16th 2026
New Features
Batch Size Limiting - Added
MaxBatchSizeconfiguration setting (default: 1000) to control the maximum number of reminders processed in a single batch (#74)ReminderSettings.MaxBatchSizeWrite Circuit Breaker for Database Resilience - Implemented automatic circuit breaker pattern to handle database write failures gracefully (#74)
Bug Fixes
... (truncated)
Commits viewable in compare view.
Updated Aaron.Akka.Reminders.Sqlite from 0.5.0 to 0.5.1.
Release notes
Sourced from Aaron.Akka.Reminders.Sqlite's releases.
0.5.1
0.5.1 March 9th 2026
Bug Fixes
GetNextRemindersAsyncandGetRemindersOverviewAsyncloaded all rows from the database on every scheduling tick (#92)COUNT(*) / MIN(when_utc)) across all three SQL providers (SqlServer, PostgreSQL, SQLite)GetRemindersOverviewAsyncinsideGetNextRemindersAsyncthat was performing a full table load and discarding the resultGetOverviewSqlfrom theISqlDialectinterface entirely, making it structurally impossible to reintroduce the full-scan path in the future0.5.0 March 2nd 2026
New Features
SQLite Storage Backend - Added SQLite as a first-class storage provider for akka-reminders (#83, closes #63)
WithSqliteStorage(...)in the Akka.Hosting APIProvider-Specific NuGet Packages - SQL storage implementations are now available as dedicated packages (#83)
Aaron.Akka.Reminders.SqlServer- SQL Server storage providerAaron.Akka.Reminders.PostgreSql- PostgreSQL storage providerAaron.Akka.Reminders.Sqlite- SQLite storage providerAaron.Akka.Reminders.Sqlremains fully functional as a compatibility package that re-exports all three providersConfigurable PostgreSQL Schema Settings - PostgreSQL storage can now be configured via HOCON for schema name, table name, auto-initialization, and command timeout (#84, closes #67)
WithPostgreSqlStorageFromConfig(...)Akka.Hosting API reads settings directly from the actor system configschema-name,table-name,auto-initialize,command-timeoutremindersfor full backward compatibilityDependency Updates
0.4.0 February 16th 2026
New Features
Batch Size Limiting - Added
MaxBatchSizeconfiguration setting (default: 1000) to control the maximum number of reminders processed in a single batch (#74)ReminderSettings.MaxBatchSizeWrite Circuit Breaker for Database Resilience - Implemented automatic circuit breaker pattern to handle database write failures gracefully (#74)
Bug Fixes
... (truncated)
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)