Documentation Index
Fetch the complete documentation index at: https://whiskeysockets-docs-jids-socket-config-ptbr.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Baileys v8 is in active development. This page tracks the breaking changes you should plan for. Specifics may change before release — check back near the v8 ship date for final details.
What’s new
- Class-based architecture. v8 replaces the current factory pattern with classes for a cleaner developer experience and easier extension.
- whatsmeow integration. v8 is the foundation for adopting code from the whatsmeow project, which requires the cleaner v8 surface.
- New authentication system. v8 ships a new auth state format. You must run the provided migration helper as a one-time script to convert existing clients into the new format before upgrading runtime code.
Before you upgrade
- Back up your existing auth state directory (or database).
- Run the v8 migration helper in a separate script — not in your live process — to upgrade every client to the new format.
- After all clients have been migrated, deploy the v8 runtime.