-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: switch to dated api version for releases #8676
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
No changes to documentation |
⚡️ Editor Performance ReportUpdated Wed, 19 Feb 2025 19:46:35 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
Component Testing Report Updated Feb 19, 2025 7:50 PM (UTC) ❌ Failed Tests (5) -- expand for details
|
Coverage Report
File Coverage
|
2fbfb3a
to
a8f2239
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth moving these apiVersions definitions to a const that we have somewhere and pull from there? I'm thinking future proofing where we eventually will just want to probably have a "source of truth" of what most of our clients will use?
So maybe a const defined in the studioClient
that then is imported by the rest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything seems to be working as intended, so nothing is blocking but I'd consider this comment: #8676 (review) before merging. If needed I'll give another green again!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from my testing!
Agree, it's good idea to have a central place to define the API version(s) used by the Studio. I'd suggest we make it a separate task to centralize all places we currently use hard coded strings. |
Created the story cc @bjoerge @EoinFalconer |
Description
Switches the API version we use for releases from
vX
to a stable, dated version.What to review
The diff itself is tiny, but I'd appreciate some manual testing to verify that everything work as intented with regards to content releases.
Next step would be to remove the the feature detection for releases and use
v2025-02-19
regardless, but for now, I think it makes sense for us to keep an easy way to enable/disable it for debugging purposes.Testing
Existing tests should be enough.
Notes for release
n/a