|
18 | 18 | "aws-sdk-rust#858"
|
19 | 19 | ],
|
20 | 20 | "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
|
21 |
| - "age": 4 |
| 21 | + "age": 5 |
22 | 22 | },
|
23 | 23 | {
|
24 | 24 | "message": "Make some properties for IoT types optional. Previously, they defaulted to false, but that isn't how the service actual works.",
|
|
32 | 32 | "smithy-rs#3256"
|
33 | 33 | ],
|
34 | 34 | "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
|
35 |
| - "age": 4 |
| 35 | + "age": 5 |
36 | 36 | },
|
37 | 37 | {
|
38 | 38 | "message": "Fix `config::Builder::set_credentials_provider` to override a credentials provider previously set.",
|
|
47 | 47 | "smithy-rs#3278"
|
48 | 48 | ],
|
49 | 49 | "since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c",
|
50 |
| - "age": 3 |
| 50 | + "age": 4 |
51 | 51 | },
|
52 | 52 | {
|
53 | 53 | "message": "`config::Config::credentials_provider` has been broken since `release-2023-11-15` and is now marked as `deprecated` explicitly.",
|
|
62 | 62 | "smithy-rs#3278"
|
63 | 63 | ],
|
64 | 64 | "since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c",
|
65 |
| - "age": 3 |
| 65 | + "age": 4 |
66 | 66 | },
|
67 | 67 | {
|
68 | 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.",
|
|
76 | 76 | "smithy-rs#3262"
|
77 | 77 | ],
|
78 | 78 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
79 |
| - "age": 2 |
| 79 | + "age": 3 |
80 | 80 | },
|
81 | 81 | {
|
82 | 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.",
|
|
91 | 91 | "smithy-rs#3269"
|
92 | 92 | ],
|
93 | 93 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
94 |
| - "age": 2 |
| 94 | + "age": 3 |
95 | 95 | },
|
96 | 96 | {
|
97 | 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",
|
|
106 | 106 | "aws-sdk-rust#971"
|
107 | 107 | ],
|
108 | 108 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
109 |
| - "age": 2 |
| 109 | + "age": 3 |
110 | 110 | },
|
111 | 111 | {
|
112 | 112 | "message": "Improve the error messages for when auth fails to select an auth scheme for a request.",
|
|
121 | 121 | "smithy-rs#3277"
|
122 | 122 | ],
|
123 | 123 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
124 |
| - "age": 2 |
| 124 | + "age": 3 |
125 | 125 | },
|
126 | 126 | {
|
127 | 127 | "message": "Fix documentation and examples on HyperConnector and HyperClientBuilder.",
|
|
136 | 136 | "smithy-rs#3282"
|
137 | 137 | ],
|
138 | 138 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
139 |
| - "age": 2 |
| 139 | + "age": 3 |
140 | 140 | },
|
141 | 141 | {
|
142 | 142 | "message": "All generated docs now include docsrs labels when features are required",
|
|
151 | 151 | "smithy-rs#3295"
|
152 | 152 | ],
|
153 | 153 | "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
|
154 |
| - "age": 2 |
| 154 | + "age": 3 |
155 | 155 | },
|
156 | 156 | {
|
157 | 157 | "message": "`crate::event_receiver::EventReceiver` is now re-exported as `crate::primitives::event_stream::EventReceiver` when a service supports event stream operations.",
|
|
165 | 165 | "smithy-rs#3305"
|
166 | 166 | ],
|
167 | 167 | "since-commit": "9f0ba850e03241f657e2e40ca185780e0a5878cb",
|
168 |
| - "age": 1 |
| 168 | + "age": 2 |
169 | 169 | }
|
170 | 170 | ],
|
171 | 171 | "aws-sdk-model": []
|
|
0 commit comments