v1.1.0
Baileys v7 Migration
- Full compatibility with
@whiskeysockets/baileysv7.0.0-rc.9 - Proper handling of LID/PN JID formats for message sending
- Session directory renamed from
.wwebjs_authto.baileys_auth
Docker
- Switched runtime from Bun to Node.js (fixes
better-sqlite3native module issues) - Dynamic port configuration via
PORTenvironment variable (default: 9000) - Fixed healthcheck to use configured port
- Fixed volume permissions for SQLite database
Bug Fixes
- Reset WhatsApp Session now clears correct
.baileys_authdirectory - Fixed TypeScript type inference for
makeWASocket - Removed unused
jidNormalizedUserimport - Fixed 4 failing tests in conversation service
Cleanup
- Removed unused
fix-phone-format.tsscript - Updated session path in
.env.localand.env.prod
Full Changelog: v1.0.4...v1.1.0