General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.28.2- Bug Fix: Avoid allocating a slice in ValidateEndpointHost by indexing into the hostname instead of using strings.Split.
- Bug Fix: Fix event stream decode panic on unknown header value type.
- Bug Fix: Fix schema-serde CBOR decode panic on malformed string/blob length.
- Bug Fix: JoinPath keeps a trailing slash when the added path is a slash.