|
6 | 6 | "smithy-rs": [],
|
7 | 7 | "aws-sdk-rust": [
|
8 | 8 | {
|
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.", |
10 | 25 | "meta": {
|
11 | 26 | "bug": true,
|
12 | 27 | "breaking": false,
|
13 | 28 | "tada": false
|
14 | 29 | },
|
15 |
| - "author": [ |
16 |
| - "rcoh", |
17 |
| - "Velfi" |
| 30 | + "author": "landonxjames", |
| 31 | + "references": [ |
| 32 | + "aws-sdk-rust#1143" |
18 | 33 | ],
|
| 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", |
19 | 45 | "references": [
|
20 |
| - "smithy-rs#3656", |
21 |
| - "smithy-rs#3657" |
| 46 | + "aws-sdk-rust#1166", |
| 47 | + "smithy-rs#3639" |
22 | 48 | ],
|
23 |
| - "since-commit": "db89652d8c11cd2a2da8e887fac8b34393c182fe", |
24 |
| - "age": 5 |
| 49 | + "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630", |
| 50 | + "age": 1 |
25 | 51 | },
|
26 | 52 | {
|
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.", |
28 | 54 | "meta": {
|
29 | 55 | "bug": false,
|
30 | 56 | "breaking": false,
|
31 | 57 | "tada": false
|
32 | 58 | },
|
| 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 | + }, |
33 | 73 | "author": "Velfi",
|
34 | 74 | "references": [
|
35 |
| - "smithy-rs#1925", |
36 |
| - "smithy-rs#3673" |
| 75 | + "smithy-rs#3696" |
37 | 76 | ],
|
38 |
| - "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a", |
39 |
| - "age": 2 |
| 77 | + "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630", |
| 78 | + "age": 1 |
40 | 79 | },
|
41 | 80 | {
|
42 |
| - "message": "Fix S3 ListParts API paginator infinite loop.", |
| 81 | + "message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.", |
43 | 82 | "meta": {
|
44 | 83 | "bug": true,
|
45 | 84 | "breaking": false,
|
46 | 85 | "tada": false
|
47 | 86 | },
|
48 |
| - "author": "landonxjames", |
| 87 | + "author": "ysaito1001", |
49 | 88 | "references": [
|
50 |
| - "aws-sdk-rust#1143" |
| 89 | + "aws-sdk-rust#1163" |
51 | 90 | ],
|
52 |
| - "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a", |
53 |
| - "age": 2 |
| 91 | + "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630", |
| 92 | + "age": 1 |
54 | 93 | }
|
55 | 94 | ],
|
56 | 95 | "aws-sdk-model": []
|
|
0 commit comments