Skip to content

Commit a415cfe

Browse files
Merge smithy-rs-release-1.x.y into main (#3702)
2 parents 57ed310 + 255a74a commit a415cfe

File tree

3 files changed

+61
-52
lines changed

3 files changed

+61
-52
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+
June 17th, 2024
3+
===============
4+
25
June 12th, 2024
36
===============
47

CHANGELOG.next.toml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,4 @@
99
# message = "Fix typos in module documentation for generated crates"
1010
# references = ["smithy-rs#920"]
1111
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
12-
# author = "rcoh"
13-
14-
[[aws-sdk-rust]]
15-
message = """
16-
Stalled stream protection will no longer be applied to the following Lambda operations: [Invoke], [InvokeAsync], [InvokeWithResponseStream].
17-
18-
[Invoke]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke
19-
[InvokeAsync]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_async
20-
[InvokeWithResponseStream]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_with_response_stream
21-
"""
22-
references = ["aws-sdk-rust#1166", "smithy-rs#3639"]
23-
meta = { "breaking" = false, "tada" = false, "bug" = true }
24-
author = "Velfi"
25-
26-
[[aws-sdk-rust]]
27-
message = "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate."
28-
references = ["aws-sdk-rust#1162"]
29-
meta = { "breaking" = false, "tada" = false, "bug" = false }
30-
author = "ysaito1001"
31-
32-
[[aws-sdk-rust]]
33-
message = """
34-
Pre-signed requests may now be converted to Http v1.x requests. This requires enabling the `http-1x` feature for the SDK in question.
35-
Then, call `PresignedRequest::make_http_1x_request` or `PresignedRequest::into_http_1x_request`.
36-
"""
37-
references = ["smithy-rs#3696"]
38-
meta = { "breaking" = false, "tada" = true, "bug" = false }
39-
author = "Velfi"
40-
41-
[[aws-sdk-rust]]
42-
message = "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries."
43-
references = ["aws-sdk-rust#1163"]
44-
meta = { "breaking" = false, "tada" = false, "bug" = true }
45-
author = "ysaito1001"
12+
# author = "rcoh"

aws/SDK_CHANGELOG.next.json

Lines changed: 57 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,90 @@
66
"smithy-rs": [],
77
"aws-sdk-rust": [
88
{
9-
"message": "Fix the Content-Length enforcement so it is only applied to GET requests.",
9+
"message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.",
10+
"meta": {
11+
"bug": false,
12+
"breaking": false,
13+
"tada": false
14+
},
15+
"author": "Velfi",
16+
"references": [
17+
"smithy-rs#1925",
18+
"smithy-rs#3673"
19+
],
20+
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
21+
"age": 3
22+
},
23+
{
24+
"message": "Fix S3 ListParts API paginator infinite loop.",
1025
"meta": {
1126
"bug": true,
1227
"breaking": false,
1328
"tada": false
1429
},
15-
"author": [
16-
"rcoh",
17-
"Velfi"
30+
"author": "landonxjames",
31+
"references": [
32+
"aws-sdk-rust#1143"
1833
],
34+
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
35+
"age": 3
36+
},
37+
{
38+
"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",
39+
"meta": {
40+
"bug": true,
41+
"breaking": false,
42+
"tada": false
43+
},
44+
"author": "Velfi",
1945
"references": [
20-
"smithy-rs#3656",
21-
"smithy-rs#3657"
46+
"aws-sdk-rust#1166",
47+
"smithy-rs#3639"
2248
],
23-
"since-commit": "db89652d8c11cd2a2da8e887fac8b34393c182fe",
24-
"age": 5
49+
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
50+
"age": 1
2551
},
2652
{
27-
"message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.",
53+
"message": "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate.",
2854
"meta": {
2955
"bug": false,
3056
"breaking": false,
3157
"tada": false
3258
},
59+
"author": "ysaito1001",
60+
"references": [
61+
"aws-sdk-rust#1162"
62+
],
63+
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
64+
"age": 1
65+
},
66+
{
67+
"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",
68+
"meta": {
69+
"bug": false,
70+
"breaking": false,
71+
"tada": true
72+
},
3373
"author": "Velfi",
3474
"references": [
35-
"smithy-rs#1925",
36-
"smithy-rs#3673"
75+
"smithy-rs#3696"
3776
],
38-
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
39-
"age": 2
77+
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
78+
"age": 1
4079
},
4180
{
42-
"message": "Fix S3 ListParts API paginator infinite loop.",
81+
"message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.",
4382
"meta": {
4483
"bug": true,
4584
"breaking": false,
4685
"tada": false
4786
},
48-
"author": "landonxjames",
87+
"author": "ysaito1001",
4988
"references": [
50-
"aws-sdk-rust#1143"
89+
"aws-sdk-rust#1163"
5190
],
52-
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
53-
"age": 2
91+
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
92+
"age": 1
5493
}
5594
],
5695
"aws-sdk-model": []

0 commit comments

Comments
 (0)