fix: upgrade go-jsonstream to v3.1.2 and LaunchDarkly deps to current releases - #432
Draft
kinyoklion wants to merge 1 commit into
Draft
fix: upgrade go-jsonstream to v3.1.2 and LaunchDarkly deps to current releases#432kinyoklion wants to merge 1 commit into
kinyoklion wants to merge 1 commit into
Conversation
… releases go-jsonstream v3.1.2 brings the append-based jwriter internals, the byte-class-table escape scan, and the single-pass jreader tokenizer into flag-payload parsing, flag-state serialization, and event output. go-sdk-common v3.5.1, go-sdk-events v3.6.3, and go-server-sdk-evaluation v3.0.2 carry the same jsonstream upgrade.
Member
Author
|
In holding for testing — please do not merge yet. This will be marked ready once validation against the updated dependency set is complete. |
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.
Upgrades the four LaunchDarkly dependencies to the releases carrying the go-jsonstream v3.1.2 performance changes (launchdarkly/go-jsonstream#56, #57, #58 — append-based jwriter internals, byte-class-table escape scan, single-pass jreader tokenizer; public API and observable behavior unchanged):
For the SDK this lands in data-source payload parsing (
ldmodeldirect parse -46% on a real 3,228-flag / 3.2 MB payload), flag-state and data-store serialization, and event output encoding (string-array writes -47%).The diff is the four version bumps only — no
godirective change (this module already requires 1.25) and no CI matrix change (floor already 1.24). Validated locally: full unit suite green, repo-pinned golangci-lint clean.Third tier of the dependency-ordered updates; ld-relay (v8 and v9), streamer, and sdk-test-harness follow once this is tagged.