·
12 commits
to main
since this release
New this release:
- 🎉 (all, smithy-rs#4473, @ethoman) Add CBOR encoding and decoding support for
BigIntegerusing CBOR tags 2 (positive bignum) and 3 (negative bignum) as specified by RFC 8949 §3.4.3 and the Smithy RPC v2 CBOR protocol. Values that fit in CBOR major types 0 or 1 use preferred serialization (plain integers) instead of bignum tags.
Contributors
Thank you for your contributions! ❤