chore: update Go server SDK to v7.16.0 - #53
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
Author
|
@cursor review |
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
|
@cursor review |
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
kinyoklion
approved these changes
Aug 24, 2026
kinyoklion
marked this pull request as ready for review
August 24, 2026 21:00
keelerm84
approved these changes
Aug 25, 2026
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
|
@cursor review |
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.
Bumps the example's LaunchDarkly Go server SDK in
go.modto the latest v7 release; no source changes.go-server-sdk/v7v7.15.6 → v7.16.0(latest within-major; released 2026-08-25)go mod tidy:eventsource1.10.0 → 1.14.0go-sdk-common/v3stays atv3.5.1(already latest) — the earlier bumps in this PR (7.15.6, 3.5.1) landed onmainvia chore: Bump github.com/launchdarkly/go-sdk-common/v3 from 3.5.0 to 3.5.1 #54/chore: Bump github.com/launchdarkly/go-server-sdk/v7 from 7.15.5 to 7.15.6 #55, somainis merged in and only the 7.16.0 bump remainsgo 1.25.0, matchinggo.modand the CI Go 1.25 pingo vetandstaticcheck(SA1019) are cleanVerified by running the example against a real server-side SDK key (not committed):
Implementation details
Latest-version evidence:
https://proxy.golang.org/github.com/launchdarkly/go-server-sdk/v7/@latest→v7.16.0(2026-08-25)https://proxy.golang.org/github.com/launchdarkly/go-sdk-common/v3/@latest→v3.5.1(unchanged)Major versions beyond v7/v3 are out of scope (stay within the configured major).
go.sumis intentionally not committed in this repo, so the bump is expressed purely throughgo.mod.Validation:
go mod tidy,go build,go vet ./..., andstaticcheck ./...all clean; the built binary connected via streaming, initialized, and evaluatedhello-boolean→truein the hello-apps project. The flag-change listener path (GetFlagTracker().AddFlagValueChangeListener) is unchanged.chore:prefix: this repo is an example app, not a released SDK; the change is dependency/build config only with no shipped-library surface.Link to Devin session: https://app.devin.ai/sessions/c637223d402f4696bd8acf1a865cac30
Open in Devin Desktop: https://app.devin.ai/desktop/session/c637223d402f4696bd8acf1a865cac30?variant=devin