Bump wrangler compatibility_date to 2026-04-15#18
Merged
radinhamidi merged 1 commit intomainfrom Apr 30, 2026
Merged
Conversation
Both Pages projects were pinned at 2025-09-01 — fine, but stale. 2026-04-15 picks up several months of Workers runtime fixes and default-flag changes without crossing any documented breaking change for static-asset projects. The "Workers + Static Assets" mode we use isn't sensitive to most of the dated flags; this is largely housekeeping. Updated the comment in reproducibility/site/wrangler.jsonc to clarify the bump cadence (roughly twice a year, or when picking up a new feature) instead of "intentionally old-ish." Verified both sites build cleanly under the new value. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Both Pages projects (`querygym-site`, `querygym-leaderboard`) had `compatibility_date: "2025-09-01"` in their `wrangler.jsonc`. Bumping to `2026-04-15` for housekeeping — picks up several months of Workers runtime fixes and default-flag changes.
`compatibility_date` is the Workers runtime version pin. Cloudflare ships behavior changes under dated flags so old deployments don't break when the runtime evolves. The "Workers + Static Assets" mode we use isn't sensitive to most of the dated flags; this is mostly hygiene.
Also updated the comment in `reproducibility/site/wrangler.jsonc` to clarify the bump cadence ("roughly twice a year, or when picking up a new feature") instead of the old "intentionally old-ish."
Test plan
🤖 Generated with Claude Code