|
5 | 5 | { |
6 | 6 | "smithy-rs": [], |
7 | 7 | "aws-sdk-rust": [ |
8 | | - { |
9 | | - "message": "Stop populating `SessionMode` by default for the `CreateSession` API internally used by S3 Express. This will allow the service to choose a default value for `SessionMode` field based on bucket/access point being used.\n", |
10 | | - "meta": { |
11 | | - "bug": true, |
12 | | - "breaking": false, |
13 | | - "tada": false |
14 | | - }, |
15 | | - "author": "ysaito1001", |
16 | | - "references": [ |
17 | | - "smithy-rs#3992" |
18 | | - ], |
19 | | - "since-commit": "5ed776ffe2791f577639cb25c711002719809b3a", |
20 | | - "age": 5 |
21 | | - }, |
22 | | - { |
23 | | - "message": "Exclude `transfer-encoding` header from sigv4(a) signing since it is a hop by hop header that can be modified or removed by a proxy.\n", |
24 | | - "meta": { |
25 | | - "bug": true, |
26 | | - "breaking": false, |
27 | | - "tada": false |
28 | | - }, |
29 | | - "author": "landonxjames", |
30 | | - "references": [ |
31 | | - "smithy-rs#3991" |
32 | | - ], |
33 | | - "since-commit": "5ed776ffe2791f577639cb25c711002719809b3a", |
34 | | - "age": 5 |
35 | | - }, |
36 | 8 | { |
37 | 9 | "message": "Fix bug in Sigv4 signing that, when an endpoint contained a default port (80 for HTTP, 443 for HTTPS), would sign the request with that port in the `HOST` header even though Hyper excludes default ports from the `HOST` header.\n", |
38 | 10 | "meta": { |
|
45 | 17 | "aws-sdk-rust#1244" |
46 | 18 | ], |
47 | 19 | "since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02", |
48 | | - "age": 4 |
| 20 | + "age": 5 |
49 | 21 | }, |
50 | 22 | { |
51 | 23 | "message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n", |
|
59 | 31 | "aws-sdk-rust#1253" |
60 | 32 | ], |
61 | 33 | "since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02", |
62 | | - "age": 4 |
| 34 | + "age": 5 |
63 | 35 | }, |
64 | 36 | { |
65 | 37 | "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", |
|
74 | 46 | "aws-sdk-rust#1188" |
75 | 47 | ], |
76 | 48 | "since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5", |
77 | | - "age": 2 |
| 49 | + "age": 3 |
78 | 50 | }, |
79 | 51 | { |
80 | 52 | "message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n", |
|
88 | 60 | "smithy-rs#920" |
89 | 61 | ], |
90 | 62 | "since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5", |
91 | | - "age": 2 |
| 63 | + "age": 3 |
92 | 64 | }, |
93 | 65 | { |
94 | 66 | "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", |
|
104 | 76 | "smithy-rs#3710" |
105 | 77 | ], |
106 | 78 | "since-commit": "bdec1a232a5dfdba16bafd1f637c99a920a30734", |
| 79 | + "age": 2 |
| 80 | + }, |
| 81 | + { |
| 82 | + "message": "Update spans to better align with spec.\n", |
| 83 | + "meta": { |
| 84 | + "bug": false, |
| 85 | + "breaking": false, |
| 86 | + "tada": false |
| 87 | + }, |
| 88 | + "author": "landonxjames", |
| 89 | + "references": [ |
| 90 | + "smithy-rs#4052" |
| 91 | + ], |
| 92 | + "since-commit": "7558d31f17b69bce8785ffa833c575d0b172209c", |
107 | 93 | "age": 1 |
108 | 94 | } |
109 | 95 | ], |
|
0 commit comments