Releases: WhiskeySockets/Baileys
v7.0.0-rc.9
chore(release): v7.0.0-rc.9
v7.0.0-rc.8
chore(release): v7.0.0-rc.8
v7.0.0-rc.7
chore(release): v7.0.0-rc.7
6.7.21
v7.0.0-rc.6
Version 7.0.0-RC6:
The last release candidate is here. Any future work will be segmented into PRs (whether by @jlucaso1 or I) and then tested heavily, then merged into master and then 7.0.0 will release. I don't have an ETA, but you can use this version now.
Rc6 issues and things to tackle before main release:
- Performance issues resulting from a lot of the LID migration commits and the transaction rewrite
- App State Sync (many errors)
- Up to 30x increase in binary reads (still benchmarking this my discovery is insane)
- History sync
- 1:1 parity with WA Web when it comes to a lot of things to decrease bans
Changes that have been made since rc5:
- increased socket reliability
- Full Meta Coexistence support (pairing with coex, sending messages to someone with it, receiving messages from them, and also being in a group with someone who has it are all handled)
- fetchWAWebVersion works again
- less and less vectors for automation detection, should show reduced bans
- Increased reliability and less crashes
- patched fromMe in some scenarios
- Increased signal reliability as well
v7.0.0-rc.5
v7.0.0-rc.4
7.0.0-rc.4 (2025-09-26)
Bug Fixes
v7.0.0-rc.3
7.0.0-rc.3 (2025-09-14)
What's Changed
- fix: handle invalid signatureKeyPublic types in sender-key-state AND fix handling chain key objects for skmsg group message decryption by @astrox11 in #1760
- refactor(types): Strengthen Type Safety in Signal Handling & Core Utilities by @jlucaso1 in #1764
- fix: fallback addressing_mode detection by sender suffix by @4relial in #1776
- Correct group participant phoneNumber attribute name by @suhwr in #1775
- Async + Multi Cache by @MartinSchere in #1741
- fix: optimize LID migration performance and introduce cache by @gusquadri in #1782
New Contributors
- @MartinSchere made their first contribution in #1741
Full Changelog: v7.0.0-rc.2...v7.0.0-rc.3
v7.0.0-rc.2
7.0.0-rc.2 (2025-09-08)
v7.0.0-rc.1
VERSION 7.0.0-rc.1 - 7.0.0 RELEASE CANDIDATE 1
What's Changed
- feat(WAProto): Optimize protobuf generation for 80%+ bundle size reduction by @jlucaso1 in #1665
- feat: eventMessage sending / call link creation by @vinikjkkj in #1677
- feat(business): change profile/cover photo and manage quick replies by @vinikjkkj in #1724
- Feat: Allow creating, linking, and unlinking groups from a community by @lucas-fochesatto in #1729
- Update decode-wa-message.ts (peer_recipient_pn) by @samuelrac in #1654
- fix: message retries loop by @Santosl2 in #1641
- Fix/signal group sender message keys init by @jlucaso1 in #1731
- new testing proposal by @jlucaso1 in #1547
- fix(socket): Prevent crashes from timeouts and fix memory leak by @jlucaso1 in #1627
- fix: sync pre-keys on socket start and add specific pre-key error approach by @gusquadri in #1663
- Add: LID support with lid-map and migrations of sessions by @gusquadri in #1694
- Session recreation and improved message retry by @pvictorlv in #1735
- Add mutex-based transaction safety to Signal key store (re-reworked) by @pvictorlv in #1697
- lid: Support LIDs in Baileys by @purpshell in #1747
In addition, some changes on top of the PRs were made by me to fix them.
The outcome: LIDs should work well, and message retry should be robust. Less issues with Meta Coexistence (not fully supported yet). Also, some speed up should be noticed, and less enc/dec errors overall.
This is a significant release and as such is receiving a MAJOR tag (breaking). To learn more about breaking changes, before asking any questions, please head to https://whiskey.so/migrate-latest
The release "7.0.0" will be made (full release) in around 2 days to insure stability.