-
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
refactor: pass includeAllVersions to listeners #8674
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No changes to documentation |
Component Testing Report Updated Feb 17, 2025 4:01 PM (UTC) ❌ Failed Tests (5) -- expand for details
|
⚡️ Editor Performance ReportUpdated Mon, 17 Feb 2025 15:59:13 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
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.
Nice, I thought there'd be more listens actually so good there aren't so many
Description
In order to prepare for an upcoming API change, we want to explicitly add
includeAllVersions
to all the /listen calls made by the Studio.What to review
includeAllVersions
. It's only a critical requirement for new code paths that will expect version documents, but for consistency it makes sense to use it everywhere.Testing
includeAllVersions=true
Notes for release
n/a – internal