Skip to content

[ci] back-fix release 2024-10#3340

Merged
kdaviduik merged 1 commit into2024-10from
changeset-release/2024-10
Jan 14, 2026
Merged

[ci] back-fix release 2024-10#3340
kdaviduik merged 1 commit into2024-10from
changeset-release/2024-10

Conversation

@shopify-github-actions-access
Copy link
Copy Markdown
Contributor

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 2024-10, this PR will be updated.

Releases

@shopify/remix-oxygen@2.1.0

Minor Changes

  • Support Shopify's new consolidated cookie architecture. Adds built-in Storefront API proxy support to createRequestHandler. by @kdaviduik

@shopify/hydrogen@2024.10.2

Patch Changes

  • This version adds support for the new cookie system in Shopify (_shopify_analytics and _shopify_marketing http-only cookies). It is backward compatible and still supports the deprecated _shopify_y and _shopify_s cookies. by @kdaviduik

    • createRequestHandler can now be used for every Hydrogen app, not only the ones deployed to Oxygen. It is now exported from @shopify/hydrogen.
    • A new Storefront API proxy is now available in Hydrogen's createRequestHandler. This will be used to obtain http-only cookies from Storefront API. In general, it should be transparent but it can be disabled with the proxyStandardRoutes option.
    • Analytics.Provider component and useCustomerPrivacy hook now make a request internally to the mentioned proxy to obtain cookies in the storefront domain.
  • Fixed a number of issues related to irregular behaviors between Privacy Banner and Hydrogen's analytics events. by @kdaviduik

  • Updated dependencies [3d303287]:

    • @shopify/hydrogen-react@2024.10.2

@shopify/hydrogen-react@2024.10.2

Patch Changes

  • New export getTrackingValues to obtain information for analytics and marketing. Use this instead of getShopifyCookies (which is now deprecated). by @kdaviduik

    useShopifyCookies now accepts a fetchTrackingValues parameter that can be used to make a Storefront API request and obtain Shopify http-only cookies, _shopify_analytics and _shopify_marketing (which replace the deprecated _shopify_y and _shopify_s cookies).

skeleton@2024.10.3

Patch Changes

@kdaviduik kdaviduik force-pushed the changeset-release/2024-10 branch from 568b596 to 17e3403 Compare January 14, 2026 04:36
@shopify
Copy link
Copy Markdown
Contributor

shopify Bot commented Jan 14, 2026

Oxygen deployed a preview of your changeset-release/2024-10 branch. Details:

Storefront Status Preview link Deployment details Last update (UTC)
Skeleton (skeleton.hydrogen.shop) ✅ Successful (Logs) Preview deployment Inspect deployment January 14, 2026 4:38 AM
custom-cart-method ✅ Successful (Logs) Preview deployment Inspect deployment January 14, 2026 4:38 AM
metaobjects ✅ Successful (Logs) Preview deployment Inspect deployment January 14, 2026 4:38 AM
third-party-queries-caching ✅ Successful (Logs) Preview deployment Inspect deployment January 14, 2026 4:38 AM
classic-remix ✅ Successful (Logs) Preview deployment Inspect deployment January 14, 2026 4:38 AM

Learn more about Hydrogen's GitHub integration.

Copy link
Copy Markdown
Contributor

@kdaviduik kdaviduik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: E2E tests are failing in CI on all of these back-fixes that use npm v10 due to something related to the monorepo configuration. These all work locally, so as a team we decided to release as is since we have confirmation the E2E tests work

@kdaviduik kdaviduik merged commit 9717224 into 2024-10 Jan 14, 2026
13 of 14 checks passed
@kdaviduik kdaviduik deleted the changeset-release/2024-10 branch January 14, 2026 04:42
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.

1 participant