Skip to content

Bump domainfront for multi-URL config racing#44

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

Bump domainfront for multi-URL config racing#44
myleshorton merged 1 commit into
mainfrom
fisk/bump-domainfront-race-config

Conversation

@myleshorton

Copy link
Copy Markdown
Contributor

Bumps domainfront to pick up #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 kindling code change — kindling only wraps *domainfront.Client via WithDomainFronting. go.mod / go.sum only; go build ./... and go test ./... pass.

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

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 24 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: c6151907-a128-4acf-9537-c094c5073c9f

📥 Commits

Reviewing files that changed from the base of the PR and between ef87ee2 and dbaeba3.

⛔ 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-domainfront-race-config

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

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/domainfront to v0.0.0-20260722204513-8c1f8acfa715 in go.mod.
  • Update go.sum entries to match the new domainfront pseudo-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.

@myleshorton
myleshorton merged commit 8563bcd into main Jul 22, 2026
3 checks passed
@myleshorton
myleshorton deleted the fisk/bump-domainfront-race-config branch July 22, 2026 20:52
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