github techieanant/wamr v1.5.1

4 hours ago

Bug Fixes:

  • Critical server crash fixed (broadcasts). Migration 0020 created broadcast_recipients without the reply_jid column, but the schema and code insert/select it. On databases built purely from migrations (the deployed image), this threw SqliteError: no such column: "reply_jid", which escaped as an unhandled promise rejection and crashed the entire server — taking down WhatsApp messaging and media monitoring, not just the broadcast scheduler.
    • Added migration 0022 to add the missing reply_jid column to broadcast_recipients
    • Hardened the broadcast scheduler tick: findResumable/findDue are now wrapped in try/catch so a DB error logs and continues instead of killing the process

Upgrade notes:

  • Pull the latest image (ghcr.io/techieanant/wamr:latest) and restart. Migration 0022 runs automatically and is idempotent (safe to re-run).

Don't miss a new wamr release

NewReleases is sending notifications on new releases.