-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
ASF: implement CBOR parser and serializer #13103
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
base: main
Are you sure you want to change the base?
Conversation
S3 Image Test Results (AMD64 / ARM64) 2 files 2 suites 8m 28s ⏱️ Results for commit 9809182. ♻️ This comment has been updated with latest results. |
Test Results - Preflight, Unit22 128 tests +4 20 390 ✅ +4 6m 46s ⏱️ +21s Results for commit 9809182. ± Comparison against base commit aa8c1ba. This pull request removes 4 and adds 8 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
81df418
to
530069d
Compare
Currently, only patch changes are allowed on main. Your PR labels (area: asf, semver: minor, skip-docs) indicate that it cannot be merged into the main at this time. |
Motivation
TBD
This is in preparation of adding support for
smithy-rpc-v2-cbor
, this is the first step in introducing a base CBOR serializer and parser. It could already be used in Kinesis when used similarly to the plainjson
protocol parser, and it was easier to test for now.We still need to add the
RPCV2
base parser and serializer, as well as the CBOR RPCV2 composites.Changes
TBD