Mutation WHERE + Queue Config + Async Notification
[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, andDeleteBuildernow handle<,<=,>,>=,!=,LIKE,IN,IS NULL,IS NOT NULLin UPDATE/DELETE queries instead of crashing on non-equality conditions. - Queue Redis config string coercion:
DriverRegistryaccepts 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