Skip to content

Commit db90ed1

Browse files
Merge smithy-rs-release-1.x.y into main (#4110)
Merge it with `gh pr merge --admin --merge` or manually merge it with the merge commit (not squash merge).
2 parents 70c03e3 + eb9d73c commit db90ed1

File tree

2 files changed

+9
-35
lines changed

2 files changed

+9
-35
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
May 2nd, 2025
3+
=============
4+
25
April 23rd, 2025
36
================
47
**Breaking Changes:**

aws/SDK_CHANGELOG.next.json

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "Adds support for event stream operations with non-REST protocols such as AWS JSON. This update enables operations, including `SubscribeToShard` in Kinesis and `StartLiveTail` in CloudWatchLogs in the Rust SDK.\n",
10-
"meta": {
11-
"bug": false,
12-
"breaking": false,
13-
"tada": true
14-
},
15-
"author": "ysaito1001",
16-
"references": [
17-
"aws-sdk-rust#213",
18-
"aws-sdk-rust#1188"
19-
],
20-
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
21-
"age": 5
22-
},
23-
{
24-
"message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n",
25-
"meta": {
26-
"bug": true,
27-
"breaking": false,
28-
"tada": false
29-
},
30-
"author": "landonxjames",
31-
"references": [
32-
"smithy-rs#920"
33-
],
34-
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
35-
"age": 5
36-
},
378
{
389
"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",
3910
"meta": {
@@ -48,7 +19,7 @@
4819
"smithy-rs#3710"
4920
],
5021
"since-commit": "bdec1a232a5dfdba16bafd1f637c99a920a30734",
51-
"age": 4
22+
"age": 5
5223
},
5324
{
5425
"message": "Update spans to better align with spec.\n",
@@ -62,7 +33,7 @@
6233
"smithy-rs#4052"
6334
],
6435
"since-commit": "7558d31f17b69bce8785ffa833c575d0b172209c",
65-
"age": 3
36+
"age": 4
6637
},
6738
{
6839
"message": "Replace the `once_cell` crate with the `std` counterpart in AWS runtime crates.\n",
@@ -76,7 +47,7 @@
7647
"smithy-rs#4050"
7748
],
7849
"since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
79-
"age": 1
50+
"age": 2
8051
},
8152
{
8253
"message": "Fix an issue where a custom `Content-Encoding` header was incorrectly overwritten by the `aws-chunked` header value.\n",
@@ -90,7 +61,7 @@
9061
"aws-sdk-rust#1281"
9162
],
9263
"since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
93-
"age": 1
64+
"age": 2
9465
},
9566
{
9667
"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",
@@ -104,7 +75,7 @@
10475
"smithy-rs#3776"
10576
],
10677
"since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
107-
"age": 1
78+
"age": 2
10879
},
10980
{
11081
"message": "Fix service specific endpoint url keys\n",
@@ -118,7 +89,7 @@
11889
"aws-sdk-rust#1252"
11990
],
12091
"since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
121-
"age": 1
92+
"age": 2
12293
}
12394
],
12495
"aws-sdk-model": []

0 commit comments

Comments
 (0)