whatsapp-web.js 1.21.0
v1.21.0 - Now with caching
v1.21.0 introduces a pretty big step towards making things more reliable by introducing WhatsApp Web version caching. This makes the library more resilient to breaking changes by leveraging caching to avoid updating to new versions of WhatsApp Web immediately.
To read more about this functionality, check out the notes in the related PR #1847.
What's Changed
- feat(reliability): WhatsApp Web version caching by @pedroslopez in https://github.com/pedroslopez/whatsapp-web.js/pull/1847
- Update WhatsApp Web Version (2.2322.15) by @github-actions in https://github.com/pedroslopez/whatsapp-web.js/pull/2004
- Fix caption in attached document sending messages by @elhumbertoz in https://github.com/pedroslopez/whatsapp-web.js/pull/2226
New Contributors
- @elhumbertoz made their first contribution in https://github.com/pedroslopez/whatsapp-web.js/pull/2226
Full Changelog: https://github.com/pedroslopez/whatsapp-web.js/compare/v1.20.0...v1.21.0