v6.7.18
WhiskeySockets/Baileysv6.7.18May 28, 2025by github-actions[bot]
AI Summary
Addresses stability issues related to media uploads, including retries, undefined content errors, and memory management for large files.
Key Highlights
- Fixed media upload retry logic.
- Resolved errors where content was undefined.
- Optimized memory usage to prevent crashes when sending large files via URL.
Full Release Notes
## [6.7.18](https://github.com/WhiskeySockets/Baileys/compare/v6.7.17...v6.7.18) (2025-05-28) ### Bug Fixes * allow media upload retries ([f58a38f](https://github.com/WhiskeySockets/Baileys/commit/f58a38fde96297858f372b5abdbb75bc92c438db)) * content being undefined ([e3078f3](https://github.com/WhiskeySockets/Baileys/commit/e3078f30c8a476fe642e57c1fb8453da11b704ac)) * memory blow on large files sending through URL ([bff86ed](https://github.com/WhiskeySockets/Baileys/commit/bff86ed4c1fec3f42ed46e6ccbdead378f4107b6))