refactor: migrate client consumers to cached schema metadata - #365
Merged
Merged
Conversation
jterapin
added this pull request to stack #362
September 14, 2026 17:44
jterapin
force-pushed
the
serde-opt/5-client-consumers
branch
from
September 14, 2026 18:09
7496884 to
970989b
Compare
jterapin
force-pushed
the
serde-opt/5-client-consumers
branch
2 times, most recently
from
September 14, 2026 19:46
082bc51 to
9db5e87
Compare
jterapin
marked this pull request as ready for review
September 14, 2026 20:34
richardwang1124
approved these changes
Sep 17, 2026
jterapin
force-pushed
the
serde-opt/5-client-consumers
branch
from
September 21, 2026 16:30
9db5e87 to
cadaa3e
Compare
jterapin
force-pushed
the
serde-opt/5-client-consumers
branch
from
September 21, 2026 16:46
cadaa3e to
9c0a439
Compare
jterapin
force-pushed
the
serde-opt/5-client-consumers
branch
from
September 21, 2026 16:47
9c0a439 to
cfdf34c
Compare
jterapin
force-pushed
the
serde-opt/5-client-consumers
branch
from
September 21, 2026 16:50
cfdf34c to
ee6aa2e
Compare
jterapin
added a commit
that referenced
this pull request
Sep 21, 2026
## Summary Removes the obsolete Schema legacy_wire_name compatibility helper after the migrated consumers no longer need it. - Migrates Schema document deserialization to the canonical cached wire index. - Removes legacy_wire_name, its RBS declaration, and focused compatibility coverage. ## Merge order Merge after #367 and #369. GitHub does not allow this existing stacked PR to be retargeted, so it remains based on #365. ## Validation - smithy-schema RBS task: 135 examples, 0 failures. - git diff --check passed.
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
Migrates Smithy client plugins and parameter handling to the cached Schema metadata established by the earlier foundation PRs.
Out of scope
Validation