-
Notifications
You must be signed in to change notification settings - Fork 437
feat(*): auto-proxy for eligible hosts #8035
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| '@clerk/backend': patch | ||
| '@clerk/clerk-js': patch | ||
| '@clerk/nextjs': patch | ||
| '@clerk/shared': patch | ||
| --- | ||
|
|
||
| Add auto-proxy detection for eligible hosts and generalize the internal helper naming for future providers. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick | 🔵 Trivial Consider making the description more specific for end users. The description mentions "eligible hosts" without specifying what makes a host eligible. Since changeset descriptions appear in changelogs, consider being more explicit to help users understand when auto-proxy detection activates. For example: "Add auto-proxy detection for Vercel preview deployments (.vercel.app subdomains) and generalize the internal helper for future hosting providers." 🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 8-8: First line in a file should be a top-level heading (MD041, first-line-heading, first-line-h1) 🤖 Prompt for AI Agents |
||
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.
🧩 Analysis chain
🏁 Script executed:
Repository: clerk/javascript
Length of output: 152
Update version bumps from
patchtominorto reflect the new public API export.The changeset marks all packages for
patchbumps, but the PR introduces a new public API functionshouldAutoProxyexported from@clerk/shared. Per semantic versioning standards, new public APIs requireminorversion bumps, notpatch(which is reserved for bug fixes). Update the changeset accordingly.🤖 Prompt for AI Agents