Skip to content

Releases: WhiskeySockets/Baileys

v7.0.0-rc.9

21 Nov 15:40

Choose a tag to compare

chore(release): v7.0.0-rc.9

v7.0.0-rc.8

19 Nov 15:03

Choose a tag to compare

chore(release): v7.0.0-rc.8

v7.0.0-rc.7

19 Nov 14:41

Choose a tag to compare

chore(release): v7.0.0-rc.7

6.7.21

06 Nov 20:53

Choose a tag to compare

Hotfix to fix issue in pairing. Move to 7.0.0-rc.6 as soon as possible.

v7.0.0-rc.6

19 Oct 22:40

Choose a tag to compare

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

02 Oct 22:23

Choose a tag to compare

7.0.0-rc.5 (2025-10-02)

Bug Fixes

  • No session found to decrypt message and recover lost messages due to this reason (#1822) (7d5c28c)
  • set duplex property when uploading media to server (#1837) (9f6e1d9)

Features

v7.0.0-rc.4

26 Sep 08:58

Choose a tag to compare

7.0.0-rc.4 (2025-09-26)

Bug Fixes

  • harden Protobuf Deserialization and Refactor Utilities (#1820) (3b46d43)
  • send message speed, lid logic, remove messages-send useless functions (#1794) (ae456cb)

v7.0.0-rc.3

14 Sep 19:59

Choose a tag to compare

v7.0.0-rc.3 Pre-release
Pre-release

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

Full Changelog: v7.0.0-rc.2...v7.0.0-rc.3

v7.0.0-rc.2

08 Sep 22:06

Choose a tag to compare

v7.0.0-rc.2 Pre-release
Pre-release

7.0.0-rc.2 (2025-09-08)

v7.0.0-rc.1

08 Sep 21:04

Choose a tag to compare

v7.0.0-rc.1 Pre-release
Pre-release

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.