Hi Shopify Developer Community,
I’ve noticed a significant discrepancy between the Developer Changelog web page and its RSS feed that could cause developers to miss critical updates.
The Problem
The RSS feed at https://shopify.dev/changelog/feed.xml does not include the “Action Required” category tag, even though these entries appear with this tag on the web page at Recent changes to Shopify’s platform .
Specific Example
The changelog entry “Removing visible_to_storefront_api field on metaobject field definitions” (published September 30, 2025):
On the web page:
- Tagged with “Action Required” + “Deprecation Announcement”
In the RSS feed:
<category>API</category>
<category>Deprecation Announcement</category>
- Missing the “Action Required” category entirely
Why This Matters
Many developers rely on RSS feeds for automated monitoring of API changes. Without the “Action Required” tag in the feed:
- We cannot filter or prioritize critical updates that need immediate attention
- Breaking changes get buried among routine updates
- We’re forced to manually check the web page regularly, defeating the purpose of RSS automation
Current RSS Categories
The feed currently includes:
- API
- Update
- New
- Breaking API Change
- Deprecation Announcement
- (and others)
But notably missing: Action Required
Request
Could the Shopify team please:
- Add “Action Required” as a category in the RSS feed XML
- Ensure all entries tagged “Action Required” on the web page are also tagged in RSS
- Consider adding a priority/severity level to help developers triage updates
Temporary Workaround
For others facing this issue, I’ve found that monitoring both:
- The RSS feed for general updates
https://shopify.dev/changelog?tags=action-requiredfor critical items
Has anyone else noticed this? Are there better ways to track action-required changes via automation?
Thanks for looking into this!