|
5 | 5 | {
|
6 | 6 | "smithy-rs": [],
|
7 | 7 | "aws-sdk-rust": [
|
8 |
| - { |
9 |
| - "message": "imds::client::Builder::endpoint has been updated to accept a string instead of a URI. The method now returns a result instead.", |
10 |
| - "meta": { |
11 |
| - "bug": false, |
12 |
| - "breaking": true, |
13 |
| - "tada": false |
14 |
| - }, |
15 |
| - "author": "rcoh", |
16 |
| - "references": [ |
17 |
| - "smithy-rs#3205" |
18 |
| - ], |
19 |
| - "since-commit": "681bf77733a242e01458e87381a0700616c918da", |
20 |
| - "age": 5 |
21 |
| - }, |
22 |
| - { |
23 |
| - "message": "The `AssumeRoleBuilder::policy_arns` now accepts strings instead of an STS specific type", |
24 |
| - "meta": { |
25 |
| - "bug": false, |
26 |
| - "breaking": true, |
27 |
| - "tada": false |
28 |
| - }, |
29 |
| - "author": "rcoh", |
30 |
| - "references": [ |
31 |
| - "smithy-rs#3205" |
32 |
| - ], |
33 |
| - "since-commit": "681bf77733a242e01458e87381a0700616c918da", |
34 |
| - "age": 5 |
35 |
| - }, |
36 |
| - { |
37 |
| - "message": "Fix optional types in S3. Many types in S3 were modeled as non-optional but this causes serialization issues.", |
38 |
| - "meta": { |
39 |
| - "bug": false, |
40 |
| - "breaking": true, |
41 |
| - "tada": false |
42 |
| - }, |
43 |
| - "author": "rcoh", |
44 |
| - "references": [ |
45 |
| - "smithy-rs#3213" |
46 |
| - ], |
47 |
| - "since-commit": "681bf77733a242e01458e87381a0700616c918da", |
48 |
| - "age": 5 |
49 |
| - }, |
50 | 8 | {
|
51 | 9 | "message": "Add configurable stalled-stream protection for downloads.\n\nWhen making HTTP calls,\nit's possible for a connection to 'stall out' and emit no more data due to server-side issues.\nIn the event this happens, it's desirable for the stream to error out as quickly as possible.\nWhile timeouts can protect you from this issue, they aren't adaptive to the amount of data\nbeing sent and so must be configured specifically for each use case. When enabled, stalled-stream\nprotection will ensure that bad streams error out quickly, regardless of the amount of data being\ndownloaded.\n\nProtection is enabled by default for all clients but can be configured or disabled.\nSee [this discussion](https://github.com/awslabs/aws-sdk-rust/discussions/956) for more details.\n",
|
52 | 10 | "meta": {
|
|
59 | 17 | "smithy-rs#3202"
|
60 | 18 | ],
|
61 | 19 | "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
|
62 |
| - "age": 4 |
| 20 | + "age": 5 |
63 | 21 | },
|
64 | 22 | {
|
65 | 23 | "message": "Make certain types for EMR Serverless optional. Previously, they defaulted to 0, but this created invalid requests.",
|
|
73 | 31 | "smithy-rs#3217"
|
74 | 32 | ],
|
75 | 33 | "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
|
76 |
| - "age": 4 |
| 34 | + "age": 5 |
77 | 35 | },
|
78 | 36 | {
|
79 | 37 | "message": "Prevent multiplication overflow in backoff computation",
|
|
88 | 46 | "aws-sdk-rust#960"
|
89 | 47 | ],
|
90 | 48 | "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
|
91 |
| - "age": 4 |
| 49 | + "age": 5 |
92 | 50 | },
|
93 | 51 | {
|
94 | 52 | "message": "Make some types for various services optional. Previously, they defaulted to 0, but this created invalid requests.",
|
|
102 | 60 | "smithy-rs#3228"
|
103 | 61 | ],
|
104 | 62 | "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
|
105 |
| - "age": 4 |
| 63 | + "age": 5 |
106 | 64 | },
|
107 | 65 | {
|
108 | 66 | "message": "Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations\nwere ignored by the Rust compiler (we found out later that `#[deprecated]` on `pub use` doesn't work). See\nthe [deprecations removal list](https://github.com/smithy-lang/smithy-rs/discussions/3223) for more details.\n",
|
|
116 | 74 | "smithy-rs#3222"
|
117 | 75 | ],
|
118 | 76 | "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
|
119 |
| - "age": 4 |
| 77 | + "age": 5 |
120 | 78 | },
|
121 | 79 | {
|
122 | 80 | "message": "Add `Display` impl for `DateTime`.",
|
|
130 | 88 | "smithy-rs#3183"
|
131 | 89 | ],
|
132 | 90 | "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
|
133 |
| - "age": 4 |
| 91 | + "age": 5 |
134 | 92 | },
|
135 | 93 | {
|
136 | 94 | "message": "Types/functions that were previously `#[doc(hidden)]` in `aws-config`, `aws-inlineable`, `aws-types`, and the SDK crates are now visible. For those that are not intended to be used directly, they are called out in their docs as such.",
|
|
144 | 102 | "smithy-rs#3226"
|
145 | 103 | ],
|
146 | 104 | "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
|
147 |
| - "age": 4 |
| 105 | + "age": 5 |
148 | 106 | },
|
149 | 107 | {
|
150 | 108 | "message": "Make properties of S3Control PublicAccessBlockConfiguration optional. Previously, they defaulted to false, but this created invalid requests.",
|
|
158 | 116 | "smithy-rs#3246"
|
159 | 117 | ],
|
160 | 118 | "since-commit": "e155c3048b9989fe406ef575d461ea01dfaf294c",
|
161 |
| - "age": 3 |
| 119 | + "age": 4 |
162 | 120 | },
|
163 | 121 | {
|
164 | 122 | "message": "Allow `--` to be used in bucket names for S3",
|
|
172 | 130 | "smithy-rs#3253"
|
173 | 131 | ],
|
174 | 132 | "since-commit": "48e3c95a3f10eebd5a637f8e7670c4232cdabbe4",
|
175 |
| - "age": 2 |
| 133 | + "age": 3 |
| 134 | + }, |
| 135 | + { |
| 136 | + "message": "Retry additional classes of H2 errors (H2 GoAway & H2 ResetStream)", |
| 137 | + "meta": { |
| 138 | + "bug": false, |
| 139 | + "breaking": false, |
| 140 | + "tada": false |
| 141 | + }, |
| 142 | + "author": "rcoh", |
| 143 | + "references": [ |
| 144 | + "aws-sdk-rust#738", |
| 145 | + "aws-sdk-rust#858" |
| 146 | + ], |
| 147 | + "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7", |
| 148 | + "age": 1 |
| 149 | + }, |
| 150 | + { |
| 151 | + "message": "Make some properties for IoT types optional. Previously, they defaulted to false, but that isn't how the service actual works.", |
| 152 | + "meta": { |
| 153 | + "bug": true, |
| 154 | + "breaking": true, |
| 155 | + "tada": false |
| 156 | + }, |
| 157 | + "author": "milesziemer", |
| 158 | + "references": [ |
| 159 | + "smithy-rs#3256" |
| 160 | + ], |
| 161 | + "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7", |
| 162 | + "age": 1 |
176 | 163 | }
|
177 | 164 | ],
|
178 | 165 | "aws-sdk-model": []
|
|
0 commit comments