Bump domainfront for multi-URL config racing#44
Conversation
domainfront's WithConfigURL is now variadic — multiple config URLs are raced and the first valid response wins (getlantern/domainfront#17). No kindling code change (kindling only wraps the domainfront.Client via WithDomainFronting); this lets radiance pass a mirror URL alongside the primary once the mirror exists. go.mod / go.sum only; go build + test pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 24 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the github.com/getlantern/domainfront dependency to pick up upstream support for racing multiple config URLs (first valid wins), which Kindling consumes indirectly via its WithDomainFronting wrapper around *domainfront.Client.
Changes:
- Bump
github.com/getlantern/domainfronttov0.0.0-20260722204513-8c1f8acfa715ingo.mod. - Update
go.sumentries to match the newdomainfrontpseudo-version and checksums.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the domainfront dependency version to the new pseudo-version. |
| go.sum | Refreshes checksum entries for the updated domainfront version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps
domainfrontto pick up #17:WithConfigURLis now variadic and races multiple config sources (first valid wins), the client-side primitive for a China-reachable config mirror (getlantern/engineering#3721).No kindling code change — kindling only wraps
*domainfront.ClientviaWithDomainFronting. go.mod / go.sum only;go build ./...andgo test ./...pass.