Commit 050d9c5b authored by Fahad Zubair's avatar Fahad Zubair
Browse files

Add changelog and fix lint issues

parent d51cc781
Loading
Loading
Loading
Loading

.changelog/2155171.md

0 → 100644
+9 −0
Original line number Diff line number Diff line
---
applies_to: ["server","client"]
authors: ["drganjoo"]
references: []
breaking: false
new_feature: true
bug_fix: false
---
Support for [rpcv2Cbor](https://smithy.io/2.0/additional-specs/protocols/smithy-rpc-v2.html) has been added, allowing services to serialize RPC payloads as CBOR (Concise Binary Object Representation), improving performance and efficiency in data transmission.
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ pub fn parse_error_metadata(
                // structures that might use different types for the message field.
                match decoder.str() {
                    Ok(message) => builder.message(message),
                    Err(_) => builder
                    Err(_) => builder,
                }
            }
            _ => {