Skip to content

v1.1.0

Choose a tag to compare

@techieanant techieanant released this 04 Feb 04:10
· 52 commits to main since this release

Baileys v7 Migration

  • Full compatibility with @whiskeysockets/baileys v7.0.0-rc.9
  • Proper handling of LID/PN JID formats for message sending
  • Session directory renamed from .wwebjs_auth to .baileys_auth

Docker

  • Switched runtime from Bun to Node.js (fixes better-sqlite3 native module issues)
  • Dynamic port configuration via PORT environment variable (default: 9000)
  • Fixed healthcheck to use configured port
  • Fixed volume permissions for SQLite database

Bug Fixes

  • Reset WhatsApp Session now clears correct .baileys_auth directory
  • Fixed TypeScript type inference for makeWASocket
  • Removed unused jidNormalizedUser import
  • Fixed 4 failing tests in conversation service

Cleanup

  • Removed unused fix-phone-format.ts script
  • Updated session path in .env.local and .env.prod

Full Changelog: v1.0.4...v1.1.0