Unverified Commit ceb26c5c 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 (#4104)

parents f0c92d92 2164bac5
Loading
Loading
Loading
Loading

.changelog/1742673776.md

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
---
applies_to:
- client
- server
authors:
- FalkWoldmann
references:
- smithy-rs#4050
breaking: false
new_feature: false
bug_fix: false
---
Replace the `once_cell` crate with the `std` counterpart in Smithy runtime crates.

.changelog/1742674486.md

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
---
applies_to:
- aws-sdk-rust
authors:
- FalkWoldmann
references:
- smithy-rs#4050
breaking: false
new_feature: false
bug_fix: false
---
Replace the `once_cell` crate with the `std` counterpart in AWS runtime crates.

.changelog/1743016749.md

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
---
applies_to:
- aws-sdk-rust
authors:
- aajtodd
references:
- aws-sdk-rust#1252
breaking: false
new_feature: false
bug_fix: true
---
Fix service specific endpoint url keys

.changelog/1743173123.md

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
---
applies_to:
- client
authors:
- aajtodd
references: []
breaking: false
new_feature: false
bug_fix: false
---
remove redundant span attributes and improve log output format

.changelog/1745264370.md

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
---
applies_to:
- aws-sdk-rust
authors:
- ysaito1001
references:
- smithy-rs#3776
breaking: false
new_feature: true
bug_fix: false
---
Add support for the account-based endpoints in AWS SDKs. For more details, please refer to the [AWS SDKs and Tools Reference Guide on Account-Based Endpoints](https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html).
Loading