|
5 | 5 | { |
6 | 6 | "smithy-rs": [], |
7 | 7 | "aws-sdk-rust": [ |
8 | | - { |
9 | | - "message": "Adds support for event stream operations with non-REST protocols such as AWS JSON. This update enables operations, including `SubscribeToShard` in Kinesis and `StartLiveTail` in CloudWatchLogs in the Rust SDK.\n", |
10 | | - "meta": { |
11 | | - "bug": false, |
12 | | - "breaking": false, |
13 | | - "tada": true |
14 | | - }, |
15 | | - "author": "ysaito1001", |
16 | | - "references": [ |
17 | | - "aws-sdk-rust#213", |
18 | | - "aws-sdk-rust#1188" |
19 | | - ], |
20 | | - "since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5", |
21 | | - "age": 5 |
22 | | - }, |
23 | | - { |
24 | | - "message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n", |
25 | | - "meta": { |
26 | | - "bug": true, |
27 | | - "breaking": false, |
28 | | - "tada": false |
29 | | - }, |
30 | | - "author": "landonxjames", |
31 | | - "references": [ |
32 | | - "smithy-rs#920" |
33 | | - ], |
34 | | - "since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5", |
35 | | - "age": 5 |
36 | | - }, |
37 | 8 | { |
38 | 9 | "message": "Updates the default HTTP client to be based on the 1.x version of hyper and updates the default TLS provider to [rustls](https://github.com/rustls/rustls) with [aws-lc](https://github.com/aws/aws-lc-rs). For more information see the GitHub [discussion](https://github.com/awslabs/aws-sdk-rust/discussions/1257).\n", |
39 | 10 | "meta": { |
|
48 | 19 | "smithy-rs#3710" |
49 | 20 | ], |
50 | 21 | "since-commit": "bdec1a232a5dfdba16bafd1f637c99a920a30734", |
51 | | - "age": 4 |
| 22 | + "age": 5 |
52 | 23 | }, |
53 | 24 | { |
54 | 25 | "message": "Update spans to better align with spec.\n", |
|
62 | 33 | "smithy-rs#4052" |
63 | 34 | ], |
64 | 35 | "since-commit": "7558d31f17b69bce8785ffa833c575d0b172209c", |
65 | | - "age": 3 |
| 36 | + "age": 4 |
66 | 37 | }, |
67 | 38 | { |
68 | 39 | "message": "Replace the `once_cell` crate with the `std` counterpart in AWS runtime crates.\n", |
|
76 | 47 | "smithy-rs#4050" |
77 | 48 | ], |
78 | 49 | "since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611", |
79 | | - "age": 1 |
| 50 | + "age": 2 |
80 | 51 | }, |
81 | 52 | { |
82 | 53 | "message": "Fix an issue where a custom `Content-Encoding` header was incorrectly overwritten by the `aws-chunked` header value.\n", |
|
90 | 61 | "aws-sdk-rust#1281" |
91 | 62 | ], |
92 | 63 | "since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611", |
93 | | - "age": 1 |
| 64 | + "age": 2 |
94 | 65 | }, |
95 | 66 | { |
96 | 67 | "message": "Add support for the account-based endpoints in AWS SDKs. For more details, please refer to the [AWS SDKs and Tools Reference Guide on Account-Based Endpoints](https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html).\n", |
|
104 | 75 | "smithy-rs#3776" |
105 | 76 | ], |
106 | 77 | "since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611", |
107 | | - "age": 1 |
| 78 | + "age": 2 |
108 | 79 | }, |
109 | 80 | { |
110 | 81 | "message": "Fix service specific endpoint url keys\n", |
|
118 | 89 | "aws-sdk-rust#1252" |
119 | 90 | ], |
120 | 91 | "since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611", |
121 | | - "age": 1 |
| 92 | + "age": 2 |
122 | 93 | } |
123 | 94 | ], |
124 | 95 | "aws-sdk-model": [] |
|
0 commit comments