v6.7.14
WhiskeySockets/Baileysv6.7.14Mar 1, 2025by github-actions[bot]
AI Summary
Upgrades the caching infrastructure and updates the method for retrieving the latest WhatsApp Web version.
Key Highlights
- Migrated to @cacheable/node-cache for better maintenance.
- Added SERVER_ACK to messages.update events.
- Updated fetchLatestWaWebVersion to use a new endpoint.
New Features
- Desktop Id support
- Last message in chat.update event
Full Release Notes
## [6.7.14](https://github.com/WhiskeySockets/Baileys/compare/v6.7.13...v6.7.14) (2025-03-01) ### Bug Fixes * migrating to @cacheable/node-cache as it is maintained ([#1074](https://github.com/WhiskeySockets/Baileys/issues/1074)) ([588de6c](https://github.com/WhiskeySockets/Baileys/commit/588de6ce10f74f9d68fd834cbc44cf2a7ba9378e)) * sending SERVER_ACK to messages.update ([#1101](https://github.com/WhiskeySockets/Baileys/issues/1101)) ([cfbfcd8](https://github.com/WhiskeySockets/Baileys/commit/cfbfcd8e14dd3d62cfa6c9e9fa45408e7f29ca16)) * typo on doc 'messaging.history-set' -> 'messaging-history.set'. ([#1275](https://github.com/WhiskeySockets/Baileys/issues/1275)) ([5255491](https://github.com/WhiskeySockets/Baileys/commit/5255491cb851f8fd1f240beceeed7714ac6e66a2)) * update fetchLatestWaWebVersion to retrieve client revision from new endpoint ([#1234](https://github.com/WhiskeySockets/Baileys/issues/1234)) ([36690fc](https://github.com/WhiskeySockets/Baileys/commit/36690fc46260c76d95ddcd4912a6ea616696c2d5)) ### Features * add Id support for desktop ([#1240](https://github.com/WhiskeySockets/Baileys/issues/1240)) ([89b28a4](https://github.com/WhiskeySockets/Baileys/commit/89b28a438bd95d297ccfdb72a3e385bd59a62a75)) * add last message in chat.update event if is real message ([#1203](https://github.com/WhiskeySockets/Baileys/issues/1203)) ([ae60f3f](https://github.com/WhiskeySockets/Baileys/commit/ae60f3fe62bb05a97111c5145fa247492f40ddae))