|
6 | 6 | "smithy-rs": [],
|
7 | 7 | "aws-sdk-rust": [
|
8 | 8 | {
|
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", |
10 |
| - "meta": { |
11 |
| - "bug": false, |
12 |
| - "breaking": true, |
13 |
| - "tada": true |
14 |
| - }, |
15 |
| - "author": "Velfi", |
16 |
| - "references": [ |
17 |
| - "smithy-rs#3202" |
18 |
| - ], |
19 |
| - "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5", |
20 |
| - "age": 5 |
21 |
| - }, |
22 |
| - { |
23 |
| - "message": "Make certain types for EMR Serverless optional. Previously, they defaulted to 0, but this created invalid requests.", |
| 9 | + "message": "Make properties of S3Control PublicAccessBlockConfiguration optional. Previously, they defaulted to false, but this created invalid requests.", |
24 | 10 | "meta": {
|
25 | 11 | "bug": true,
|
26 | 12 | "breaking": true,
|
27 | 13 | "tada": false
|
28 | 14 | },
|
29 | 15 | "author": "milesziemer",
|
30 | 16 | "references": [
|
31 |
| - "smithy-rs#3217" |
| 17 | + "smithy-rs#3246" |
32 | 18 | ],
|
33 |
| - "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5", |
| 19 | + "since-commit": "e155c3048b9989fe406ef575d461ea01dfaf294c", |
34 | 20 | "age": 5
|
35 | 21 | },
|
36 | 22 | {
|
37 |
| - "message": "Prevent multiplication overflow in backoff computation", |
| 23 | + "message": "Allow `--` to be used in bucket names for S3", |
38 | 24 | "meta": {
|
39 | 25 | "bug": true,
|
40 | 26 | "breaking": false,
|
41 | 27 | "tada": false
|
42 | 28 | },
|
43 | 29 | "author": "rcoh",
|
44 | 30 | "references": [
|
45 |
| - "smithy-rs#3229", |
46 |
| - "aws-sdk-rust#960" |
47 |
| - ], |
48 |
| - "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5", |
49 |
| - "age": 5 |
50 |
| - }, |
51 |
| - { |
52 |
| - "message": "Make some types for various services optional. Previously, they defaulted to 0, but this created invalid requests.", |
53 |
| - "meta": { |
54 |
| - "bug": true, |
55 |
| - "breaking": true, |
56 |
| - "tada": false |
57 |
| - }, |
58 |
| - "author": "milesziemer", |
59 |
| - "references": [ |
60 |
| - "smithy-rs#3228" |
61 |
| - ], |
62 |
| - "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5", |
63 |
| - "age": 5 |
64 |
| - }, |
65 |
| - { |
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", |
67 |
| - "meta": { |
68 |
| - "bug": false, |
69 |
| - "breaking": true, |
70 |
| - "tada": false |
71 |
| - }, |
72 |
| - "author": "jdisanti", |
73 |
| - "references": [ |
74 |
| - "smithy-rs#3222" |
75 |
| - ], |
76 |
| - "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5", |
77 |
| - "age": 5 |
78 |
| - }, |
79 |
| - { |
80 |
| - "message": "Add `Display` impl for `DateTime`.", |
81 |
| - "meta": { |
82 |
| - "bug": false, |
83 |
| - "breaking": false, |
84 |
| - "tada": true |
85 |
| - }, |
86 |
| - "author": "HakanVardarr", |
87 |
| - "references": [ |
88 |
| - "smithy-rs#3183" |
| 31 | + "smithy-rs#3253" |
89 | 32 | ],
|
90 |
| - "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5", |
91 |
| - "age": 5 |
| 33 | + "since-commit": "48e3c95a3f10eebd5a637f8e7670c4232cdabbe4", |
| 34 | + "age": 4 |
92 | 35 | },
|
93 | 36 | {
|
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.", |
| 37 | + "message": "Retry additional classes of H2 errors (H2 GoAway & H2 ResetStream)", |
95 | 38 | "meta": {
|
96 | 39 | "bug": false,
|
97 | 40 | "breaking": false,
|
98 | 41 | "tada": false
|
99 | 42 | },
|
100 |
| - "author": "ysaito1001", |
| 43 | + "author": "rcoh", |
101 | 44 | "references": [
|
102 |
| - "smithy-rs#3226" |
| 45 | + "aws-sdk-rust#738", |
| 46 | + "aws-sdk-rust#858" |
103 | 47 | ],
|
104 |
| - "since-commit": "f66f9246bccc376462ef47aec5707569fca214f5", |
105 |
| - "age": 5 |
| 48 | + "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7", |
| 49 | + "age": 2 |
106 | 50 | },
|
107 | 51 | {
|
108 |
| - "message": "Make properties of S3Control PublicAccessBlockConfiguration optional. Previously, they defaulted to false, but this created invalid requests.", |
| 52 | + "message": "Make some properties for IoT types optional. Previously, they defaulted to false, but that isn't how the service actual works.", |
109 | 53 | "meta": {
|
110 | 54 | "bug": true,
|
111 | 55 | "breaking": true,
|
112 | 56 | "tada": false
|
113 | 57 | },
|
114 | 58 | "author": "milesziemer",
|
115 | 59 | "references": [
|
116 |
| - "smithy-rs#3246" |
| 60 | + "smithy-rs#3256" |
117 | 61 | ],
|
118 |
| - "since-commit": "e155c3048b9989fe406ef575d461ea01dfaf294c", |
119 |
| - "age": 4 |
| 62 | + "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7", |
| 63 | + "age": 2 |
120 | 64 | },
|
121 | 65 | {
|
122 |
| - "message": "Allow `--` to be used in bucket names for S3", |
| 66 | + "message": "Fix `config::Builder::set_credentials_provider` to override a credentials provider previously set.", |
123 | 67 | "meta": {
|
124 | 68 | "bug": true,
|
125 | 69 | "breaking": false,
|
126 | 70 | "tada": false
|
127 | 71 | },
|
128 |
| - "author": "rcoh", |
| 72 | + "author": "ysaito1001", |
129 | 73 | "references": [
|
130 |
| - "smithy-rs#3253" |
| 74 | + "aws-sdk-rust#973", |
| 75 | + "smithy-rs#3278" |
131 | 76 | ],
|
132 |
| - "since-commit": "48e3c95a3f10eebd5a637f8e7670c4232cdabbe4", |
133 |
| - "age": 3 |
| 77 | + "since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c", |
| 78 | + "age": 1 |
134 | 79 | },
|
135 | 80 | {
|
136 |
| - "message": "Retry additional classes of H2 errors (H2 GoAway & H2 ResetStream)", |
| 81 | + "message": "`config::Config::credentials_provider` has been broken since `release-2023-11-15` and is now marked as `deprecated` explicitly.", |
137 | 82 | "meta": {
|
138 | 83 | "bug": false,
|
139 | 84 | "breaking": false,
|
140 | 85 | "tada": false
|
141 | 86 | },
|
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", |
| 87 | + "author": "ysaito1001", |
158 | 88 | "references": [
|
159 |
| - "smithy-rs#3256" |
| 89 | + "smithy-rs#3251", |
| 90 | + "smithy-rs#3278" |
160 | 91 | ],
|
161 |
| - "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7", |
| 92 | + "since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c", |
162 | 93 | "age": 1
|
163 | 94 | }
|
164 | 95 | ],
|
|
0 commit comments