|
6 | 6 | "smithy-rs": [], |
7 | 7 | "aws-sdk-rust": [ |
8 | 8 | { |
9 | | - "message": "Fix h2 GoAway errors not being retried by hyper legacy client\n", |
| 9 | + "message": "Temporarily disable fetching account ID from IMDS credentials on EC2.\n", |
10 | 10 | "meta": { |
11 | | - "bug": true, |
| 11 | + "bug": false, |
12 | 12 | "breaking": false, |
13 | 13 | "tada": false |
14 | 14 | }, |
15 | | - "author": "aajtodd", |
| 15 | + "author": "ysaito1001", |
16 | 16 | "references": [ |
17 | | - "aws-sdk-rust#1272" |
| 17 | + "smithy-rs#4187" |
18 | 18 | ], |
19 | | - "since-commit": "7d64b2f9e8fc89159d7fb1ff1309d6d6b8b53189", |
| 19 | + "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51", |
20 | 20 | "age": 5 |
21 | 21 | }, |
22 | 22 | { |
23 | | - "message": "Fix default supported protocols incorrectly ordered in `ClientProtocolLoader`.\n", |
| 23 | + "message": "Fix hyper 1.x connection refused errors not marked as retryable\n", |
24 | 24 | "meta": { |
25 | 25 | "bug": true, |
26 | 26 | "breaking": false, |
27 | 27 | "tada": false |
28 | 28 | }, |
29 | | - "author": "ysaito1001", |
30 | | - "references": [ |
31 | | - "smithy-rs#4165" |
32 | | - ], |
33 | | - "since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009", |
34 | | - "age": 4 |
| 29 | + "author": "aajtodd", |
| 30 | + "references": [], |
| 31 | + "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51", |
| 32 | + "age": 5 |
35 | 33 | }, |
36 | 34 | { |
37 | | - "message": "Add support for fetching account ID from IMDS credentials on EC2.\n", |
| 35 | + "message": "Make Rpc V2 CBOR a compatible protocol for `awsQuery` using `awsQueryCompatible` trait\n", |
38 | 36 | "meta": { |
39 | 37 | "bug": false, |
40 | 38 | "breaking": false, |
41 | 39 | "tada": false |
42 | 40 | }, |
43 | 41 | "author": "ysaito1001", |
44 | 42 | "references": [ |
45 | | - "smithy-rs#4109" |
| 43 | + "smithy-rs#4186" |
46 | 44 | ], |
47 | | - "since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009", |
48 | | - "age": 4 |
| 45 | + "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51", |
| 46 | + "age": 5 |
49 | 47 | }, |
50 | 48 | { |
51 | | - "message": "Temporarily disable fetching account ID from IMDS credentials on EC2.\n", |
| 49 | + "message": "Allows customers to configure the auth schemes and auth scheme resolver. For more information see the GitHub [discussion](https://github.com/smithy-lang/smithy-rs/discussions/4197).\n", |
52 | 50 | "meta": { |
53 | 51 | "bug": false, |
54 | 52 | "breaking": false, |
55 | 53 | "tada": false |
56 | 54 | }, |
57 | 55 | "author": "ysaito1001", |
58 | 56 | "references": [ |
59 | | - "smithy-rs#4187" |
| 57 | + "smithy-rs#4076", |
| 58 | + "smithy-rs#4198" |
60 | 59 | ], |
61 | | - "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51", |
| 60 | + "since-commit": "ccf374dddc0690ef8aca1ed006b9e9b21299558e", |
62 | 61 | "age": 3 |
63 | 62 | }, |
64 | 63 | { |
65 | | - "message": "Fix hyper 1.x connection refused errors not marked as retryable\n", |
| 64 | + "message": "re-use checksums on retry attempts for enhanced durability\n", |
66 | 65 | "meta": { |
67 | | - "bug": true, |
| 66 | + "bug": false, |
68 | 67 | "breaking": false, |
69 | 68 | "tada": false |
70 | 69 | }, |
71 | 70 | "author": "aajtodd", |
72 | 71 | "references": [], |
73 | | - "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51", |
74 | | - "age": 3 |
| 72 | + "since-commit": "1378695258e645d2c65a99cc0311b8c3d982e167", |
| 73 | + "age": 2 |
75 | 74 | }, |
76 | 75 | { |
77 | | - "message": "Make Rpc V2 CBOR a compatible protocol for `awsQuery` using `awsQueryCompatible` trait\n", |
| 76 | + "message": "Event streams now allocate a right-sized buffer avoiding repeated reallocations during serialization\n", |
78 | 77 | "meta": { |
79 | 78 | "bug": false, |
80 | 79 | "breaking": false, |
81 | 80 | "tada": false |
82 | 81 | }, |
83 | | - "author": "ysaito1001", |
| 82 | + "author": "rcoh", |
84 | 83 | "references": [ |
85 | | - "smithy-rs#4186" |
| 84 | + "smithy-rs#4212" |
86 | 85 | ], |
87 | | - "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51", |
88 | | - "age": 3 |
89 | | - }, |
90 | | - { |
91 | | - "message": "Allows customers to configure the auth schemes and auth scheme resolver. For more information see the GitHub [discussion](https://github.com/smithy-lang/smithy-rs/discussions/4197).\n", |
92 | | - "meta": { |
93 | | - "bug": false, |
94 | | - "breaking": false, |
95 | | - "tada": false |
96 | | - }, |
97 | | - "author": "ysaito1001", |
98 | | - "references": [ |
99 | | - "smithy-rs#4076", |
100 | | - "smithy-rs#4198" |
101 | | - ], |
102 | | - "since-commit": "ccf374dddc0690ef8aca1ed006b9e9b21299558e", |
| 86 | + "since-commit": "a23d116a79e8920c2efa813a8f831541a9943e4f", |
103 | 87 | "age": 1 |
104 | 88 | } |
105 | 89 | ], |
|
0 commit comments