Skip to content

Commit 94dbe3b

Browse files
Merge smithy-rs-release-1.x.y into main (#4043)
2 parents bdec1a2 + 499a9d4 commit 94dbe3b

File tree

4 files changed

+28
-21
lines changed

4 files changed

+28
-21
lines changed

.changelog/1741027916.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
March 10th, 2025
3+
================
4+
**New this release:**
5+
- (client, [aws-sdk-rust#977](https://github.com/awslabs/aws-sdk-rust/issues/977), [smithy-rs#1925](https://github.com/smithy-lang/smithy-rs/issues/1925), [smithy-rs#3710](https://github.com/smithy-lang/smithy-rs/issues/3710)) 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).
6+
7+
28
March 4th, 2025
39
===============
410
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"smithy-rs#3992"
1818
],
1919
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
20-
"age": 4
20+
"age": 5
2121
},
2222
{
2323
"message": "Exclude `transfer-encoding` header from sigv4(a) signing since it is a hop by hop header that can be modified or removed by a proxy.\n",
@@ -31,7 +31,7 @@
3131
"smithy-rs#3991"
3232
],
3333
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
34-
"age": 4
34+
"age": 5
3535
},
3636
{
3737
"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",
@@ -45,7 +45,7 @@
4545
"aws-sdk-rust#1244"
4646
],
4747
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
48-
"age": 3
48+
"age": 4
4949
},
5050
{
5151
"message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
@@ -59,7 +59,7 @@
5959
"aws-sdk-rust#1253"
6060
],
6161
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
62-
"age": 3
62+
"age": 4
6363
},
6464
{
6565
"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",
@@ -74,7 +74,7 @@
7474
"aws-sdk-rust#1188"
7575
],
7676
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
77-
"age": 1
77+
"age": 2
7878
},
7979
{
8080
"message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n",
@@ -88,6 +88,22 @@
8888
"smithy-rs#920"
8989
],
9090
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
91+
"age": 2
92+
},
93+
{
94+
"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",
95+
"meta": {
96+
"bug": false,
97+
"breaking": false,
98+
"tada": false
99+
},
100+
"author": "aajtodd",
101+
"references": [
102+
"aws-sdk-rust#977",
103+
"smithy-rs#1925",
104+
"smithy-rs#3710"
105+
],
106+
"since-commit": "bdec1a232a5dfdba16bafd1f637c99a920a30734",
91107
"age": 1
92108
}
93109
],

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)