--- title: Hydrogen April 2026 release - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: 'https://shopify.dev/changelog/hydrogen-april-2026-release' md: 'https://shopify.dev/changelog/hydrogen-april-2026-release.md' metadata: effectiveApiVersion: '' affectedApi: - displayName: Hydrogen handle: hydrogen primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2026-04-16T18:22:16-04:00' postedAt: '2026-04-09T12:00:00-04:00' updatedAt: '2026-04-16T18:31:02-04:00' effectiveAt: '2026-04-09T12:00:00-04:00' --- April 9, 2026 Tags: * Hydrogen # Hydrogen April 2026 release The Hydrogen April 2026 release (v2026.4.0) is out. This release updates the Storefront API and Customer Account API to 2026-04 and includes breaking changes to consent handling and the API proxy. * Updated Storefront API and Customer Account API to 2026-04 ([#3651](https://github.com/Shopify/hydrogen/pull/3651)) * **Breaking:** The Storefront API proxy is now always enabled. The `proxyStandardRoutes` option has been removed from `createRequestHandler`. If your load context does not include a `storefront` instance, the request handler will throw an error. ([#3649](https://github.com/Shopify/hydrogen/pull/3649)) * **Breaking:** Backend consent mode is now on by default, replacing the legacy `_tracking_consent` JS cookie with server-set cookies via the Storefront API proxy. ([#3649](https://github.com/Shopify/hydrogen/pull/3649)) Check out the [full release notes](https://github.com/Shopify/hydrogen/releases/tag/%40shopify%2Fhydrogen%402026.4.0) for more details. Review the [Storefront API 2026-04 changelog](https://shopify.dev/docs/api/release-notes/2026-04) and [Customer Account API 2026-04 changelog](https://shopify.dev/docs/api/customer/changelog) for other changes that may affect your storefront. And please drop your comments, feedback, and suggestions in [GitHub Discussions](https://github.com/Shopify/hydrogen/discussions).