|
5 | 5 | { |
6 | 6 | "smithy-rs": [], |
7 | 7 | "aws-sdk-rust": [ |
8 | | - { |
9 | | - "message": "Update clients to allow `initial-response` events to be accepted on event streams, even when know modeled initial response exists.\n\nThis is required for spec compliance, backwards compatibility, and compatibility with non-smithy-rs based servers that\nMAY unconditionally send `initial-response` messages.\n", |
10 | | - "meta": { |
11 | | - "bug": true, |
12 | | - "breaking": false, |
13 | | - "tada": false |
14 | | - }, |
15 | | - "author": "rcoh", |
16 | | - "references": [ |
17 | | - "smithy-rs#4352", |
18 | | - "smithy-rs#4353" |
19 | | - ], |
20 | | - "since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848", |
21 | | - "age": 5 |
22 | | - }, |
23 | | - { |
24 | | - "message": "Add tags to `AssumeRoleProviderBuilder`\n", |
25 | | - "meta": { |
26 | | - "bug": false, |
27 | | - "breaking": false, |
28 | | - "tada": true |
29 | | - }, |
30 | | - "author": "c-thiel", |
31 | | - "references": [ |
32 | | - "aws-sdk-rust#1366" |
33 | | - ], |
34 | | - "since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848", |
35 | | - "age": 5 |
36 | | - }, |
37 | | - { |
38 | | - "message": "Adds new `with_test_defaults_v2()` for all clients supporting region configuration which applies `us-east-1` as default region if not set by user. This allows `aws-smithy-mocks` to work for non AWS SDK generated clients. Also clarify `test-util` feature requirement when using `aws-smithy-mocks`.\n", |
39 | | - "meta": { |
40 | | - "bug": true, |
41 | | - "breaking": false, |
42 | | - "tada": false |
43 | | - }, |
44 | | - "author": "aajtodd", |
45 | | - "references": [ |
46 | | - "smithy-rs#4265", |
47 | | - "smithy-rs#4189" |
48 | | - ], |
49 | | - "since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848", |
50 | | - "age": 5 |
51 | | - }, |
52 | | - { |
53 | | - "message": "Upgrade MSRV to Rust 1.88.0.\n", |
54 | | - "meta": { |
55 | | - "bug": false, |
56 | | - "breaking": true, |
57 | | - "tada": false |
58 | | - }, |
59 | | - "author": "ysaito1001", |
60 | | - "references": [ |
61 | | - "smithy-rs#4367" |
62 | | - ], |
63 | | - "since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848", |
64 | | - "age": 5 |
65 | | - }, |
66 | 8 | { |
67 | 9 | "message": "Bump crc-fast version to 1.6.0\n", |
68 | 10 | "meta": { |
|
73 | 15 | "author": "landonxjames", |
74 | 16 | "references": [], |
75 | 17 | "since-commit": "4533810c833251e78df3d8a4992b8ccc5f2fc67c", |
76 | | - "age": 4 |
| 18 | + "age": 5 |
77 | 19 | }, |
78 | 20 | { |
79 | 21 | "message": "Validate `Region` is a valid host label when constructing endpoints.\n", |
|
85 | 27 | "author": "aajtodd", |
86 | 28 | "references": [], |
87 | 29 | "since-commit": "4533810c833251e78df3d8a4992b8ccc5f2fc67c", |
88 | | - "age": 4 |
| 30 | + "age": 5 |
89 | 31 | }, |
90 | 32 | { |
91 | 33 | "message": "Fix Content-Type and Accept headers for event streams in RPC v2 CBOR to set `application/vnd.amazon.eventstream`\n", |
|
99 | 41 | "smithy-rs#4427" |
100 | 42 | ], |
101 | 43 | "since-commit": "8a939c7b0de5ddd921132e7d558851f7957c18a8", |
102 | | - "age": 2 |
| 44 | + "age": 3 |
103 | 45 | }, |
104 | 46 | { |
105 | 47 | "message": "In `legacy-rustls-ring`, polyfill `with_native_roots` to use `rustls_native_certs 0.8` to avoid\nRUSTSEC-2025-0134.", |
|
113 | 55 | "aws-sdk-rust#1390" |
114 | 56 | ], |
115 | 57 | "since-commit": "8a939c7b0de5ddd921132e7d558851f7957c18a8", |
116 | | - "age": 2 |
| 58 | + "age": 3 |
117 | 59 | }, |
118 | 60 | { |
119 | 61 | "message": "Publish an MSRV for all packages\n\n", |
|
125 | 67 | "author": "arielby", |
126 | 68 | "references": [], |
127 | 69 | "since-commit": "8a939c7b0de5ddd921132e7d558851f7957c18a8", |
128 | | - "age": 2 |
| 70 | + "age": 3 |
129 | 71 | }, |
130 | 72 | { |
131 | 73 | "message": "Add `expect_number_as_string_or_null` function to `aws-smithy-json` that extracts JSON numbers as strings without converting to u64/i64/f64. This preserves arbitrary precision for BigInteger and BigDecimal support, preventing precision loss for numbers larger than standard numeric types can represent.\n", |
|
139 | 81 | "smithy-rs#4418" |
140 | 82 | ], |
141 | 83 | "since-commit": "26c59c21b638bbd33a9f46060ff8cc8d4c9df67c", |
| 84 | + "age": 2 |
| 85 | + }, |
| 86 | + { |
| 87 | + "message": "Update the `lru` dependency for `aws-sdk-s3` and `rust-runtime`\n", |
| 88 | + "meta": { |
| 89 | + "bug": true, |
| 90 | + "breaking": false, |
| 91 | + "tada": false |
| 92 | + }, |
| 93 | + "author": "svix-jbrown", |
| 94 | + "references": [], |
| 95 | + "since-commit": "543c1879256ddb033d5c73a10e98611328cbc37c", |
| 96 | + "age": 1 |
| 97 | + }, |
| 98 | + { |
| 99 | + "message": "Update crc-fast to 1.9\n", |
| 100 | + "meta": { |
| 101 | + "bug": false, |
| 102 | + "breaking": false, |
| 103 | + "tada": false |
| 104 | + }, |
| 105 | + "author": "aajtodd", |
| 106 | + "references": [], |
| 107 | + "since-commit": "543c1879256ddb033d5c73a10e98611328cbc37c", |
142 | 108 | "age": 1 |
143 | 109 | } |
144 | 110 | ], |
|
0 commit comments