Skip to content

[next] Fix missing initial RSC headers#11552

Merged
kodiakhq[bot] merged 2 commits into
mainfrom
ijjk/fix-missing-initial-headers
May 7, 2024
Merged

[next] Fix missing initial RSC headers#11552
kodiakhq[bot] merged 2 commits into
mainfrom
ijjk/fix-missing-initial-headers

Conversation

@ijjk

@ijjk ijjk commented May 7, 2024

Copy link
Copy Markdown
Member

While investigating vercel/next.js#59883 we noticed the RSC Prerender did not have all the expected headers like the HTML Prerender which caused unexpected revalidation behavior specifically on client-transition as some of these headers are used to detect if a revalidated tag is associated with specific outputs.

x-ref: vercel/next.js#59883

@changeset-bot

changeset-bot Bot commented May 7, 2024

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: ace5e13

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

This PR includes changesets to release 2 packages
Name Type
@vercel/next Patch
vercel Patch

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

@kodiakhq kodiakhq Bot merged commit 5a532a5 into main May 7, 2024
@kodiakhq kodiakhq Bot deleted the ijjk/fix-missing-initial-headers branch May 7, 2024 07:43
Kikobeats pushed a commit that referenced this pull request May 7, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @vercel/functions@1.0.0

### Major Changes

- Initial release
([#11553](#11553))

## @vercel/node@3.1.0

### Minor Changes

- Make waitUntil consistent for Node.js & Edge
([#11553](#11553))

## vercel@34.1.9

### Patch Changes

- Updated dependencies
\[[`5a532a5b9`](5a532a5),
[`50fc27ba5`](50fc27b),
[`c1d852295`](c1d8522),
[`a5ea04154`](a5ea041)]:
    -   @vercel/next@4.2.8
    -   @vercel/node@3.1.0

## @vercel/next@4.2.8

### Patch Changes

- Fix missing initial RSC headers
([#11552](#11552))

- Remove .prefetch.rsc rewrites for non-PPR
([#11540](#11540))

- [next] rename middleware manifest env
([#11549](#11549))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

3 participants