fix: bump go-sdk-common to v4 for EasyJSON removal (v4 cascade)#37
Draft
aaron-zeisler wants to merge 6 commits into
Draft
fix: bump go-sdk-common to v4 for EasyJSON removal (v4 cascade)#37aaron-zeisler wants to merge 6 commits into
aaron-zeisler wants to merge 6 commits into
Conversation
…ascade) Rewrite go-sdk-common imports from /v3 to /v4 and bump go-server-sdk/v7 to the cascade pseudo-version that uses v4 deps. Part of SDK-2113 (EasyJSON removal epic).
5 tasks
Use the shared v4-internal SDK dev pseudo (9e2c40230b79) so this module can merge independently of go-server-sdk #381 landing.
…95b9066 Align with go-server-sdk #381 (8ab3995) and flip transitive LD deps to released v4.0.0 / v3.6.1 tags.
The v4 cascade pins go-server-sdk at a pseudo that requires Go 1.24+. Older CI matrix versions cannot parse go 1.24.0 or load SDK export data.
v1.60.1 cannot typecheck imports from go-server-sdk compiled with Go 1.24.
Re-pin to f45511677931 after feat! → fix rebase on go-server-sdk #381.
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
Updates
go-server-sdk-redis-go-redisto usego-sdk-common/v4, part of the EasyJSON removal cascade (SDK-2113).go-sdk-common/v3→/v4(v4.0.0)go-server-sdk/v7bumped to cascade pseudo-version (will be replaced with real tag once available)godirective bumped from 1.19 → 1.24easyjsonandjosharian/interndependenciesDependency Chain (v4 cascade)
Stage 5 cleanup
Once
go-server-sdk/v7has a real tagged release with the v4 deps, the pseudo-version in this PR should be replaced with that real version before merge.via LD Research 🤖