|
5 | 5 | {
|
6 | 6 | "smithy-rs": [],
|
7 | 7 | "aws-sdk-rust": [
|
8 |
| - { |
9 |
| - "message": "`crate::event_receiver::EventReceiver` is now re-exported as `crate::primitives::event_stream::EventReceiver` when a service supports event stream operations.", |
10 |
| - "meta": { |
11 |
| - "bug": true, |
12 |
| - "breaking": false, |
13 |
| - "tada": false |
14 |
| - }, |
15 |
| - "author": "ysaito1001", |
16 |
| - "references": [ |
17 |
| - "smithy-rs#3305" |
18 |
| - ], |
19 |
| - "since-commit": "9f0ba850e03241f657e2e40ca185780e0a5878cb", |
20 |
| - "age": 5 |
21 |
| - }, |
22 | 8 | {
|
23 | 9 | "message": "Add support for constructing [`SdkBody`] and [`ByteStream`] from `http-body` 1.0 bodies. Note that this is initial support and works via a backwards compatibility shim to http-body 0.4. Hyper 1.0 is not supported.",
|
24 | 10 | "meta": {
|
|
32 | 18 | "aws-sdk-rust#977"
|
33 | 19 | ],
|
34 | 20 | "since-commit": "e235a2fd9ec45335a3b2018028c2d3a2ac13ffdf",
|
35 |
| - "age": 3 |
| 21 | + "age": 4 |
36 | 22 | },
|
37 | 23 | {
|
38 | 24 | "message": " Add `PaginationStreamExt` extension trait to `aws-smithy-types-convert` behind the `convert-streams` feature. This makes it possible to treat a paginator as a [`futures_core::Stream`](https://docs.rs/futures-core/latest/futures_core/stream/trait.Stream.html), allowing customers to use stream combinators like [`map`](https://docs.rs/tokio-stream/latest/tokio_stream/trait.StreamExt.html#method.map) and [`filter`](https://docs.rs/tokio-stream/latest/tokio_stream/trait.StreamExt.html#method.filter).\n\nExample:\n\n```rust\nuse aws_smithy_types_convert::stream::PaginationStreamExt\nlet stream = s3_client.list_objects_v2().bucket(\"...\").into_paginator().send().into_stream_03x();\n```\n",
|
|
46 | 32 | "smithy-rs#3299"
|
47 | 33 | ],
|
48 | 34 | "since-commit": "e235a2fd9ec45335a3b2018028c2d3a2ac13ffdf",
|
49 |
| - "age": 3 |
| 35 | + "age": 4 |
50 | 36 | },
|
51 | 37 | {
|
52 | 38 | "message": "Serialize 0/false in query parameters, and ignore actual default value during serialization instead of just 0/false. See [changelog discussion](https://github.com/smithy-lang/smithy-rs/discussions/3312) for details.",
|
|
61 | 47 | "smithy-rs#3312"
|
62 | 48 | ],
|
63 | 49 | "since-commit": "e235a2fd9ec45335a3b2018028c2d3a2ac13ffdf",
|
64 |
| - "age": 3 |
| 50 | + "age": 4 |
65 | 51 | },
|
66 | 52 | {
|
67 | 53 | "message": "Add `as_service_err()` to `SdkError` to allow checking the type of an error is without taking ownership.",
|
|
77 | 63 | "aws-sdk-rust#1010"
|
78 | 64 | ],
|
79 | 65 | "since-commit": "e235a2fd9ec45335a3b2018028c2d3a2ac13ffdf",
|
80 |
| - "age": 3 |
| 66 | + "age": 4 |
81 | 67 | },
|
82 | 68 | {
|
83 | 69 | "message": "Fix bug in `CredentialsProcess` provider where `expiry` was incorrectly treated as a required field.",
|
|
92 | 78 | "aws-sdk-rust#1021"
|
93 | 79 | ],
|
94 | 80 | "since-commit": "e235a2fd9ec45335a3b2018028c2d3a2ac13ffdf",
|
95 |
| - "age": 3 |
| 81 | + "age": 4 |
96 | 82 | },
|
97 | 83 | {
|
98 | 84 | "message": "~/.aws/config and ~/.aws/credentials now parse keys in a case-insensitive way. This means the `AWS_SECRET_ACCESS_KEY` is supported in addition to `aws_secret_access_key`.",
|
|
108 | 94 | "smithy-rs#3344"
|
109 | 95 | ],
|
110 | 96 | "since-commit": "e235a2fd9ec45335a3b2018028c2d3a2ac13ffdf",
|
111 |
| - "age": 3 |
| 97 | + "age": 4 |
112 | 98 | },
|
113 | 99 | {
|
114 | 100 | "message": "`EndpointPrefix` and `apply_endpoint` moved from aws-smithy-http to aws-smithy-runtime-api so that is in a stable (1.x) crate. A deprecated type alias was left in place with a note showing the new location.",
|
|
122 | 108 | "smithy-rs#3318"
|
123 | 109 | ],
|
124 | 110 | "since-commit": "edf6e77bfa991aef9afa5acf293a911f7982511a",
|
125 |
| - "age": 2 |
| 111 | + "age": 3 |
126 | 112 | },
|
127 | 113 | {
|
128 | 114 | "message": "Fix bug where overriding the credentials at the operation level failed if credentials were already set.",
|
|
137 | 123 | "smithy-rs#3363"
|
138 | 124 | ],
|
139 | 125 | "since-commit": "edf6e77bfa991aef9afa5acf293a911f7982511a",
|
140 |
| - "age": 2 |
| 126 | + "age": 3 |
141 | 127 | },
|
142 | 128 | {
|
143 | 129 | "message": "Add `apply_to_request_http1x` to `aws-sigv4` to enable signing http = 1.0 requests.",
|
|
152 | 138 | "smithy-rs#3366"
|
153 | 139 | ],
|
154 | 140 | "since-commit": "edf6e77bfa991aef9afa5acf293a911f7982511a",
|
155 |
| - "age": 2 |
| 141 | + "age": 3 |
156 | 142 | },
|
157 | 143 | {
|
158 | 144 | "message": "The types in the aws-http crate were moved into aws-runtime. Deprecated type aliases were put in place to point to the new locations.",
|
|
166 | 152 | "smithy-rs#3355"
|
167 | 153 | ],
|
168 | 154 | "since-commit": "a781be3cd8d22f4ebb5c06a758ddd5f1d6824ded",
|
169 |
| - "age": 1 |
| 155 | + "age": 2 |
170 | 156 | },
|
171 | 157 | {
|
172 | 158 | "message": "Add support for `[sso-session]` in AWS config file for AWS Identity Center SSO credentials. Note that this does not include support for AWS Builder ID SSO sessions for services such as Code Catalyst (these lack the `sso_account_id` and `sso_role_name` fields in the profile config). Support for AWS Builder IDs is still being tracked in https://github.com/awslabs/aws-sdk-rust/issues/703.",
|
|
181 | 167 | "smithy-rs#3379"
|
182 | 168 | ],
|
183 | 169 | "since-commit": "a781be3cd8d22f4ebb5c06a758ddd5f1d6824ded",
|
184 |
| - "age": 1 |
| 170 | + "age": 2 |
185 | 171 | }
|
186 | 172 | ],
|
187 | 173 | "aws-sdk-model": []
|
|
0 commit comments