Skip to content

Commit

Permalink
Merge branch 'main' into landonxjames/obs-2
Browse files Browse the repository at this point in the history
  • Loading branch information
landonxjames authored Mar 5, 2025
2 parents 567cab6 + b342506 commit 34d74a3
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 68 deletions.
13 changes: 0 additions & 13 deletions .changelog/1740420128.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changelog/1740421036.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changelog/config_loader_setters.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
March 4th, 2025
===============
**New this release:**
- :tada: (client, [smithy-rs#121](https://github.com/smithy-lang/smithy-rs/issues/121)) Adds support for event stream operations with non-REST protocols such as RPC v2 CBOR.


February 20th, 2025
===================
**New this release:**
Expand Down
61 changes: 31 additions & 30 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,88 +6,89 @@
"smithy-rs": [],
"aws-sdk-rust": [
{
"message": "Allow IMDS clients to be configured with a user-provided `SharedRetryClassifier`.\n",
"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",
"meta": {
"bug": false,
"bug": true,
"breaking": false,
"tada": true
"tada": false
},
"author": "landonxjames",
"author": "ysaito1001",
"references": [
"aws-sdk-rust#1233"
"smithy-rs#3992"
],
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
"age": 5
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
"age": 4
},
{
"message": "Fix `EcsCredentialsProvider` to include query params passed via `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI`.\n",
"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",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "ysaito1001",
"author": "landonxjames",
"references": [
"aws-sdk-rust#1248"
"smithy-rs#3991"
],
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
"age": 5
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
"age": 4
},
{
"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",
"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",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "ysaito1001",
"author": "landonxjames",
"references": [
"smithy-rs#3992"
"aws-sdk-rust#1244"
],
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
"age": 3
},
{
"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",
"message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "landonxjames",
"references": [
"smithy-rs#3991"
"aws-sdk-rust#1253"
],
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
"age": 3
},
{
"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",
"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",
"meta": {
"bug": true,
"bug": false,
"breaking": false,
"tada": false
"tada": true
},
"author": "landonxjames",
"author": "ysaito1001",
"references": [
"aws-sdk-rust#1244"
"aws-sdk-rust#213",
"aws-sdk-rust#1188"
],
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
"age": 2
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
"age": 1
},
{
"message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
"message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "landonxjames",
"references": [
"aws-sdk-rust#1253"
"smithy-rs#920"
],
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
"age": 2
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
"age": 1
}
],
"aws-sdk-model": []
Expand Down
34 changes: 31 additions & 3 deletions aws/sdk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34d74a3

Please sign in to comment.