Skip to content

[python] support /_vercel/ping endpoint for Fluid#13589

Merged
QuiiBz merged 2 commits intomainfrom
python/support-vercel-ping
Jul 22, 2025
Merged

[python] support /_vercel/ping endpoint for Fluid#13589
QuiiBz merged 2 commits intomainfrom
python/support-vercel-ping

Conversation

@QuiiBz
Copy link
Copy Markdown
Member

@QuiiBz QuiiBz commented Jul 22, 2025

Add support for the /_vercel/ping endpoint to replace the handler-started IPC message introduced in #12850.

We first need to land this change (no-op), then allow our runtime to use this new endpoint instead of the handler-started message, then clean up the previous logic. We cannot test this change in CI yet (until we land the runtime change), but I've tested it manually.

@QuiiBz QuiiBz requested a review from a team as a code owner July 22, 2025 14:19
@QuiiBz QuiiBz requested review from brookemosby and mknichel July 22, 2025 14:19
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jul 22, 2025

🦋 Changeset detected

Latest commit: 467f0e3

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

This PR includes changesets to release 2 packages
Name Type
@vercel/python Minor
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

@QuiiBz QuiiBz added this pull request to the merge queue Jul 22, 2025
Merged via the queue into main with commit 205cba1 Jul 22, 2025
294 of 297 checks passed
@QuiiBz QuiiBz deleted the python/support-vercel-ping branch July 22, 2025 15:00
github-merge-queue bot pushed a commit that referenced this pull request Jul 22, 2025
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/[email protected]

### Minor Changes

- Improve Fluid support
([#13589](#13589))

## [email protected]

### Patch Changes

- Updated dependencies
\[[`861d4723b91dabd697215ae214b95a7cbba5e6a7`](861d472),
[`205cba1c42ecaa2aec92a9839d2162557f44662e`](205cba1)]:
    -   @vercel/[email protected]
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Add support for experimental.cacheComponents in PPR detection
([#13585](#13585))

Enables the experimental.cacheComponents configuration option to
activate PPR (Partial Pre-Rendering) alongside existing ppr
configuration options (true and 'incremental').

Co-authored-by: github-actions[bot] <41898282+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.

2 participants