diff --git a/.changelog/1741027916.md b/.changelog/1741027916.md deleted file mode 100644 index 05ab4a7d6a149c637f11e4ca53df7e86b0d36ab1..0000000000000000000000000000000000000000 --- a/.changelog/1741027916.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -applies_to: -- aws-sdk-rust -- client -authors: -- aajtodd -references: -- aws-sdk-rust#977 -- smithy-rs#1925 -- smithy-rs#3710 -breaking: false -new_feature: false -bug_fix: false ---- -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). diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c5b3b985bfb5e2f6515a93e8d92f719f7bb94f..c91b4ce2cbe95d9bcd738dd0fdca4e416eaf9f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +March 10th, 2025 +================ +**New this release:** +- (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). + + March 4th, 2025 =============== **New this release:** diff --git a/aws/SDK_CHANGELOG.next.json b/aws/SDK_CHANGELOG.next.json index abd743f24c4a9758fce5a83ffd2166d0facf6747..babb1d5a5c65d3c87be3174a04d818dc63a0186c 100644 --- a/aws/SDK_CHANGELOG.next.json +++ b/aws/SDK_CHANGELOG.next.json @@ -17,7 +17,7 @@ "smithy-rs#3992" ], "since-commit": "5ed776ffe2791f577639cb25c711002719809b3a", - "age": 4 + "age": 5 }, { "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 @@ "smithy-rs#3991" ], "since-commit": "5ed776ffe2791f577639cb25c711002719809b3a", - "age": 4 + "age": 5 }, { "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 @@ "aws-sdk-rust#1244" ], "since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02", - "age": 3 + "age": 4 }, { "message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n", @@ -59,7 +59,7 @@ "aws-sdk-rust#1253" ], "since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02", - "age": 3 + "age": 4 }, { "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 @@ "aws-sdk-rust#1188" ], "since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5", - "age": 1 + "age": 2 }, { "message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n", @@ -88,6 +88,22 @@ "smithy-rs#920" ], "since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5", + "age": 2 + }, + { + "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", + "meta": { + "bug": false, + "breaking": false, + "tada": false + }, + "author": "aajtodd", + "references": [ + "aws-sdk-rust#977", + "smithy-rs#1925", + "smithy-rs#3710" + ], + "since-commit": "bdec1a232a5dfdba16bafd1f637c99a920a30734", "age": 1 } ], diff --git a/aws/sdk/Cargo.lock b/aws/sdk/Cargo.lock index cc6fd09fe3762aaacad4c253f49c97c1af561cdc..d4c3cc8d7335f0c1cb13da2bdc319cfd10b858b8 100644 --- a/aws/sdk/Cargo.lock +++ b/aws/sdk/Cargo.lock @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "aws-smithy-eventstream" -version = "0.60.7" +version = "0.60.8" dependencies = [ "arbitrary", "aws-smithy-types",