Skip to content

Commit f10556d

Browse files
Merge smithy-rs-release-1.x.y into main (#4072)
2 parents 2c963d0 + df9b06f commit f10556d

File tree

3 files changed

+8
-33
lines changed

3 files changed

+8
-33
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+
March 27th, 2025
3+
================
4+
25
March 25th, 2025
36
================
47
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "Fix bug in Sigv4 signing that, when an endpoint contained a default port (80 for HTTP, 443 for HTTPS), would sign the request with that port in the `HOST` header even though Hyper excludes default ports from the `HOST` header.\n",
10-
"meta": {
11-
"bug": true,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "landonxjames",
16-
"references": [
17-
"aws-sdk-rust#1244"
18-
],
19-
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
20-
"age": 5
21-
},
22-
{
23-
"message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
24-
"meta": {
25-
"bug": true,
26-
"breaking": false,
27-
"tada": false
28-
},
29-
"author": "landonxjames",
30-
"references": [
31-
"aws-sdk-rust#1253"
32-
],
33-
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
34-
"age": 5
35-
},
368
{
379
"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",
3810
"meta": {
@@ -46,7 +18,7 @@
4618
"aws-sdk-rust#1188"
4719
],
4820
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
49-
"age": 3
21+
"age": 4
5022
},
5123
{
5224
"message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n",
@@ -60,7 +32,7 @@
6032
"smithy-rs#920"
6133
],
6234
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
63-
"age": 3
35+
"age": 4
6436
},
6537
{
6638
"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",
@@ -76,7 +48,7 @@
7648
"smithy-rs#3710"
7749
],
7850
"since-commit": "bdec1a232a5dfdba16bafd1f637c99a920a30734",
79-
"age": 2
51+
"age": 3
8052
},
8153
{
8254
"message": "Update spans to better align with spec.\n",
@@ -90,7 +62,7 @@
9062
"smithy-rs#4052"
9163
],
9264
"since-commit": "7558d31f17b69bce8785ffa833c575d0b172209c",
93-
"age": 1
65+
"age": 2
9466
}
9567
],
9668
"aws-sdk-model": []

aws/sdk/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)