Bump kindling + domainfront for multi-URL config racing - #574
Conversation
Picks up getlantern/domainfront#17 (variadic WithConfigURL that races config sources, first valid wins) via kindling. No radiance code change yet — this carries the capability to main; the mirror URL will be added to NewFronted's WithConfigURL once the China-reachable mirror is publishing (getlantern/engineering#3721). go.mod/go.sum only; go build + fronted tests pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 19 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
This PR updates Radiance’s Go module dependencies to pick up upstream support for racing multiple config sources via domainfront.WithConfigURL (now variadic), enabling future addition of a China-reachable config mirror without changing Radiance code yet.
Changes:
- Bump
github.com/getlantern/domainfronttov0.0.0-20260722204513-8c1f8acfa715. - Bump
github.com/getlantern/kindlingtov0.0.0-20260722205227-8563bcdd9b04. - Update
go.sumaccordingly.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates domainfront and kindling versions to bring in multi-URL config racing support. |
| go.sum | Refreshes module checksums to match the updated dependency versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps
kindling→8563bcdanddomainfront→8c1f8ac, picking up domainfront#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 radiance code change yet. This carries the capability to
main; the mirror URL gets added toNewFronted'sWithConfigURLonce the mirror is publishing. go.mod / go.sum only;go build ./...(excl. the pre-existingcmd/lanternbreakage) and the fronted tests pass.