Skip to content

Bump kindling + domainfront for multi-URL config racing#574

Merged
myleshorton merged 1 commit into
mainfrom
fisk/bump-config-racing
Jul 22, 2026
Merged

Bump kindling + domainfront for multi-URL config racing#574
myleshorton merged 1 commit into
mainfrom
fisk/bump-config-racing

Conversation

@myleshorton

Copy link
Copy Markdown
Contributor

Bumps kindling8563bcd and domainfront8c1f8ac, picking up domainfront#17: WithConfigURL is 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 to NewFronted's WithConfigURL once the mirror is publishing. go.mod / go.sum only; go build ./... (excl. the pre-existing cmd/lantern breakage) and the fronted tests pass.

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>
Copilot AI review requested due to automatic review settings July 22, 2026 20:55
@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@myleshorton, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 19 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6640d09c-6875-43fc-b350-fb76b49c14a7

📥 Commits

Reviewing files that changed from the base of the PR and between b72b27d and 30888df.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fisk/bump-config-racing

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/domainfront to v0.0.0-20260722204513-8c1f8acfa715.
  • Bump github.com/getlantern/kindling to v0.0.0-20260722205227-8563bcdd9b04.
  • Update go.sum accordingly.

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.

@myleshorton
myleshorton merged commit 8388497 into main Jul 22, 2026
4 checks passed
@myleshorton
myleshorton deleted the fisk/bump-config-racing branch July 22, 2026 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants