|
5 | 5 | {
|
6 | 6 | "smithy-rs": [],
|
7 | 7 | "aws-sdk-rust": [
|
8 |
| - { |
9 |
| - "message": "Allow `--` to be used in bucket names for S3", |
10 |
| - "meta": { |
11 |
| - "bug": true, |
12 |
| - "breaking": false, |
13 |
| - "tada": false |
14 |
| - }, |
15 |
| - "author": "rcoh", |
16 |
| - "references": [ |
17 |
| - "smithy-rs#3253" |
18 |
| - ], |
19 |
| - "since-commit": "48e3c95a3f10eebd5a637f8e7670c4232cdabbe4", |
20 |
| - "age": 5 |
21 |
| - }, |
22 | 8 | {
|
23 | 9 | "message": "Retry additional classes of H2 errors (H2 GoAway & H2 ResetStream)",
|
24 | 10 | "meta": {
|
|
32 | 18 | "aws-sdk-rust#858"
|
33 | 19 | ],
|
34 | 20 | "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
|
35 |
| - "age": 3 |
| 21 | + "age": 4 |
36 | 22 | },
|
37 | 23 | {
|
38 | 24 | "message": "Make some properties for IoT types optional. Previously, they defaulted to false, but that isn't how the service actual works.",
|
|
46 | 32 | "smithy-rs#3256"
|
47 | 33 | ],
|
48 | 34 | "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
|
49 |
| - "age": 3 |
| 35 | + "age": 4 |
50 | 36 | },
|
51 | 37 | {
|
52 | 38 | "message": "Fix `config::Builder::set_credentials_provider` to override a credentials provider previously set.",
|
|
61 | 47 | "smithy-rs#3278"
|
62 | 48 | ],
|
63 | 49 | "since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c",
|
64 |
| - "age": 2 |
| 50 | + "age": 3 |
65 | 51 | },
|
66 | 52 | {
|
67 | 53 | "message": "`config::Config::credentials_provider` has been broken since `release-2023-11-15` and is now marked as `deprecated` explicitly.",
|
|
76 | 62 | "smithy-rs#3278"
|
77 | 63 | ],
|
78 | 64 | "since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c",
|
79 |
| - "age": 2 |
| 65 | + "age": 3 |
80 | 66 | },
|
81 | 67 | {
|
82 | 68 | "message": "Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.",
|
|
90 | 76 | "smithy-rs#3262"
|
91 | 77 | ],
|
92 | 78 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
93 |
| - "age": 1 |
| 79 | + "age": 2 |
94 | 80 | },
|
95 | 81 | {
|
96 | 82 | "message": "Client creation now takes microseconds instead of milliseconds.\nPreviously, it would take 2-3 milliseconds for each client instantiation due to time spent compiling regexes.\nFor applications that used several clients, this would increase start-up time in cases where it really matters,\nsuch as for AWS Lambda cold starts. This time was improved by both changing regex implementation and caching the\nresult of the compilation.",
|
|
105 | 91 | "smithy-rs#3269"
|
106 | 92 | ],
|
107 | 93 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
108 |
| - "age": 1 |
| 94 | + "age": 2 |
109 | 95 | },
|
110 | 96 | {
|
111 | 97 | "message": "Add `test_credentials` to `ConfigLoader` in `aws_config`. This allows the following pattern during tests:\n\n```rust\nasync fn main() {\n let conf = aws_config::defaults(BehaviorVersion::latest())\n .test_credentials()\n .await;\n}\n```\n\nThis is designed for unit tests and using local mocks like DynamoDB Local and LocalStack with the SDK.\n",
|
|
120 | 106 | "aws-sdk-rust#971"
|
121 | 107 | ],
|
122 | 108 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
123 |
| - "age": 1 |
| 109 | + "age": 2 |
124 | 110 | },
|
125 | 111 | {
|
126 | 112 | "message": "Improve the error messages for when auth fails to select an auth scheme for a request.",
|
|
135 | 121 | "smithy-rs#3277"
|
136 | 122 | ],
|
137 | 123 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
138 |
| - "age": 1 |
| 124 | + "age": 2 |
139 | 125 | },
|
140 | 126 | {
|
141 | 127 | "message": "Fix documentation and examples on HyperConnector and HyperClientBuilder.",
|
|
150 | 136 | "smithy-rs#3282"
|
151 | 137 | ],
|
152 | 138 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
153 |
| - "age": 1 |
| 139 | + "age": 2 |
154 | 140 | },
|
155 | 141 | {
|
156 | 142 | "message": "All generated docs now include docsrs labels when features are required",
|
|
165 | 151 | "smithy-rs#3295"
|
166 | 152 | ],
|
167 | 153 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
| 154 | + "age": 2 |
| 155 | + }, |
| 156 | + { |
| 157 | + "message": "`crate::event_receiver::EventReceiver` is now re-exported as `crate::primitives::event_stream::EventReceiver` when a service supports event stream operations.", |
| 158 | + "meta": { |
| 159 | + "bug": true, |
| 160 | + "breaking": false, |
| 161 | + "tada": false |
| 162 | + }, |
| 163 | + "author": "ysaito1001", |
| 164 | + "references": [ |
| 165 | + "smithy-rs#3305" |
| 166 | + ], |
| 167 | + "since-commit": "9f0ba850e03241f657e2e40ca185780e0a5878cb", |
168 | 168 | "age": 1
|
169 | 169 | }
|
170 | 170 | ],
|
|
0 commit comments