v6.7.17
WhiskeySockets/Baileysv6.7.17May 15, 2025by github-actions[bot]
AI Summary
Fixes critical messaging bugs including sending messages to self and handling Meta AI notifications, while adding support for LID addressing mode groups.
Key Highlights
- Fixed sending messages to self and invalid node checks.
- Fixed offline pending notifications for Meta AI trigger messages.
- Added support for sending messages to LID addressing mode groups.
New Features
- Per-jid patching
Full Release Notes
## [6.7.17](https://github.com/WhiskeySockets/Baileys/compare/v6.7.16...v6.7.17) (2025-05-15) ### Bug Fixes * failed to send message to self, add checks for empty strings and invalid nodes ([#1322](https://github.com/WhiskeySockets/Baileys/issues/1322)) ([bca5102](https://github.com/WhiskeySockets/Baileys/commit/bca51028197a1cd3c57ec60d48156923d0977cca)) * lint ([131aead](https://github.com/WhiskeySockets/Baileys/commit/131aeadd45065512bd0b2d420673d605f209c373)) * makeCacheableSignalKeyStore logger optional ([#1332](https://github.com/WhiskeySockets/Baileys/issues/1332)) ([ae5a7d1](https://github.com/WhiskeySockets/Baileys/commit/ae5a7d14c3b492b3e5543eed26e3655d33341548)) * proper send receipt to Meta Ia trigger messages to avoid offline pending notifications hang ([36456d6](https://github.com/WhiskeySockets/Baileys/commit/36456d6db68e20c234265bbc1ef8cc5b085daba4)) * readAdJid domainType ([47540e9](https://github.com/WhiskeySockets/Baileys/commit/47540e961ed1530b3fa2b46847258fdaceacce5b)) * send message to LID addressing_mode groups ([53d6e3a](https://github.com/WhiskeySockets/Baileys/commit/53d6e3a8d5d8b141b2c806a09ba59ae50957f6f5)) * send message to lid groups ([a4338fa](https://github.com/WhiskeySockets/Baileys/commit/a4338fac12a54a36890845c99abd56e92b88cdf6)) * simplify domainType ([f4dc41e](https://github.com/WhiskeySockets/Baileys/commit/f4dc41eda10b01e638c85d434a9db4822467ee0d)) ### Features * add per-jid patching ([e1aadc5](https://github.com/WhiskeySockets/Baileys/commit/e1aadc5546c6bf8ee8c299e4b88b254bcc0cdeaa))