Skip to content

fix: a quick changelog fix#7987

Merged
n1ru4l merged 1 commit intomainfrom
fix-changelog-is-somewhere-else-now
Apr 16, 2026
Merged

fix: a quick changelog fix#7987
n1ru4l merged 1 commit intomainfrom
fix-changelog-is-somewhere-else-now

Conversation

@n1ru4l
Copy link
Copy Markdown
Contributor

@n1ru4l n1ru4l commented Apr 16, 2026

Background

Changelog is broken since the docs moved away. 😢

Description

Uses the http xml feed for building the changelog at app build time. We deploy often enough for it to be up2date. We could do something nicer, but this does it for now.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request refactors the changelog generation script to fetch updates from an external RSS feed using fast-xml-parser instead of reading local MDX files. The review identifies a potential runtime error when the feed contains only one item and highlights violations of the style guide regarding the direct use of fetch without retries and the absence of Zod schema validation for network responses.

Comment thread scripts/generate-changelog.js
Comment thread scripts/generate-changelog.js
Comment thread scripts/generate-changelog.js
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-hive/laboratory 0.1.4-alpha-20260416064918-3fbea23bdc9641a8607f08e62b6915ba555f0942 npm ↗︎ unpkg ↗︎
@graphql-hive/render-laboratory 0.1.4-alpha-20260416064918-3fbea23bdc9641a8607f08e62b6915ba555f0942 npm ↗︎ unpkg ↗︎
hive 11.0.3-alpha-20260416064918-3fbea23bdc9641a8607f08e62b6915ba555f0942 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 16, 2026

🐋 This PR was built and pushed to the following Docker images:

Targets: build

Platforms: linux/amd64

Image Tag: 3fbea23bdc9641a8607f08e62b6915ba555f0942

@n1ru4l n1ru4l marked this pull request as ready for review April 16, 2026 07:09
@n1ru4l n1ru4l merged commit fe06dde into main Apr 16, 2026
23 of 24 checks passed
@n1ru4l n1ru4l deleted the fix-changelog-is-somewhere-else-now branch April 16, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant