chore(cloudflare-runtime): bump internal isolate compatibility dates - #1380
Merged
Conversation
Pin every local isolate and the Vite/platform-proxy defaults to 2026-07-04, the newest date catalog workerd 1.20260704.1 supports.
…-open The Vite plugin bundle imports the shared compatibility date via a package subpath that was not exported. Browser CDP proxying also needs half-open sockets now that auto-reply-to-close is default-on.
CDP proxying still needs the pre-2026-04-07 close handshake. allowHalfOpen alone did not stop reconnect/session-lifecycle tests from hanging.
Reconnect and Browser.close session cleanup hang after 2026-04-07. Keep this isolate on 2025-01-01 until the CDP proxy can take the new handshake.
Pin INTERNAL_WORKER_COMPATIBILITY_DATE and the workers-shared wrangler configs to 2026-08-31, the newest date the current catalog workerd supports.
sam-goodwin
force-pushed
the
chore/cloudflare-runtime-compat-date
branch
from
August 31, 2026 17:48
f469cb5 to
432ca26
Compare
Contributor
|
Install the packages built from this commit: Alchemyalchemy bun add https://pkg.ing/alchemy/432ca26@alchemy.run/better-auth bun add https://pkg.ing/@alchemy.run/better-auth/432ca26@alchemy.run/cloudflare-runtime bun add https://pkg.ing/@alchemy.run/cloudflare-runtime/432ca26@alchemy.run/frontend-frameworks bun add https://pkg.ing/@alchemy.run/frontend-frameworks/432ca26@alchemy.run/node-utils bun add https://pkg.ing/@alchemy.run/node-utils/432ca26@alchemy.run/pr-package bun add https://pkg.ing/@alchemy.run/pr-package/432ca26@alchemy.run/floci bun add https://pkg.ing/@alchemy.run/floci/432ca26Distilled@distilled.cloud/core bun add https://pkg.ing/@distilled.cloud/core/cb11c5b@distilled.cloud/aws bun add https://pkg.ing/@distilled.cloud/aws/cb11c5b@distilled.cloud/axiom bun add https://pkg.ing/@distilled.cloud/axiom/cb11c5b@distilled.cloud/cloudflare bun add https://pkg.ing/@distilled.cloud/cloudflare/cb11c5b@distilled.cloud/hetzner bun add https://pkg.ing/@distilled.cloud/hetzner/cb11c5b@distilled.cloud/neon bun add https://pkg.ing/@distilled.cloud/neon/cb11c5b@distilled.cloud/planetscale bun add https://pkg.ing/@distilled.cloud/planetscale/cb11c5b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pin every internal workerd isolate and the Vite/platform-proxy defaults to
2026-08-31, the newest date catalogworkerd1.20260831.1supports.That constant now drives the queue broker, workflows engine, assets/router, KV, R2, D1, cache, secrets store, send-email, images, stream, loopback, entry, worker proxy, registry proxy, and remote-binding isolates.
enable_ctx_exportsis omitted on the asset/router workers — it is default-on as of2025-11-17.The browser isolate stays on
2025-01-01until the CDP proxy can take the WebSocket auto-reply-to-close handshake (2026-04-07).