Skip to content

v1.85.7

Choose a tag to compare

@MichaelSowah MichaelSowah released this 15 Sep 02:35
· 38 commits to main since this release
66db39d

[1.85.7] - 2026-09-15 — Alphard

Fixed

  • Scheduled framework jobs keep the application context. JobHandlerResolver hands the
    context to a job's constructor, but NotificationRetryJob, SessionCleanupJob,
    LogCleanupJob, CacheMaintenanceJob and DatabaseBackupJob overrode that constructor
    without the parameter and dropped it. The notification retry job then threw
    NotificationContextRequiredException on every due tick (queue:scheduler run failed every
    tenth minute on a fresh install); the others ran context-less. Every one now forwards the
    context.