diff --git a/CHANGELOG.md b/CHANGELOG.md index be137afc8ab3c7a89b825e97755c6cc137d4693f..5bee343c992c5174bb7400e892362e1426a5f9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +July 16th, 2024 +=============== +**New this release:** +- (client, [smithy-rs#3742](https://github.com/smithy-lang/smithy-rs/issues/3742)) Support `stringArray` type in endpoints params +- (client, [smithy-rs#3755](https://github.com/smithy-lang/smithy-rs/issues/3755)) Add support for `operationContextParams` Endpoints trait +- (client, [smithy-rs#3591](https://github.com/smithy-lang/smithy-rs/issues/3591)) `aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in generated clients so that using these types does not require directly depending on `aws-smithy-runtime-api`. + + July 9th, 2024 ============== **Breaking Changes:** diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index a168393287a66294df29043472a9f820b582fa74..fc4c4c2578b5c5f185517bd30b00e87999da307c 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -9,28 +9,4 @@ # message = "Fix typos in module documentation for generated crates" # references = ["smithy-rs#920"] # meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"} -# author = "rcoh" - -[[smithy-rs]] -message = "Support `stringArray` type in endpoints params" -references = ["smithy-rs#3742"] -meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"} -author = "landonxjames" - -[[smithy-rs]] -message = "Add support for `operationContextParams` Endpoints trait" -references = ["smithy-rs#3755"] -meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"} -author = "landonxjames" - -[[aws-sdk-rust]] -message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in AWS SDK clients so that using these types does not require directly depending on `aws-smithy-runtime-api`." -references = ["smithy-rs#3591"] -meta = { "breaking" = false, "tada" = false, "bug" = false } -author = "ysaito1001" - -[[smithy-rs]] -message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in generated clients so that using these types does not require directly depending on `aws-smithy-runtime-api`." -references = ["smithy-rs#3591"] -meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" } -author = "ysaito1001" +# author = "rcoh" \ No newline at end of file diff --git a/aws/SDK_CHANGELOG.next.json b/aws/SDK_CHANGELOG.next.json index e0a9b67e50852839fe5d03486a8a9699b3920f03..3e759625fe3ffba1ada9672ef603ab57e8d6a063 100644 --- a/aws/SDK_CHANGELOG.next.json +++ b/aws/SDK_CHANGELOG.next.json @@ -18,7 +18,7 @@ "smithy-rs#3639" ], "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630", - "age": 4 + "age": 5 }, { "message": "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate.", @@ -32,7 +32,7 @@ "aws-sdk-rust#1162" ], "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630", - "age": 4 + "age": 5 }, { "message": "Pre-signed requests may now be converted to Http v1.x requests. This requires enabling the `http-1x` feature for the SDK in question.\nThen, call `PresignedRequest::make_http_1x_request` or `PresignedRequest::into_http_1x_request`.\n", @@ -46,7 +46,7 @@ "smithy-rs#3696" ], "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630", - "age": 4 + "age": 5 }, { "message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.", @@ -60,7 +60,7 @@ "aws-sdk-rust#1163" ], "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630", - "age": 4 + "age": 5 }, { "message": "Add customizations for S3 Expires fields.", @@ -74,7 +74,7 @@ "smithy-rs#3730" ], "since-commit": "fe1b341e8f1a4ee307554f1a63bf62ec72d8c9a3", - "age": 2 + "age": 3 }, { "message": "Fix bug where stalled stream protection would panic with an underflow if the first event was logged too soon.", @@ -88,6 +88,20 @@ "smithy-rs#3744" ], "since-commit": "56f4c8e9479792b8b52cc394d563ed49a01d1dcc", + "age": 2 + }, + { + "message": "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in AWS SDK clients so that using these types does not require directly depending on `aws-smithy-runtime-api`.", + "meta": { + "bug": false, + "breaking": false, + "tada": false + }, + "author": "ysaito1001", + "references": [ + "smithy-rs#3591" + ], + "since-commit": "8d23be1392c46a4d59c2910c3dab00ecaad2cf26", "age": 1 } ],