---
title: Hydrogen 2023.10 has been released - 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-2023-10-has-been-released'
  md: 'https://shopify.dev/changelog/hydrogen-2023-10-has-been-released.md'
metadata:
  effectiveApiVersion: 2023-10
  affectedApi: []
  primaryTag:
    displayName: Platform
    handle: platform
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2023-10-31T14:53:03-04:00'
  postedAt: '2023-10-31T14:51:00-04:00'
  updatedAt: '2024-12-13T17:24:40-05:00'
  effectiveAt: '2023-10-31T14:51:00-04:00'
---

October 31, 2023

Tags:

* Platform
* 2023-10

# Hydrogen 2023.10 has been released

Hydrogen [v2023.10](https://github.com/Shopify/hydrogen/releases/tag/%40shopify%2Fhydrogen%402023.10.0) is now available. This release includes a number of new features and breaking changes.

### Remix 2.0 (breaking change)

* Hydrogen 2023.10 now uses [Remix 2](https://github.com/remix-run/remix/releases/tag/remix%402.0.0).
* Remix has also been made a peer dependency, so you can keep your Remix package updated independently of Hydrogen.

### Other breaking changes

* Hydrogen's default caching strategy has been [updated](https://github.com/Shopify/hydrogen/pull/1336) to have a longer `stale-while-revalidate` period.
* A dependency bump for `@graphql-codegen/typescript` to [v4](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md#400) will require updates to `Scalar` types if you import them directly from Hydrogen or Hydrogen React.

### Other changes

* All packages and examples now query `v2023-10` API versions.
* Hydrogen now includes an [API client](https://github.com/Shopify/hydrogen/pull/1430) for the [Customer Account API](https://shopify.dev/docs/api/customer).
* Custom cart methods are now [stable](https://github.com/Shopify/hydrogen/pull/1440).
* The GraphiQL client available through the local development server [now includes](https://github.com/Shopify/hydrogen/pull/1470) the [GraphiQL Explorer plugin](https://github.com/OneGraph/graphiql-explorer), which makes it easier to browse GraphQL resources.
* Props and parameters that were deprecated in v2023-07 have been removed.
* Additional dependency bumps, patches, and fixes.
