Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[next] Only rewrite next-action requests to .action handlers #11504

Merged
merged 12 commits into from Apr 30, 2024

Conversation

ztanner
Copy link
Member

@ztanner ztanner commented Apr 27, 2024

This only rewrites requests that contain a next-action header (explicitly indicating it's a server action). A side effect is that POST requests to a server action on a static route, without a next-action header, won't be marked as streaming (but will still execute normally). This is fine as only the handled action needs to stream.

This relands .action handling behind a feature flag.

Copy link

changeset-bot bot commented Apr 27, 2024

🦋 Changeset detected

Latest commit: 863deb5

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

ijjk
ijjk previously approved these changes Apr 27, 2024
@ztanner ztanner added the pr: automerge Automatically merge the PR when checks pass label Apr 27, 2024
Stacked on #11504

This adds the rewrite handling behind an additional env var gate. I've
added tests validating the behavior with/without the flag enabled.
ijjk
ijjk previously approved these changes Apr 29, 2024
@ztanner ztanner added the pr: automerge Automatically merge the PR when checks pass label Apr 30, 2024
@kodiakhq kodiakhq bot merged commit b1adaf7 into main Apr 30, 2024
110 checks passed
@kodiakhq kodiakhq bot deleted the fix/skip-multipart-rewrites branch April 30, 2024 18:32
TooTallNate pushed a commit that referenced this pull request Apr 30, 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@34.1.6

### Patch Changes

- Updated dependencies
\[[`b1adaf76e`](b1adaf7),
[`3fb97d1d2`](3fb97d1)]:
    -   @vercel/next@4.2.5
    -   @vercel/static-build@2.5.2

## @vercel/next@4.2.5

### Patch Changes

- Only rewrite next-action requests to `.action` handlers
([#11504](#11504))

## @vercel/static-build@2.5.2

### Patch Changes

- Revert `SUPPORTED_RUBY_VERSION` change to fix Ruby site generators on
AL2 build image ([#11522](#11522))

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
pr: automerge Automatically merge the PR when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants