bump radiance and lantern-box#8744
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Go module dependencies to pick up upstream fixes from radiance and lantern-box referenced in the PR description (issue report max compressed size reduction and autoselect dial-failure retry behavior).
Changes:
- Bump
github.com/getlantern/radiancetov0.0.0-20260511200900-51be53e10add. - Bump
github.com/getlantern/lantern-boxtov0.0.82(indirect) and updatego.sumaccordingly.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates required/indirect module versions for radiance and lantern-box. |
| 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
pushed a commit
that referenced
this pull request
May 12, 2026
Pulls in #8736 (idempotency keys), #8738 #8744 (radiance/lantern-box bumps), #8739 (VPN performance), screenshot attachments to issue reports, and #8745 (sysext hash caching). Conflict resolution: - go.mod / go.sum: took main's pins (radiance, kindling, lantern-box bumped to current main), then restored our local replace directives for ../radiance and ../lantern-box so the in-flight SmC work on fisk/peer-connection-events and fisk/peer-connection-listener stays in effect during dev. Replaces carry comments noting when to drop them. - backend/radiance.go (in ../radiance fisk/peer-connection-events): combined main's sessionHistory field + DisconnectVPN-on-close with our peer-share teardown. Peer teardown runs BEFORE DisconnectVPN because /v1/peer/deregister needs a live outbound. - ../radiance go.mod re-pinned to our lantern-box pseudo-version (3201d6a) via go get so radiance still gets the samizdat real-RemoteAddr fix instead of main's stale lantern-box v0.0.82. lantern-core builds clean; radiance peer + ipc tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump radiance and lantern-box to pull in issue report max compressed size reduced to 19.5MB and retry other outbounds on dial failure for autoselect.