Skip to content

chore: update WhatsApp Web version to v2.3000.1041794174#559

Merged
rsalcara merged 1 commit into
masterfrom
update-version/stable
Jun 19, 2026
Merged

chore: update WhatsApp Web version to v2.3000.1041794174#559
rsalcara merged 1 commit into
masterfrom
update-version/stable

Conversation

@rsalcara

@rsalcara rsalcara commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Automated WhatsApp Web version update.

This PR updates the WhatsApp Web client revision to the latest version fetched from web.whatsapp.com.

Version: 2.3000.1041794174

Single source of truth:

  • src/Defaults/baileys-version.json (other files import from here)

Update frequency: Daily at 09:00 UTC


Summary by cubic

Bump WhatsApp Web client version to 2.3000.1041794174 in src/Defaults/baileys-version.json to match the latest upstream and maintain compatibility. No other changes.

Written for commit fea6904. Summary will update on new commits.

Review in cubic

Summary by CodeRabbit

  • Chores
    • Updated version number to latest build.

@rsalcara rsalcara merged commit 7373653 into master Jun 19, 2026
5 of 6 checks passed
@rsalcara rsalcara deleted the update-version/stable branch June 19, 2026 12:39
@github-actions

Copy link
Copy Markdown

Thanks for opening this pull request and contributing to the project!

The next step is for the maintainers to review your changes. If everything looks good, it will be approved and merged into the main branch.

In the meantime, anyone in the community is encouraged to test this pull request and provide feedback.

✅ How to confirm it works

If you’ve tested this PR, please comment below with:

Tested and working ✅

This helps us speed up the review and merge process.

📦 To test this PR locally:

# NPM
npm install @whiskeysockets/baileys@rsalcara/InfiniteAPI#update-version/stable

# Yarn (v2+)
yarn add @whiskeysockets/baileys@rsalcara/InfiniteAPI#update-version/stable

# PNPM
pnpm add @whiskeysockets/baileys@rsalcara/InfiniteAPI#update-version/stable

If you encounter any issues or have feedback, feel free to comment as well.

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1614c811-e181-43f8-a3bd-e7d66fc6f937

📥 Commits

Reviewing files that changed from the base of the PR and between 097ee0b and fea6904.

📒 Files selected for processing (1)
  • src/Defaults/baileys-version.json

📝 Walkthrough

Walkthrough

The version array in src/Defaults/baileys-version.json has its final element updated from 1041785292 to 1041794174, with all other version components left unchanged.

Changes

Baileys Version Bump

Layer / File(s) Summary
Version array revision update
src/Defaults/baileys-version.json
Final element of the version array changed from 1041785292 to 1041794174.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Possibly related PRs

  • rsalcara/InfiniteAPI#557: Directly related — also bumps the last component of the version array in src/Defaults/baileys-version.json to a newer WhatsApp Web build number.
  • rsalcara/InfiniteAPI#555: Directly related — same file, same pattern of updating only the version array's last element to a different revision.
  • rsalcara/InfiniteAPI#548: Directly related — continues the same version-bump workflow on src/Defaults/baileys-version.json.

Poem

🐇 Hop, hop, a number changed today,
The version array updated on its way,
1041794174 now sits at the end,
A small JSON tweak, a tiny amend,
The rabbit approves — off to nibble some hay! 🌿

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-version/stable

Warning

Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fea69045c2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -1 +1 @@
{"version": [2, 3000, 1041785292]}
{"version":[2,3000,1041794174]}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use a published WhatsApp Web revision

This changes the bundled default client revision to 1041794174, but the public WhatsApp Web version index I checked currently lists 2.3000.1041785292-alpha as the current stable version and has no 1041794174 entry. Because this JSON is imported into DEFAULT_CONNECTION_CONFIG.version, any socket using the bundled defaults (or falling back after a live version fetch failure) will present an unsupported revision and can be rejected during connection; please keep this at a published/current revision or regenerate it once the source reports that version.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant