|
5 | 5 | {
|
6 | 6 | "smithy-rs": [],
|
7 | 7 | "aws-sdk-rust": [
|
8 |
| - { |
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": 5 |
22 |
| - }, |
23 |
| - { |
24 |
| - "message": "Fix S3 ListParts API paginator infinite loop.", |
25 |
| - "meta": { |
26 |
| - "bug": true, |
27 |
| - "breaking": false, |
28 |
| - "tada": false |
29 |
| - }, |
30 |
| - "author": "landonxjames", |
31 |
| - "references": [ |
32 |
| - "aws-sdk-rust#1143" |
33 |
| - ], |
34 |
| - "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a", |
35 |
| - "age": 5 |
36 |
| - }, |
37 | 8 | {
|
38 | 9 | "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 | 10 | "meta": {
|
|
47 | 18 | "smithy-rs#3639"
|
48 | 19 | ],
|
49 | 20 | "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
|
50 |
| - "age": 3 |
| 21 | + "age": 4 |
51 | 22 | },
|
52 | 23 | {
|
53 | 24 | "message": "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate.",
|
|
61 | 32 | "aws-sdk-rust#1162"
|
62 | 33 | ],
|
63 | 34 | "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
|
64 |
| - "age": 3 |
| 35 | + "age": 4 |
65 | 36 | },
|
66 | 37 | {
|
67 | 38 | "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",
|
|
75 | 46 | "smithy-rs#3696"
|
76 | 47 | ],
|
77 | 48 | "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
|
78 |
| - "age": 3 |
| 49 | + "age": 4 |
79 | 50 | },
|
80 | 51 | {
|
81 | 52 | "message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.",
|
|
89 | 60 | "aws-sdk-rust#1163"
|
90 | 61 | ],
|
91 | 62 | "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
|
92 |
| - "age": 3 |
| 63 | + "age": 4 |
93 | 64 | },
|
94 | 65 | {
|
95 | 66 | "message": "Add customizations for S3 Expires fields.",
|
|
103 | 74 | "smithy-rs#3730"
|
104 | 75 | ],
|
105 | 76 | "since-commit": "fe1b341e8f1a4ee307554f1a63bf62ec72d8c9a3",
|
| 77 | + "age": 2 |
| 78 | + }, |
| 79 | + { |
| 80 | + "message": "Fix bug where stalled stream protection would panic with an underflow if the first event was logged too soon.", |
| 81 | + "meta": { |
| 82 | + "bug": true, |
| 83 | + "breaking": false, |
| 84 | + "tada": false |
| 85 | + }, |
| 86 | + "author": "Velfi", |
| 87 | + "references": [ |
| 88 | + "smithy-rs#3744" |
| 89 | + ], |
| 90 | + "since-commit": "56f4c8e9479792b8b52cc394d563ed49a01d1dcc", |
106 | 91 | "age": 1
|
107 | 92 | }
|
108 | 93 | ],
|
|
0 commit comments