Skip to content

Mutation WHERE + Queue Config + Async Notification

Choose a tag to compare

@MichaelSowah MichaelSowah released this 21 Feb 16:27
· 59 commits to main since this release
f0c7a6f

[1.23.3] - 2026-02-21 — Mutation WHERE + Queue Config + Async Notification

Changed

  • Bump framework dependency to glueful/framework ^1.40.3

Framework Fixes Included

  • Mutation WHERE operator support: WhereClause, UpdateBuilder, and DeleteBuilder now handle <, <=, >, >=, !=, LIKE, IN, IS NULL, IS NOT NULL in UPDATE/DELETE queries instead of crashing on non-equality conditions.
  • Queue Redis config string coercion: DriverRegistry accepts numeric-string ints/ports and boolean-like strings from .env, fixing config rejection in production.
  • Async notification best-effort: NotificationService::queueAsyncDispatch() wrapped in try/catch so side-effect failures don't crash primary API operations.

Notes

Patch release. No breaking changes.

composer update glueful/framework