Updates changelog.json with latest notes from 2025-10 release#3438
Updates changelog.json with latest notes from 2025-10 release#3438
Conversation
|
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
kdaviduik
left a comment
There was a problem hiding this comment.
some small comments but overall LGTM
| "url": "https://github.com/Shopify/hydrogen/pulls?q=is%3Apr+is%3Aclosed+%5Bci%5D+release+in%3Atitle+is%3Amerged", | ||
| "version": "1", | ||
| "releases": [ | ||
| { |
There was a problem hiding this comment.
(threading)
also please double check this works by scaffolding by running h2 upgrade locally and using this changelog. I think there's a flag or something you can pass to use your local version (and patch-package is always an option too)
Co-authored-by: Kara Daviduik <105449131+kdaviduik@users.noreply.github.com>
Co-authored-by: Kara Daviduik <105449131+kdaviduik@users.noreply.github.com>
|
note: technically the React 19 support and the CA API change(s) were in 2025.7.3, but we never did an entry in here for that version (i think Gray started one at one point but it never got finished). so right now this entry contains all the changes for 2025.7.3 + 2025.10.0. I think that's fine, i just wanted to make a note about it in case anyone (or our future selves) get confused :) |

WHY are these changes introduced?
Closes https://github.com/Shopify/developer-tools-team/issues/988.
The 2025.10.0 release includes updates across two CI release PRs but was missing its
changelog.jsonentry. Without this entry, theh2 upgradecommand cannot detect version 2025.10.0 or provide migration guidance to developers.WHAT is this pull request doing?
Adds a changelog entry for Hydrogen version
2025.10.0 to enable the
h2 upgradecommand todetect and guide developers through this upgrade.
Checklist