|
5 | 5 | {
|
6 | 6 | "smithy-rs": [],
|
7 | 7 | "aws-sdk-rust": [
|
8 |
| - { |
9 |
| - "message": "`aws-config::loader::ConfigLoader` now creates an `IdentityCache` by default when using `BehaviorVersion::v2024_03_28()`\nor newer. If you're using `BehaviorVersion::latest()`, you will get this change automatically when updating. This\nallows clients created from `SdkConfig` to use the same cache instance by default resulting in fewer cache misses\nwhen using multiple clients.\n", |
10 |
| - "meta": { |
11 |
| - "bug": false, |
12 |
| - "breaking": false, |
13 |
| - "tada": true |
14 |
| - }, |
15 |
| - "author": "aajtodd", |
16 |
| - "references": [ |
17 |
| - "smithy-rs#3427" |
18 |
| - ], |
19 |
| - "since-commit": "51429ad43da1b62013535aab643c24530f3e44bd", |
20 |
| - "age": 5 |
21 |
| - }, |
22 |
| - { |
23 |
| - "message": "Stalled stream protection on uploads is now enabled by default behind `BehaviorVersion::v2024_03_28()`. If you're using `BehaviorVersion::latest()`, you will get this change automatically by running `cargo update`. Updating your SDK is not necessary, this change will happen when a new version of the client libraries are consumed.", |
24 |
| - "meta": { |
25 |
| - "bug": false, |
26 |
| - "breaking": true, |
27 |
| - "tada": true |
28 |
| - }, |
29 |
| - "author": "jdisanti", |
30 |
| - "references": [ |
31 |
| - "smithy-rs#3527" |
32 |
| - ], |
33 |
| - "since-commit": "51429ad43da1b62013535aab643c24530f3e44bd", |
34 |
| - "age": 5 |
35 |
| - }, |
36 | 8 | {
|
37 | 9 | "message": "Fix panics that occurred when `Duration` for exponential backoff could not be created from too big a float.",
|
38 | 10 | "meta": {
|
|
45 | 17 | "aws-sdk-rust#1133"
|
46 | 18 | ],
|
47 | 19 | "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
|
48 |
| - "age": 4 |
| 20 | + "age": 5 |
49 | 21 | },
|
50 | 22 | {
|
51 | 23 | "message": "Clients now enforce that the Content-Length sent by the server matches the length of the returned response body. In most cases, Hyper will enforce this behavior, however, in extremely rare circumstances where the Tokio runtime is dropped in between subsequent requests, this scenario can occur.",
|
|
59 | 31 | "aws-sdk-rust#1079"
|
60 | 32 | ],
|
61 | 33 | "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
|
62 |
| - "age": 4 |
| 34 | + "age": 5 |
63 | 35 | },
|
64 | 36 | {
|
65 | 37 | "message": "Fixes stalled upload stream protection to not apply to empty request bodies and to stop checking for violations once the request body has been read.",
|
|
78 | 50 | "aws-sdk-rust#1148"
|
79 | 51 | ],
|
80 | 52 | "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
|
81 |
| - "age": 4 |
| 53 | + "age": 5 |
82 | 54 | },
|
83 | 55 | {
|
84 | 56 | "message": "Updating the documentation for the `app_name` method on `ConfigLoader` to indicate the order of precedence for the sources of the `AppName`.",
|
|
92 | 64 | "smithy-rs#3645"
|
93 | 65 | ],
|
94 | 66 | "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
|
95 |
| - "age": 4 |
| 67 | + "age": 5 |
96 | 68 | },
|
97 | 69 | {
|
98 | 70 | "message": "Update MSRV to `1.76.0`",
|
|
106 | 78 | "smithy-rs#3653"
|
107 | 79 | ],
|
108 | 80 | "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
|
109 |
| - "age": 4 |
| 81 | + "age": 5 |
110 | 82 | },
|
111 | 83 | {
|
112 | 84 | "message": "Compression is now supported for operations modeled with the `@requestCompression` trait.\n\n[**For more details, see the long-form changelog discussion**](https://github.com/smithy-lang/smithy-rs/discussions/3646).\n",
|
|
120 | 92 | "smithy-rs#2891"
|
121 | 93 | ],
|
122 | 94 | "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
|
123 |
| - "age": 4 |
| 95 | + "age": 5 |
124 | 96 | },
|
125 | 97 | {
|
126 | 98 | "message": "Fix the Content-Length enforcement so it is only applied to GET requests.",
|
|
138 | 110 | "smithy-rs#3657"
|
139 | 111 | ],
|
140 | 112 | "since-commit": "db89652d8c11cd2a2da8e887fac8b34393c182fe",
|
141 |
| - "age": 3 |
| 113 | + "age": 4 |
| 114 | + }, |
| 115 | + { |
| 116 | + "message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.", |
| 117 | + "meta": { |
| 118 | + "bug": false, |
| 119 | + "breaking": false, |
| 120 | + "tada": false |
| 121 | + }, |
| 122 | + "author": "Velfi", |
| 123 | + "references": [ |
| 124 | + "smithy-rs#1925", |
| 125 | + "smithy-rs#3673" |
| 126 | + ], |
| 127 | + "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a", |
| 128 | + "age": 1 |
| 129 | + }, |
| 130 | + { |
| 131 | + "message": "Fix S3 ListParts API paginator infinite loop.", |
| 132 | + "meta": { |
| 133 | + "bug": true, |
| 134 | + "breaking": false, |
| 135 | + "tada": false |
| 136 | + }, |
| 137 | + "author": "landonxjames", |
| 138 | + "references": [ |
| 139 | + "aws-sdk-rust#1143" |
| 140 | + ], |
| 141 | + "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a", |
| 142 | + "age": 1 |
142 | 143 | }
|
143 | 144 | ],
|
144 | 145 | "aws-sdk-model": []
|
|
0 commit comments