|
5 | 5 | {
|
6 | 6 | "smithy-rs": [],
|
7 | 7 | "aws-sdk-rust": [
|
8 |
| - { |
9 |
| - "message": "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in AWS SDK clients so that using these types does not require directly depending on `aws-smithy-runtime-api`.", |
10 |
| - "meta": { |
11 |
| - "bug": false, |
12 |
| - "breaking": false, |
13 |
| - "tada": false |
14 |
| - }, |
15 |
| - "author": "ysaito1001", |
16 |
| - "references": [ |
17 |
| - "smithy-rs#3591" |
18 |
| - ], |
19 |
| - "since-commit": "8d23be1392c46a4d59c2910c3dab00ecaad2cf26", |
20 |
| - "age": 5 |
21 |
| - }, |
22 | 8 | {
|
23 | 9 | "message": "Allow [AwsUserAgent](https://docs.rs/aws-runtime/1.3.1/aws_runtime/user_agent/struct.AwsUserAgent.html) to incorporate business metrics, which now deprecates the existing feature and config metadata.\n",
|
24 | 10 | "meta": {
|
|
31 | 17 | "smithy-rs#3781"
|
32 | 18 | ],
|
33 | 19 | "since-commit": "433e1a00e2d3eadfde78b472d78b30a8f9204dbe",
|
34 |
| - "age": 4 |
| 20 | + "age": 5 |
35 | 21 | },
|
36 | 22 | {
|
37 | 23 | "message": "Fix incorrect redaction of `@sensitive` types in maps and lists.\n",
|
|
46 | 32 | "smithy-rs#3757"
|
47 | 33 | ],
|
48 | 34 | "since-commit": "433e1a00e2d3eadfde78b472d78b30a8f9204dbe",
|
49 |
| - "age": 4 |
| 35 | + "age": 5 |
50 | 36 | },
|
51 | 37 | {
|
52 | 38 | "message": "Upgrade MSRV to Rust 1.78.0.\n",
|
|
60 | 46 | "smithy-rs#3800"
|
61 | 47 | ],
|
62 | 48 | "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e",
|
63 |
| - "age": 1 |
| 49 | + "age": 2 |
64 | 50 | },
|
65 | 51 | {
|
66 | 52 | "message": "Add minimal support for `AWS::Auth::AccountId` and `AWS::Auth::AccountIdEndpointMode` endpoint built-ins\n",
|
|
74 | 60 | "smithy-rs#3792"
|
75 | 61 | ],
|
76 | 62 | "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e",
|
77 |
| - "age": 1 |
| 63 | + "age": 2 |
78 | 64 | },
|
79 | 65 | {
|
80 | 66 | "message": "Fix the execution order of [modify_before_serialization](https://docs.rs/aws-smithy-runtime-api/latest/aws_smithy_runtime_api/client/interceptors/trait.Intercept.html#method.modify_before_serialization) and [read_before_serialization](https://docs.rs/aws-smithy-runtime-api/latest/aws_smithy_runtime_api/client/interceptors/trait.Intercept.html#method.read_before_serialization) in the orchestrator. The `modify_before_serialization` method now executes before the `read_before_serialization` method. This adjustment may result in changes in behavior depending on how you customize interceptors.\n",
|
|
88 | 74 | "smithy-rs#3798"
|
89 | 75 | ],
|
90 | 76 | "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e",
|
91 |
| - "age": 1 |
| 77 | + "age": 2 |
92 | 78 | },
|
93 | 79 | {
|
94 | 80 | "message": "Fix the [Length::UpTo](https://docs.rs/aws-smithy-types/1.2.2/aws_smithy_types/byte_stream/enum.Length.html) usage in [FsBuilder](https://docs.rs/aws-smithy-types/1.2.2/aws_smithy_types/byte_stream/struct.FsBuilder.html), ensuring that the specified length does not exceed the remaining file length.\n",
|
|
103 | 89 | "smithy-rs#3797"
|
104 | 90 | ],
|
105 | 91 | "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e",
|
106 |
| - "age": 1 |
| 92 | + "age": 2 |
107 | 93 | },
|
108 | 94 | {
|
109 | 95 | "message": "Re-export `ByteStream`'s `Length` and `FsBuilder`. By making these types available directly within a client crate, customers can use `ByteStream::read_from` without needing to import them separately from the `aws-smithy-types` crate.\n",
|
|
117 | 103 | "aws-sdk-rust#820"
|
118 | 104 | ],
|
119 | 105 | "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e",
|
120 |
| - "age": 1 |
| 106 | + "age": 2 |
121 | 107 | }
|
122 | 108 | ],
|
123 | 109 | "aws-sdk-model": []
|
|
0 commit comments