[ci] preview release (preview) - #3964
Open
shopify-github-actions-access[bot] wants to merge 1 commit into
Open
Conversation
shopify-github-actions-access
Bot
requested a review
from a team
as a code owner
August 20, 2026 17:24
shopify-github-actions-access
Bot
force-pushed
the
changeset-release/preview
branch
2 times, most recently
from
August 21, 2026 14:26
5afd24d to
97aeee1
Compare
shopify-github-actions-access
Bot
force-pushed
the
changeset-release/preview
branch
from
August 21, 2026 18:08
97aeee1 to
1cd970b
Compare
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.
This PR was opened by the Changesets release 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 preview, this PR will be updated.
previewis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonpreview.Releases
@shopify/hydrogen@2026.10.0-preview.2
Minor Changes
78b94c5: Accept Liquid-style
?variant=<numeric id>links on product pages.handleShopifyRoutes({routeTemplates})now 302-redirects?variant=product URLs to the canonical option-params URL (/products/x?variant=123→/products/x?Color=Red&Size=M), resolving the variant through the Storefront API withCache.long()when the client has a cache adapter, following combined-listing variants to their own product page, and stripping unknown or deleted variant ids. When bothvariantand option params are present, the variant wins.buildProductSelectionSearchParams({style?, selectedOptions, variant?, optionNames, base?})builds selection link search params, scrubbing stale option andvariantparams while preserving unrelated ones.style: "variant"emits a shareable?variant=<numeric id>link, falling back to option params when no variant is resolved.getSelectedProductOptionsnow treats thevariantsearch param as reserved and never returns it as an option.statusrestricted to301 | 302 | 303 | 307 | 308.Patch Changes
beforeandafterpagination cursors when collection filters or sorting change.https:devtodev:httpsand rely on the Vite plugin to provision certificates automatically.