Skip to content

v1.35.0

Choose a tag to compare

@MichaelSowah MichaelSowah released this 06 Jun 15:39
· 22 commits to main since this release
d206554

Framework 1.51.0 (Larawag) compatibility

  • Bumps glueful/framework^1.51.0 — a five-part refinement of the core notification subsystem (real in-app database channel, dispatch-time channel validation,
    optional/safe persistence via NOTIFICATIONS_DATABASE_STORE, injectable async queue, structured NotificationResult, extension-driven channel registration).

Upgrade Notes

  • No skeleton action required for typical apps — composer update glueful/framework picks up 1.51.0. No new env vars, no migrations (the notifications capability default
    stays true).
  • Custom notification code only: ChannelManager::getAvailableChannels()getRegisteredChannelNames() (no aliases), and the notification jobs/commands now require an
    ApplicationContext. Custom channel packages must register from ServiceProvider::boot(). See the framework changelog's Upgrade Notes.