|
5 | 5 | { |
6 | 6 | "smithy-rs": [], |
7 | 7 | "aws-sdk-rust": [ |
8 | | - { |
9 | | - "message": "Replace once_cell with std equivalents\n", |
10 | | - "meta": { |
11 | | - "bug": false, |
12 | | - "breaking": false, |
13 | | - "tada": false |
14 | | - }, |
15 | | - "author": "FalkWoldmann", |
16 | | - "references": [ |
17 | | - "smithy-rs#4105" |
18 | | - ], |
19 | | - "since-commit": "f3aebe7b53d7e1be4bd922e13d459f8ef72104fa", |
20 | | - "age": 5 |
21 | | - }, |
22 | 8 | { |
23 | 9 | "message": "Removing the `optimize_crc32_auto` feature flag from the `crc-fast` dependency of the `aws-smithy-checksums` crate since it was causing build issues for some customers.\n", |
24 | 10 | "meta": { |
|
31 | 17 | "aws-sdk-rust#1291" |
32 | 18 | ], |
33 | 19 | "since-commit": "4e4a0ee2d663a1212927a8a70ca97eac567d54b6", |
34 | | - "age": 4 |
| 20 | + "age": 5 |
35 | 21 | }, |
36 | 22 | { |
37 | 23 | "message": "fix simple rules behavior with `RuleMode::MatchAny`\n", |
|
45 | 31 | "smithy-rs#4135" |
46 | 32 | ], |
47 | 33 | "since-commit": "4e4a0ee2d663a1212927a8a70ca97eac567d54b6", |
48 | | - "age": 4 |
| 34 | + "age": 5 |
49 | 35 | }, |
50 | 36 | { |
51 | 37 | "message": "Introduce a new `repeatedly()` function to `aws-smithy-mocks` sequence builder to build mock rules that behave as an\ninfinite sequence.\n\n```rust\nlet rule = mock!(aws_sdk_s3::Client::get_object)\n .sequence()\n .http_status(503, None)\n .times(2) // repeat the last output twice before moving onto the next response in the sequence\n .output(|| GetObjectOutput::builder()\n .body(ByteStream::from_static(b\"success\"))\n .build()\n )\n .repeatedly() // repeat the last output forever\n .build();\n```\n", |
|
59 | 45 | "smithy-rs#4135" |
60 | 46 | ], |
61 | 47 | "since-commit": "4e4a0ee2d663a1212927a8a70ca97eac567d54b6", |
62 | | - "age": 4 |
| 48 | + "age": 5 |
63 | 49 | }, |
64 | 50 | { |
65 | 51 | "message": "Fix h2 GoAway errors not being retried by hyper legacy client\n", |
|
73 | 59 | "aws-sdk-rust#1272" |
74 | 60 | ], |
75 | 61 | "since-commit": "7d64b2f9e8fc89159d7fb1ff1309d6d6b8b53189", |
76 | | - "age": 3 |
| 62 | + "age": 4 |
77 | 63 | }, |
78 | 64 | { |
79 | 65 | "message": "Fix default supported protocols incorrectly ordered in `ClientProtocolLoader`.\n", |
|
87 | 73 | "smithy-rs#4165" |
88 | 74 | ], |
89 | 75 | "since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009", |
90 | | - "age": 2 |
| 76 | + "age": 3 |
91 | 77 | }, |
92 | 78 | { |
93 | 79 | "message": "Add support for fetching account ID from IMDS credentials on EC2.\n", |
|
101 | 87 | "smithy-rs#4109" |
102 | 88 | ], |
103 | 89 | "since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009", |
104 | | - "age": 2 |
| 90 | + "age": 3 |
105 | 91 | }, |
106 | 92 | { |
107 | 93 | "message": "Temporarily disable fetching account ID from IMDS credentials on EC2.\n", |
|
115 | 101 | "smithy-rs#4187" |
116 | 102 | ], |
117 | 103 | "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51", |
118 | | - "age": 1 |
| 104 | + "age": 2 |
119 | 105 | }, |
120 | 106 | { |
121 | 107 | "message": "Fix hyper 1.x connection refused errors not marked as retryable\n", |
|
127 | 113 | "author": "aajtodd", |
128 | 114 | "references": [], |
129 | 115 | "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51", |
130 | | - "age": 1 |
| 116 | + "age": 2 |
131 | 117 | }, |
132 | 118 | { |
133 | 119 | "message": "Make Rpc V2 CBOR a compatible protocol for `awsQuery` using `awsQueryCompatible` trait\n", |
|
141 | 127 | "smithy-rs#4186" |
142 | 128 | ], |
143 | 129 | "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51", |
144 | | - "age": 1 |
| 130 | + "age": 2 |
145 | 131 | } |
146 | 132 | ], |
147 | 133 | "aws-sdk-model": [] |
|
0 commit comments