Skip to content

Bump Chrome to 126.0.6478.182#11753

Merged
ruifigueira merged 4 commits into
mainfrom
rfigueira/BRAPI-756-reciprocate-brower-ws-close
Mar 23, 2026
Merged

Bump Chrome to 126.0.6478.182#11753
ruifigueira merged 4 commits into
mainfrom
rfigueira/BRAPI-756-reciprocate-brower-ws-close

Conversation

@ruifigueira
Copy link
Copy Markdown
Contributor

@ruifigueira ruifigueira commented Dec 23, 2025

Fixes BRAPI-756 and BRAPI-757

  • BRAPI-757: Bump Chrome to 126.0.6478.182
  • BRAPI-756: By calling ws.close() inside ws close event, we no longer need to poll the browser process because the websocket on the other end now receives the close event, as expected. Previous solution was a hack that is no longer needed.

See: cloudflare/workerd#4327 (comment)


  • Tests
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: only upgrades dependency versions and improves browser websocket handling

A picture of a cute animal (not mandatory, but encouraged)


Open with Devin

@ruifigueira ruifigueira requested a review from a team as a code owner December 23, 2025 15:29
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 23, 2025

🦋 Changeset detected

Latest commit: 056c8ae

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Dec 23, 2025

Claude finished @ruifigueira's task —— View job


Changeset Review

✅ All changesets look good

The changeset passes all validation criteria:

  • Version Type: patch is correct for these improvements (Chrome upgrade + websocket handling)
  • Changelog Quality: Clear description with two specific improvements listed
  • Markdown Headers: No h1/h2/h3 headers used
  • Package Coverage: Only affects miniflare, correctly specified

@ruifigueira ruifigueira force-pushed the rfigueira/BRAPI-756-reciprocate-brower-ws-close branch from 7136fda to 915e55d Compare December 23, 2025 15:34
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Dec 23, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@11753

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@11753

miniflare

npm i https://pkg.pr.new/miniflare@11753

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@11753

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@11753

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@11753

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@11753

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@11753

wrangler

npm i https://pkg.pr.new/wrangler@11753

commit: 056c8ae

@ruifigueira ruifigueira force-pushed the rfigueira/BRAPI-756-reciprocate-brower-ws-close branch 2 times, most recently from fea7c8d to 5e0aed0 Compare December 23, 2025 17:59
@penalosa penalosa force-pushed the rfigueira/BRAPI-756-reciprocate-brower-ws-close branch from 5e0aed0 to 0a633c5 Compare March 20, 2026 20:06
@workers-devprod
Copy link
Copy Markdown
Contributor

workers-devprod commented Mar 20, 2026

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 20, 2026

✅ All changesets look good

devin-ai-integration[bot]

This comment was marked as resolved.

@ruifigueira ruifigueira force-pushed the rfigueira/BRAPI-756-reciprocate-brower-ws-close branch 2 times, most recently from 321fc43 to c36868e Compare March 22, 2026 07:43
devin-ai-integration[bot]

This comment was marked as resolved.

@ruifigueira ruifigueira changed the title BRAPI-756: Reciprocate worker websocket close events Bump Chrome to 126.0.6478.182 Mar 22, 2026
It's the corresponding chrome version for puppeteer 22.13.1 / @cloudflare/puppeteer 1.0.4.

See: https://pptr.dev/supported-browsers#supported-browser-version-list

Fixes: BRAPI-757
As long a worker websocket's close event calls the corresponding websocket close function, we ensure close event is called on the other end, and therefore we no longer need pollinh to check the browser process.

See: cloudflare/workerd#4327 (comment)
@ruifigueira ruifigueira force-pushed the rfigueira/BRAPI-756-reciprocate-brower-ws-close branch from c36868e to 361be25 Compare March 23, 2026 11:17
devin-ai-integration[bot]

This comment was marked as resolved.

@github-project-automation github-project-automation Bot moved this from Untriaged to Approved in workers-sdk Mar 23, 2026
@ruifigueira ruifigueira merged commit b8f3309 into main Mar 23, 2026
52 of 56 checks passed
@ruifigueira ruifigueira deleted the rfigueira/BRAPI-756-reciprocate-brower-ws-close branch March 23, 2026 15:13
@github-project-automation github-project-automation Bot moved this from Approved to Done in workers-sdk Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants