Unverified Commit 40d6fb9e authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot Committed by GitHub
Browse files

Merge smithy-rs-release-1.x.y into main (#3784)

parents 433e1a00 c1eeb4ea
Loading
Loading
Loading
Loading

.changelog/1722464864.md

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
---
applies_to:
- aws-sdk-rust
- client
authors:
- landonxjames
references:
- smithy-rs#3765
- smithy-rs#3757
breaking: false
new_feature: false
bug_fix: true
---
Fix incorrect redaction of `@sensitive` types in maps and lists.

.changelog/1722464947.md

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
---
applies_to:
- client
authors:
- ysaito1001
references:
- smithy-rs#3767
breaking: false
new_feature: false
bug_fix: true
---
Fix client error correction to properly parse structure members that target a `Union` containing that structure recursively.

.changelog/1722544572.md

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
---
applies_to:
- client
authors:
- Velfi
references:
- smithy-rs#3779
breaking: false
new_feature: false
bug_fix: false
---
Improve error messaging when HTTP headers aren't valid UTF-8

.changelog/1722623288.md

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
---
applies_to:
- aws-sdk-rust
authors:
- ysaito1001
references:
- smithy-rs#3781
breaking: false
new_feature: false
bug_fix: false
---
Allow [AwsUserAgent](https://docs.rs/aws-runtime/1.3.1/aws_runtime/user_agent/struct.AwsUserAgent.html) to incorporate business metrics, which now deprecates the existing feature and config metadata.
+8 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
August 8th, 2024
================
**New this release:**
- :bug: (client, [smithy-rs#3767](https://github.com/smithy-lang/smithy-rs/issues/3767)) Fix client error correction to properly parse structure members that target a `Union` containing that structure recursively.
- :bug: (client, [smithy-rs#3765](https://github.com/smithy-lang/smithy-rs/issues/3765), [smithy-rs#3757](https://github.com/smithy-lang/smithy-rs/issues/3757)) Fix incorrect redaction of `@sensitive` types in maps and lists.
- (client, [smithy-rs#3779](https://github.com/smithy-lang/smithy-rs/issues/3779)) Improve error messaging when HTTP headers aren't valid UTF-8


July 16th, 2024
===============
**New this release:**
Loading