Skip to content

Release 2026.7.7

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:16
2026.7.7
4022980

Revert

  • Drop the no-op .catch added to the fetch wrapper in 2026.7.6. It only
    silenced bare fire-and-forget rejections; for the common await / .then
    patterns the rejection propagates to a promise in the page's own code that the
    wrapper cannot reach, so it did not remove the "Failed to fetch" console
    entries and only suppressed fire-and-forget warnings page-wide. The wrapper is
    a transparent passthrough again: a page's own failed fetch is the page's, and
    we only appear in its stack because we wrap fetch.