deps: bump radiance for the datacap fixes - #8977
Conversation
Picks up getlantern/radiance#598: - cap_exhausted is treated as terminal rather than retried, and the backoff resets correctly. - The datacap stream slow-polls instead of reconnecting when datacap is disabled, so a disabled cap no longer drives a reconnect loop. Derek reported the data cap not working on macOS or Android while working on Windows (9.1.20-beta thread). Carries forward the iOS jetsam fixes already pinned: #596 (only the primary config host searches at startup) and #597 (memory monitor starts before libbox bring-up).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request updates the ChangesRadiance dependency update
Estimated code review effort: 1 (Trivial) | ~2 minutes Mergeability Score: ⚪ Minimal · up to This dependency-only update does not introduce an actionable merge-blocking risk; it is merge-ready after normal checks and review. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 bumps the github.com/getlantern/radiance dependency to pick up the recently merged datacap fixes (radiance PR #598), aligning Lantern’s embedded Radiance backend with corrected cap_exhausted handling and improved polling behavior when datacap is disabled.
Changes:
- Update
go.modto requiregithub.com/getlantern/radianceatv0.0.0-20260812223628-131f92a74900. - Update
go.sumentries to match the new Radiance 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 | Bumps the Radiance module pseudo-version to include datacap fixes. |
| go.sum | Updates sum entries for the bumped Radiance version. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Picks up getlantern/radiance#598 (merged), for a new build.
What it fixes
cap_exhaustedis terminal — it was being retried; now it stops, and the backoff resets correctly.d450614), so a disabled cap no longer drives a reconnect loop.Derek reported the data cap not working on macOS or Android while working on Windows, in the 9.1.20-beta thread.
Scope
go.mod+go.sumonly, one module line each:f0277e466143→131f92a74900.go build ./...clean.Verified the pinned module still carries the iOS jetsam work alongside the new fix:
if i == 0inkindling/smart/client.goSetExecutorinvpn/memmon.gocap_exhaustedinaccount/datacap.goVerification note
The iOS memory behaviour was device-verified at the previous pin (
f0277e4): peak 37.94 MB, plateau 32.77 MB, no jetsam, clean teardown — see #8975. This bump touchesaccount/only, so that result should carry, but it has not been re-run on device. Happy to do a connect test before the build if wanted.🤖 Generated with Claude Code
https://claude.ai/code/session_01SkKS8hGeHM5g4BDPvxcamg
Summary by CodeRabbit