-
Notifications
You must be signed in to change notification settings - Fork 676
chore: use “current” not “latest” registry url #7241
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
base: main
Are you sure you want to change the base?
Conversation
Scalar Docs PreviewProject Commit Status Preview Updated (UTC): Nov 3, 2025, 9:35 AM To edit notification comments on pull requests, go to your Scalar project settings |
🦋 Changeset detectedLatest commit: bd991f1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 30 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Cloudflare Preview for the API Client |
Scalar References End to End Test ResultsDetails
Important These tests include snapshots that may need to be updated if there are intentional changes to the UI components. To update the snapshots run |
Scalar Components Snapshot Test ResultsDetails
|
Scalar CDN Snapshot Diff ResultsDetails
Failed teststest/snapshots-cdn/snapshot.e2e.ts › Diff with CDN - Scalar Galaxy Important These tests detect visual differences between the current PR and the latest CDN build which means they may be affected by other changes in They can help determine if the changes in the PR are causing any unexpected visual regressions but may be less helpful in isolating the exact cause. For more details see the readme. |
We use the
/latestScalar Registry URL for Scalar Galaxy everywhere, this is always the newest upload (even if it’s just a preview). We actually want to use the "current" version, which we can control manually.This PR omits the
/latestsuffix to use the "current" version instead.Note
Replaces
/latestScalar Registry URLs with@scalar/apis/galaxy?format=...across documentation, examples, tests, and default configs; updates Java Spring Boot defaults; adds patch changesets for multiple packages.https://registry.scalar.com/@scalar/apis/galaxy/latest?format=…withhttps://registry.scalar.com/@scalar/apis/galaxy?format=…inREADME.mdand alldocumentation/integrations/*and guides.examples/*andpackages/*/playground/*to the new registry URL.scalar.urlinScalarProperties.java, test expectations,application.properties, and Spring Boot docs table to the new URL.getHtmlDocumentusage,serve-example.ts, sources lists) to the new URL.@scalar/*,scalar_api_reference).Written by Cursor Bugbot for commit bd991f1. This will update automatically on new commits. Configure here.