---
title: Hydrogen October 2025 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-october-2025-release'
  md: 'https://shopify.dev/changelog/hydrogen-october-2025-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:13:46-04:00'
  postedAt: '2026-01-30T12:00:00-05:00'
  updatedAt: '2026-04-16T18:28:24-04:00'
  effectiveAt: '2026-01-30T12:00:00-05:00'
---

January 30, 2026

Tags:

* Hydrogen

# Hydrogen October 2025 release

The Hydrogen October 2025 release (v2025.10.0) is out. This release updates the Storefront API and Customer Account API to 2025-10 and adds new cart mutations that simplify multi-gift-card and multi-address checkout flows.

* Updated Storefront API and Customer Account API to 2025-10 ([#3352](https://github.com/Shopify/hydrogen/pull/3352))
* Added `cart.addGiftCardCodes` to append gift card codes without re-submitting existing ones ([#3401](https://github.com/Shopify/hydrogen/pull/3401))
* Added `cart.replaceDeliveryAddresses` to replace all delivery addresses in a single call ([#3406](https://github.com/Shopify/hydrogen/pull/3406))
* `cart.updateDeliveryAddresses([])` now clears all delivery addresses on the cart. Previously this was a no-op. ([#3393](https://github.com/Shopify/hydrogen/pull/3393))
* Added `visitorConsent` support on the `@inContext` directive for Storefront API parity ([#3408](https://github.com/Shopify/hydrogen/pull/3408))

Check out the [full release notes](https://github.com/Shopify/hydrogen/releases/tag/%40shopify%2Fhydrogen%402025.10.0) for more details. And please drop your comments, feedback, and suggestions in [GitHub Discussions](https://github.com/Shopify/hydrogen/discussions).
