v7.0.0-rc13
withastro/astrov7.0.0-rc13May 21, 2026by github-actions[bot]
AI Summary
This release candidate fixes a regression in protocolMessage parsing caused by a recent change in WhatsApp's `<message>` node behavior. The fix addresses a logic guard that failed because the `fromMe` flag was incorrectly set to false.
Key Highlights
- Fixes regression in protocolMessage parsing
- WhatsApp changed `<message>` node behavior recently
- Guard check failed because `fromMe` was set to false
- Modify e2e workflow triggers for branches
Full Release Notes
# Version 7.0.0-rc13 This RC ships a really small bugfix that fixes a regression in protocolMessage parsing because WhatsApp changed its <message> node behavior a few months ago and no one on Baileys team caught it, this guard that we enforced yesterday on the function therefore failed because fromMe was being set to false. ## What's Changed * Modify e2e workflow triggers for branches by @purpshell in https://github.com/WhiskeySockets/Baileys/pull/2583 **Full Changelog**: https://github.com/WhiskeySockets/Baileys/compare/v7.0.0-rc12...v7.0.0-rc13