Skip to content

Bump radiance to main (legacy YAML migration)#8735

Merged
myleshorton merged 1 commit into
mainfrom
fisk/bump-radiance-main-2
May 6, 2026
Merged

Bump radiance to main (legacy YAML migration)#8735
myleshorton merged 1 commit into
mainfrom
fisk/bump-radiance-main-2

Conversation

@myleshorton
Copy link
Copy Markdown
Contributor

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:

  • macOS: `~/Library/Application Support/Lantern/settings.yaml`
  • Windows: `%APPDATA%\Lantern\settings.yaml`
  • Linux: `~/.config/lantern/settings.yaml`
  • iOS: `/userconfig.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

  • `radiance` `v0.0.0-20260506165909-b8f04e3a710e` → `v0.0.0-20260506180721-4445a2040ede`
  • No transitive bumps this round.

Test plan

  • `go build ./lantern-core/...` clean
  • CI

🤖 Generated with Claude Code

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.
Copilot AI review requested due to automatic review settings May 6, 2026 18:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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/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/radiance from v0.0.0-20260506165909-b8f04e3a710e to v0.0.0-20260506180721-4445a2040ede.
  • Update go.sum entries 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.

@myleshorton myleshorton merged commit b106b8e into main May 6, 2026
13 checks passed
@myleshorton myleshorton deleted the fisk/bump-radiance-main-2 branch May 6, 2026 18:16
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