Skip to content

v0.2.4

Choose a tag to compare

@rmyndharis rmyndharis released this 16 Jun 01:14
· 2150 commits to main since this release
6769690

A patch release: stop LAN dashboard logins from 500-ing, add a pin for the WhatsApp Web version
(works around sessions stuck at "authenticating"), and harden the data-export stream.

Added

  • Pinnable WhatsApp Web version via WWEBJS_WEB_VERSION. whatsapp-web.js 1.34.x can hang at
    authenticating (the post-link sync never completes) when the auto-selected WA-Web version is
    incompatible; set a known-good version (browse
    wppconnect-team/wa-version) to pin it.
    Opt-in — unset keeps the default auto-version behavior. (#251)

Fixed

  • Dashboard login over LAN no longer returns 500. A disallowed CORS origin threw inside the
    cors callback, surfacing as an Internal Server Error; it now denies without throwing — so the
    bundled (same-origin) dashboard works on a LAN/remote host out of the box, while a genuine
    cross-origin dashboard still needs its origin in CORS_ORIGINS. (#250)
  • Data-export stream now surfaces archive-level errors (gzip/finalize) on the response stream
    instead of an unhandled rejection or a silently truncated download. (#248)