v7.0.0-rc.5
WhiskeySockets/Baileysv7.0.0-rc.5Oct 2, 2025by github-actions[bot]
AI Summary
This release candidate focuses on stabilizing message decryption and media uploads while introducing support for expiration keys in group messages.
Key Highlights
- Fixed decryption errors that caused lost messages when no session was found.
- Resolved duplex property issues during media uploads to the server.
- Added expiration key support to group messages.
New Features
- Add expiration key in group message
Full Release Notes
# [7.0.0-rc.5](https://github.com/WhiskeySockets/Baileys/compare/v7.0.0-rc.4...v7.0.0-rc.5) (2025-10-02) ### Bug Fixes * No session found to decrypt message and recover lost messages due to this reason ([#1822](https://github.com/WhiskeySockets/Baileys/issues/1822)) ([7d5c28c](https://github.com/WhiskeySockets/Baileys/commit/7d5c28cf72e7744f35ee96c2505e4983c20bba06)) * set duplex property when uploading media to server ([#1837](https://github.com/WhiskeySockets/Baileys/issues/1837)) ([9f6e1d9](https://github.com/WhiskeySockets/Baileys/commit/9f6e1d954f9a44d4e257917e89186e7d6e4c217a)) ### Features * add expiration key in group message ([#1790](https://github.com/WhiskeySockets/Baileys/issues/1790)) ([7b0e39f](https://github.com/WhiskeySockets/Baileys/commit/7b0e39f44310a54709a9baa3deb4935c2e88a11f))