Skip to content

Prepare 0.5.0 release#85

Merged
Aaronontheweb merged 2 commits into
devfrom
release/0.5.0
Mar 2, 2026
Merged

Prepare 0.5.0 release#85
Aaronontheweb merged 2 commits into
devfrom
release/0.5.0

Conversation

@Aaronontheweb

Copy link
Copy Markdown
Owner

Summary

  • Update VersionPrefix to 0.5.0 in Directory.Build.props
  • Add 0.5.0 section to RELEASE_NOTES.md and PackageReleaseNotes in Directory.Build.props

Changes in this release

  • SQLite Storage Backend - New Aaron.Akka.Reminders.Sqlite package with WithSqliteStorage(...) Akka.Hosting support (#83, closes #63)
  • Provider-Specific NuGet Packages - SQL storage split into dedicated Aaron.Akka.Reminders.SqlServer, Aaron.Akka.Reminders.PostgreSql, and Aaron.Akka.Reminders.Sqlite packages; Aaron.Akka.Reminders.Sql retained as compatibility package (#83)
  • Configurable PostgreSQL Schema Settings - HOCON-based config support for schema-name, table-name, auto-initialize, command-timeout; new WithPostgreSqlStorageFromConfig(...) API (#84, closes #67)

Post-merge steps

After this PR is merged:

  1. Sync local dev branch with origin
  2. Create annotated tag 0.5.0 (no "v" prefix) on the merged commit
  3. Push the tag to origin — CI/CD will handle the GitHub release

- Update VersionPrefix to 0.5.0 in Directory.Build.props
- Add 0.5.0 release notes covering SQLite storage backend, provider-specific NuGet packages, and configurable PostgreSQL schema settings
@Aaronontheweb Aaronontheweb merged commit 1c8ba75 into dev Mar 2, 2026
@Aaronontheweb Aaronontheweb deleted the release/0.5.0 branch March 2, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support configurable schema name for PostgreSQL Reminders table Split Akka.Reminders.Sql into separate SqlServer and PostgreSql packages

1 participant