chore: bump go-sdk-common to v4 for EasyJSON removal (v4 cascade)#36
Closed
aaron-zeisler wants to merge 1 commit into
Closed
chore: bump go-sdk-common to v4 for EasyJSON removal (v4 cascade)#36aaron-zeisler wants to merge 1 commit into
aaron-zeisler wants to merge 1 commit 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).
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 the
go-server-sdk-redis-go-redisintegration to 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 (uses v4 deps internally)godirective bumped from 1.19 → 1.24easyjsonandjosharian/interndependenciesDependency Chain (v4 cascade)
Test plan
go build ./...cleango vet ./...cleango mod tidyproduces no diffgo test -count=0 ./...)Stage 5 cleanup
Once
go-server-sdk/v7has a real tagged release with the v4 deps, this PR's pseudo-version should be flipped to that real version before merge — or merge as-is and follow up.via LD Research 🤖