Skip to content

Commit ceb26c5

Browse files
Merge smithy-rs-release-1.x.y into main (#4104)
2 parents f0c92d9 + 2164bac commit ceb26c5

File tree

9 files changed

+74
-88
lines changed

9 files changed

+74
-88
lines changed

.changelog/1742673776.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changelog/1742674486.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changelog/1743016749.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changelog/1743173123.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changelog/1745264370.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changelog/1745265476.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changelog/1745291346.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
April 23rd, 2025
3+
================
4+
**Breaking Changes:**
5+
- :warning: (client, [smithy-rs#3776](https://github.com/smithy-lang/smithy-rs/issues/3776)) [AuthSchemeId](https://docs.rs/aws-smithy-runtime-api/1.7.4/aws_smithy_runtime_api/client/auth/struct.AuthSchemeId.html) no longer implements the `Copy` trait. This type has primarily been used by the Smithy code generator, so this change is not expected to affect users of SDKs.
6+
7+
**New this release:**
8+
- (all, [smithy-rs#4050](https://github.com/smithy-lang/smithy-rs/issues/4050), @FalkWoldmann) Replace the `once_cell` crate with the `std` counterpart in Smithy runtime crates.
9+
- (client) remove redundant span attributes and improve log output format
10+
11+
**Contributors**
12+
Thank you for your contributions! ❤
13+
- @FalkWoldmann ([smithy-rs#4050](https://github.com/smithy-lang/smithy-rs/issues/4050))
14+
15+
216
March 27th, 2025
317
================
418

aws/SDK_CHANGELOG.next.json

Lines changed: 60 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"aws-sdk-rust#1188"
1919
],
2020
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
21-
"age": 4
21+
"age": 5
2222
},
2323
{
2424
"message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n",
@@ -32,7 +32,7 @@
3232
"smithy-rs#920"
3333
],
3434
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
35-
"age": 4
35+
"age": 5
3636
},
3737
{
3838
"message": "Updates the default HTTP client to be based on the 1.x version of hyper and updates the default TLS provider to [rustls](https://github.com/rustls/rustls) with [aws-lc](https://github.com/aws/aws-lc-rs). For more information see the GitHub [discussion](https://github.com/awslabs/aws-sdk-rust/discussions/1257).\n",
@@ -48,7 +48,7 @@
4848
"smithy-rs#3710"
4949
],
5050
"since-commit": "bdec1a232a5dfdba16bafd1f637c99a920a30734",
51-
"age": 3
51+
"age": 4
5252
},
5353
{
5454
"message": "Update spans to better align with spec.\n",
@@ -62,7 +62,63 @@
6262
"smithy-rs#4052"
6363
],
6464
"since-commit": "7558d31f17b69bce8785ffa833c575d0b172209c",
65-
"age": 2
65+
"age": 3
66+
},
67+
{
68+
"message": "Replace the `once_cell` crate with the `std` counterpart in AWS runtime crates.\n",
69+
"meta": {
70+
"bug": false,
71+
"breaking": false,
72+
"tada": false
73+
},
74+
"author": "FalkWoldmann",
75+
"references": [
76+
"smithy-rs#4050"
77+
],
78+
"since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
79+
"age": 1
80+
},
81+
{
82+
"message": "Fix an issue where a custom `Content-Encoding` header was incorrectly overwritten by the `aws-chunked` header value.\n",
83+
"meta": {
84+
"bug": true,
85+
"breaking": false,
86+
"tada": false
87+
},
88+
"author": "ysaito1001",
89+
"references": [
90+
"aws-sdk-rust#1281"
91+
],
92+
"since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
93+
"age": 1
94+
},
95+
{
96+
"message": "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).\n",
97+
"meta": {
98+
"bug": false,
99+
"breaking": false,
100+
"tada": true
101+
},
102+
"author": "ysaito1001",
103+
"references": [
104+
"smithy-rs#3776"
105+
],
106+
"since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
107+
"age": 1
108+
},
109+
{
110+
"message": "Fix service specific endpoint url keys\n",
111+
"meta": {
112+
"bug": true,
113+
"breaking": false,
114+
"tada": false
115+
},
116+
"author": "aajtodd",
117+
"references": [
118+
"aws-sdk-rust#1252"
119+
],
120+
"since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
121+
"age": 1
66122
}
67123
],
68124
"aws-sdk-model": []

0 commit comments

Comments
 (0)