|
5 | 5 | { |
6 | 6 | "smithy-rs": [], |
7 | 7 | "aws-sdk-rust": [ |
8 | | - { |
9 | | - "message": "Upgrade MSRV to Rust 1.78.0.\n", |
10 | | - "meta": { |
11 | | - "bug": false, |
12 | | - "breaking": true, |
13 | | - "tada": false |
14 | | - }, |
15 | | - "author": "ysaito1001", |
16 | | - "references": [ |
17 | | - "smithy-rs#3800" |
18 | | - ], |
19 | | - "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e", |
20 | | - "age": 5 |
21 | | - }, |
22 | | - { |
23 | | - "message": "Add minimal support for `AWS::Auth::AccountId` and `AWS::Auth::AccountIdEndpointMode` endpoint built-ins\n", |
24 | | - "meta": { |
25 | | - "bug": false, |
26 | | - "breaking": false, |
27 | | - "tada": false |
28 | | - }, |
29 | | - "author": "landonxjames", |
30 | | - "references": [ |
31 | | - "smithy-rs#3792" |
32 | | - ], |
33 | | - "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e", |
34 | | - "age": 5 |
35 | | - }, |
36 | | - { |
37 | | - "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", |
38 | | - "meta": { |
39 | | - "bug": true, |
40 | | - "breaking": false, |
41 | | - "tada": false |
42 | | - }, |
43 | | - "author": "ysaito1001", |
44 | | - "references": [ |
45 | | - "smithy-rs#3798" |
46 | | - ], |
47 | | - "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e", |
48 | | - "age": 5 |
49 | | - }, |
50 | | - { |
51 | | - "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", |
52 | | - "meta": { |
53 | | - "bug": true, |
54 | | - "breaking": false, |
55 | | - "tada": false |
56 | | - }, |
57 | | - "author": "ysaito1001", |
58 | | - "references": [ |
59 | | - "aws-sdk-rust#821", |
60 | | - "smithy-rs#3797" |
61 | | - ], |
62 | | - "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e", |
63 | | - "age": 5 |
64 | | - }, |
65 | | - { |
66 | | - "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", |
67 | | - "meta": { |
68 | | - "bug": true, |
69 | | - "breaking": false, |
70 | | - "tada": false |
71 | | - }, |
72 | | - "author": "ysaito1001", |
73 | | - "references": [ |
74 | | - "aws-sdk-rust#820" |
75 | | - ], |
76 | | - "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e", |
77 | | - "age": 5 |
78 | | - }, |
79 | 8 | { |
80 | 9 | "message": "Remove stalled stream protection from transcribe-streaming operations.\n", |
81 | 10 | "meta": { |
|
88 | 17 | "aws-sdk-rust#1181" |
89 | 18 | ], |
90 | 19 | "since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c", |
91 | | - "age": 3 |
| 20 | + "age": 4 |
92 | 21 | }, |
93 | 22 | { |
94 | 23 | "message": "deprecate http-02x presign APIs in favor of http-1x equivalents\n", |
|
100 | 29 | "author": "aajtodd", |
101 | 30 | "references": [], |
102 | 31 | "since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c", |
103 | | - "age": 3 |
| 32 | + "age": 4 |
104 | 33 | }, |
105 | 34 | { |
106 | 35 | "message": "Update Smoketest codegeneration to be endpoint built-in aware.\n", |
|
114 | 43 | "smithy-rs#3836" |
115 | 44 | ], |
116 | 45 | "since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c", |
117 | | - "age": 3 |
| 46 | + "age": 4 |
118 | 47 | }, |
119 | 48 | { |
120 | 49 | "message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n", |
|
128 | 57 | "smithy-rs#3820" |
129 | 58 | ], |
130 | 59 | "since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a", |
131 | | - "age": 2 |
| 60 | + "age": 3 |
132 | 61 | } |
133 | 62 | ], |
134 | 63 | "aws-sdk-model": [] |
|
0 commit comments