|
5 | 5 | {
|
6 | 6 | "smithy-rs": [],
|
7 | 7 | "aws-sdk-rust": [
|
8 |
| - { |
9 |
| - "message": "Fix panics that occurred when `Duration` for exponential backoff could not be created from too big a float.", |
10 |
| - "meta": { |
11 |
| - "bug": true, |
12 |
| - "breaking": false, |
13 |
| - "tada": false |
14 |
| - }, |
15 |
| - "author": "ysaito1001", |
16 |
| - "references": [ |
17 |
| - "aws-sdk-rust#1133" |
18 |
| - ], |
19 |
| - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", |
20 |
| - "age": 5 |
21 |
| - }, |
22 |
| - { |
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.", |
24 |
| - "meta": { |
25 |
| - "bug": true, |
26 |
| - "breaking": false, |
27 |
| - "tada": false |
28 |
| - }, |
29 |
| - "author": "rcoh", |
30 |
| - "references": [ |
31 |
| - "aws-sdk-rust#1079" |
32 |
| - ], |
33 |
| - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", |
34 |
| - "age": 5 |
35 |
| - }, |
36 |
| - { |
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.", |
38 |
| - "meta": { |
39 |
| - "bug": true, |
40 |
| - "breaking": false, |
41 |
| - "tada": false |
42 |
| - }, |
43 |
| - "author": [ |
44 |
| - "aajtodd", |
45 |
| - "Velfi" |
46 |
| - ], |
47 |
| - "references": [ |
48 |
| - "aws-sdk-rust#1141", |
49 |
| - "aws-sdk-rust#1146", |
50 |
| - "aws-sdk-rust#1148" |
51 |
| - ], |
52 |
| - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", |
53 |
| - "age": 5 |
54 |
| - }, |
55 |
| - { |
56 |
| - "message": "Updating the documentation for the `app_name` method on `ConfigLoader` to indicate the order of precedence for the sources of the `AppName`.", |
57 |
| - "meta": { |
58 |
| - "bug": false, |
59 |
| - "breaking": false, |
60 |
| - "tada": false |
61 |
| - }, |
62 |
| - "author": "landonxjames", |
63 |
| - "references": [ |
64 |
| - "smithy-rs#3645" |
65 |
| - ], |
66 |
| - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", |
67 |
| - "age": 5 |
68 |
| - }, |
69 |
| - { |
70 |
| - "message": "Update MSRV to `1.76.0`", |
71 |
| - "meta": { |
72 |
| - "bug": false, |
73 |
| - "breaking": true, |
74 |
| - "tada": true |
75 |
| - }, |
76 |
| - "author": "landonxjames", |
77 |
| - "references": [ |
78 |
| - "smithy-rs#3653" |
79 |
| - ], |
80 |
| - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", |
81 |
| - "age": 5 |
82 |
| - }, |
83 |
| - { |
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", |
85 |
| - "meta": { |
86 |
| - "bug": false, |
87 |
| - "breaking": false, |
88 |
| - "tada": true |
89 |
| - }, |
90 |
| - "author": "Velfi", |
91 |
| - "references": [ |
92 |
| - "smithy-rs#2891" |
93 |
| - ], |
94 |
| - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", |
95 |
| - "age": 5 |
96 |
| - }, |
97 | 8 | {
|
98 | 9 | "message": "Fix the Content-Length enforcement so it is only applied to GET requests.",
|
99 | 10 | "meta": {
|
|
110 | 21 | "smithy-rs#3657"
|
111 | 22 | ],
|
112 | 23 | "since-commit": "db89652d8c11cd2a2da8e887fac8b34393c182fe",
|
113 |
| - "age": 4 |
| 24 | + "age": 5 |
114 | 25 | },
|
115 | 26 | {
|
116 | 27 | "message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.",
|
|
125 | 36 | "smithy-rs#3673"
|
126 | 37 | ],
|
127 | 38 | "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
|
128 |
| - "age": 1 |
| 39 | + "age": 2 |
129 | 40 | },
|
130 | 41 | {
|
131 | 42 | "message": "Fix S3 ListParts API paginator infinite loop.",
|
|
139 | 50 | "aws-sdk-rust#1143"
|
140 | 51 | ],
|
141 | 52 | "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
|
142 |
| - "age": 1 |
| 53 | + "age": 2 |
143 | 54 | }
|
144 | 55 | ],
|
145 | 56 | "aws-sdk-model": []
|
|
0 commit comments