chore: update Go SDK dependencies to latest within-major - #53
Open
devin-ai-integration[bot] wants to merge 4 commits into
Open
chore: update Go SDK dependencies to latest within-major#53devin-ai-integration[bot] wants to merge 4 commits into
devin-ai-integration[bot] wants to merge 4 commits into
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
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 two direct LaunchDarkly dependencies in
go.modto the latest v7/v3 releases; no source changes.go-server-sdk/v7v7.15.5 → v7.15.6(new since this PR was opened; released 2026-08-17)go-sdk-common/v3v3.5.0 → v3.5.1go mod tidy:go-sdk-events/v33.6.2→3.6.3,go-server-sdk-evaluation/v33.0.1→3.0.2,go-jsonstream/v33.1.1→3.1.2go.modstays atgo 1.25.0and CI already uses Go 1.25go-sdk-commonVerified 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.15.6(2026-08-18)https://proxy.golang.org/github.com/launchdarkly/go-sdk-common/v3/@latest→v3.5.1(2026-08-14)v7.15.6 is a patch release that only upgrades its own LaunchDarkly dependencies (go-sdk-common v3.5.1, go-sdk-events v3.6.3, go-server-sdk-evaluation v3.0.2, go-jsonstream v3.1.2). Major versions v8/v4 are out of scope (stay within the configured major).
Validation:
go mod tidy,go build,go vet ./...all clean; the built binary connected via streaming, initialized, and evaluatedhello-boolean→truein the hello-apps project. Flag-change listener path (GetFlagTracker().AddFlagValueChangeListener) unchanged.Deprecated APIs: none.
ld.MakeClient,Initialized,BoolVariation,GetFlagTracker, andldcontext.NewBuilderare all current in 7.15.6 / 3.5.1; the build produces no deprecation warnings.go.sumis intentionally not committed in this repo, so the bump is expressed purely throughgo.mod.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/504347678e334834951fc45ee825e6a8
Note
Overview
Updates only
go.moddependency versions for this hello-go example—no application source changes.The direct bump is
go-server-sdk/v7v7.15.5 → v7.15.6. Indirect LaunchDarkly modules move with it:go-sdk-events/v33.6.2 → 3.6.3 andgo-server-sdk-evaluation/v33.0.1 → 3.0.2. Go toolchain line remains 1.25.0.This keeps the sample on current within-major SDK patches so CI and local runs use the same client version the docs/quickstart expect.
Reviewed by Cursor Bugbot for commit c258c4f. Bugbot is set up for automated code reviews on this repo. Configure here.