refactor: remove legacy schema wire-name helper - #366
Merged
Merged
Conversation
jterapin
added this pull request to stack #362
September 14, 2026 17:49
jterapin
force-pushed
the
serde-opt/6-cleanup
branch
2 times, most recently
from
September 14, 2026 18:00
64defa2 to
4e1ddac
Compare
jterapin
force-pushed
the
serde-opt/6-cleanup
branch
from
September 14, 2026 18:09
4e1ddac to
a5839e2
Compare
This was referenced Sep 14, 2026
jterapin
force-pushed
the
serde-opt/6-cleanup
branch
from
September 14, 2026 18:35
a5839e2 to
37c9008
Compare
jterapin
force-pushed
the
serde-opt/6-cleanup
branch
from
September 14, 2026 18:44
37c9008 to
d08e16b
Compare
jterapin
force-pushed
the
serde-opt/6-cleanup
branch
from
September 14, 2026 19:47
d08e16b to
364bd63
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/6-cleanup
branch
from
September 21, 2026 16:30
364bd63 to
77b0454
Compare
jterapin
force-pushed
the
serde-opt/6-cleanup
branch
from
September 21, 2026 16:46
77b0454 to
52dadea
Compare
jterapin
force-pushed
the
serde-opt/6-cleanup
branch
from
September 21, 2026 16:47
52dadea to
30bdfbf
Compare
jterapin
force-pushed
the
serde-opt/6-cleanup
branch
from
September 21, 2026 16:50
30bdfbf to
77b0b27
Compare
jterapin
added a commit
that referenced
this pull request
Sep 21, 2026
## Summary Migrates Smithy client plugins and parameter handling to the cached Schema metadata established by the earlier foundation PRs. - Migrates default parameters, parameter conversion, and validation to cached target-shape and collection metadata. - Uses cached required-member, streaming, host-label, idempotency-token, and event-stream metadata. - Uses cached operation metadata for checksum, host prefix, request compression, retry long-polling, and transfer encoding. - Retains a narrow trait fallback only for non-model operation doubles in retry tests. ## Out of scope - Serde micro-optimizations and compatibility fixes in #367 and #369. - Legacy helper removal in #366. - Staging runtime/regeneration work. ## Validation - smithy-client RBS task: 839 examples, 0 failures, 2 expected pending. - RuboCop and git diff --check passed.
jterapin
force-pushed
the
serde-opt/6-cleanup
branch
from
September 21, 2026 16:50
77b0b27 to
7d5e4bf
Compare
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
Removes the obsolete Schema legacy_wire_name compatibility helper after the migrated consumers no longer need it.
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