-
Notifications
You must be signed in to change notification settings - Fork 211
Add client-support for RPC v2 CBOR #3767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
b862dd6
Add client-support for rpcv2Cbor
ysaito1001 dad444a
Update CHANGELOG.next.toml
ysaito1001 c8ef0e7
Merge branch 'main' into ysaito/smithy-rpc-v2-cbor-client-support
ysaito1001 840f61a
Switch to Markdown syntax for links and add disclaimer
ysaito1001 21e1ab2
Remove check that used to be necessary but isn't
ysaito1001 4d0b0b5
Add comment and unit test for timestamp truncation
ysaito1001 6699669
Avoid `if` when handling null for non-sparse collection
ysaito1001 4d24ece
Avoid if when determining setter wraps input with `Some`
ysaito1001 ae02348
Use `BuilderInstantiator` to avoid explicit `if`
ysaito1001 6ef41eb
Let server protocol test generator use `decode_body_data`
ysaito1001 6258fc4
Return true from `needsRequestContentLength` in `RpcV2Cbor`
ysaito1001 801af00
Use `T::from` instead of `.into()` when turning into `Enum`
ysaito1001 c9886c0
Add comment to `cbor_errors::sanitize_error_code`
ysaito1001 cb022eb
Revert adding entry to `CHANGELOG.next.toml`
ysaito1001 6e1cafd
Fix typo in the comment in `needsRequestContentLength`
ysaito1001 0e153b3
Make comment for `sanitize_error_code` descriptive
ysaito1001 4e70ca2
Make `needsRequestContentLength` more accurate
ysaito1001 56d39f4
Add comments for lambdas passed to `CborParserGenerator`
ysaito1001 54faaa7
Use `DateTime::from_str` to parse into expected value
ysaito1001 9acffc8
Call out `ErrorCorrection` fix in `CHANGELOG.next.toml`
ysaito1001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.