Bump radiance to main (legacy YAML migration)#8735
Merged
Conversation
Pulls in radiance #464 (pre-9.x flashlight/lantern-client YAML migration) which lets fresh v9.x installs recover user_id / device_id / token / pro state from old desktop ~/Library/Application Support/Lantern/settings.yaml, %APPDATA%\Lantern\settings.yaml, ~/.config/lantern/settings.yaml, or iOS <sandbox>/userconfig.yaml. go.mod / go.sum only — no transitive bumps this round.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the github.com/getlantern/radiance dependency to the latest origin/main, bringing in Radiance’s legacy YAML migration support so newer installs can recover prior user/device/auth/pro state from older per-platform YAML files.
Changes:
- Bump
github.com/getlantern/radiancefromv0.0.0-20260506165909-b8f04e3a710etov0.0.0-20260506180721-4445a2040ede. - Update
go.sumentries to match the new Radiance pseudo-version.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Pins the Radiance module to the newer pseudo-version. |
| go.sum | Refreshes checksums for the updated Radiance version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Bumps `github.com/getlantern/radiance` to `4445a20` — the latest `origin/main`. Single new PR since the previous bump (#8734):
What this unlocks
Fresh v9.x installs that previously upgraded from a pre-9.x flashlight/lantern-client now recover user_id / device_id / token / pro state from the old per-platform YAML:
(Android stored its state in an encrypted SQLite that can't be read from Go — that case still needs a Kotlin-side migration outside this package.)
Diff
Test plan
🤖 Generated with Claude Code