Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci committed Jun 17, 2024
1 parent 57ed310 commit 255a74a
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 52 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
June 17th, 2024
===============

June 12th, 2024
===============

Expand Down
35 changes: 1 addition & 34 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +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"

[[aws-sdk-rust]]
message = """
Stalled stream protection will no longer be applied to the following Lambda operations: [Invoke], [InvokeAsync], [InvokeWithResponseStream].
[Invoke]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke
[InvokeAsync]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_async
[InvokeWithResponseStream]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_with_response_stream
"""
references = ["aws-sdk-rust#1166", "smithy-rs#3639"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "Velfi"

[[aws-sdk-rust]]
message = "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate."
references = ["aws-sdk-rust#1162"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "ysaito1001"

[[aws-sdk-rust]]
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.
Then, call `PresignedRequest::make_http_1x_request` or `PresignedRequest::into_http_1x_request`.
"""
references = ["smithy-rs#3696"]
meta = { "breaking" = false, "tada" = true, "bug" = false }
author = "Velfi"

[[aws-sdk-rust]]
message = "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries."
references = ["aws-sdk-rust#1163"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "ysaito1001"
# author = "rcoh"
75 changes: 57 additions & 18 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,90 @@
"smithy-rs": [],
"aws-sdk-rust": [
{
"message": "Fix the Content-Length enforcement so it is only applied to GET requests.",
"message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "Velfi",
"references": [
"smithy-rs#1925",
"smithy-rs#3673"
],
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
"age": 3
},
{
"message": "Fix S3 ListParts API paginator infinite loop.",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": [
"rcoh",
"Velfi"
"author": "landonxjames",
"references": [
"aws-sdk-rust#1143"
],
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
"age": 3
},
{
"message": "Stalled stream protection will no longer be applied to the following Lambda operations: [Invoke], [InvokeAsync], [InvokeWithResponseStream].\n\n[Invoke]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke\n[InvokeAsync]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_async\n[InvokeWithResponseStream]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_with_response_stream\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "Velfi",
"references": [
"smithy-rs#3656",
"smithy-rs#3657"
"aws-sdk-rust#1166",
"smithy-rs#3639"
],
"since-commit": "db89652d8c11cd2a2da8e887fac8b34393c182fe",
"age": 5
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
"age": 1
},
{
"message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.",
"message": "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate.",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "ysaito1001",
"references": [
"aws-sdk-rust#1162"
],
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
"age": 1
},
{
"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",
"meta": {
"bug": false,
"breaking": false,
"tada": true
},
"author": "Velfi",
"references": [
"smithy-rs#1925",
"smithy-rs#3673"
"smithy-rs#3696"
],
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
"age": 2
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
"age": 1
},
{
"message": "Fix S3 ListParts API paginator infinite loop.",
"message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "landonxjames",
"author": "ysaito1001",
"references": [
"aws-sdk-rust#1143"
"aws-sdk-rust#1163"
],
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
"age": 2
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
"age": 1
}
],
"aws-sdk-model": []
Expand Down

0 comments on commit 255a74a

Please sign in to comment.