Skip to content

Commit b342506

Browse files
Merge smithy-rs-release-1.x.y into main (#4041)
2 parents 64144f4 + 13dbb74 commit b342506

6 files changed

+68
-68
lines changed

.changelog/1740420128.md

-13
This file was deleted.

.changelog/1740421036.md

-12
This file was deleted.

.changelog/config_loader_setters.md

-10
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
March 4th, 2025
3+
===============
4+
**New this release:**
5+
- :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.
6+
7+
28
February 20th, 2025
39
===================
410
**New this release:**

aws/SDK_CHANGELOG.next.json

+31-30
Original file line numberDiff line numberDiff line change
@@ -6,88 +6,89 @@
66
"smithy-rs": [],
77
"aws-sdk-rust": [
88
{
9-
"message": "Allow IMDS clients to be configured with a user-provided `SharedRetryClassifier`.\n",
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",
1010
"meta": {
11-
"bug": false,
11+
"bug": true,
1212
"breaking": false,
13-
"tada": true
13+
"tada": false
1414
},
15-
"author": "landonxjames",
15+
"author": "ysaito1001",
1616
"references": [
17-
"aws-sdk-rust#1233"
17+
"smithy-rs#3992"
1818
],
19-
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
20-
"age": 5
19+
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
20+
"age": 4
2121
},
2222
{
23-
"message": "Fix `EcsCredentialsProvider` to include query params passed via `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI`.\n",
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",
2424
"meta": {
2525
"bug": true,
2626
"breaking": false,
2727
"tada": false
2828
},
29-
"author": "ysaito1001",
29+
"author": "landonxjames",
3030
"references": [
31-
"aws-sdk-rust#1248"
31+
"smithy-rs#3991"
3232
],
33-
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
34-
"age": 5
33+
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
34+
"age": 4
3535
},
3636
{
37-
"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",
37+
"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",
3838
"meta": {
3939
"bug": true,
4040
"breaking": false,
4141
"tada": false
4242
},
43-
"author": "ysaito1001",
43+
"author": "landonxjames",
4444
"references": [
45-
"smithy-rs#3992"
45+
"aws-sdk-rust#1244"
4646
],
47-
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
47+
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
4848
"age": 3
4949
},
5050
{
51-
"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",
51+
"message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
5252
"meta": {
5353
"bug": true,
5454
"breaking": false,
5555
"tada": false
5656
},
5757
"author": "landonxjames",
5858
"references": [
59-
"smithy-rs#3991"
59+
"aws-sdk-rust#1253"
6060
],
61-
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
61+
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
6262
"age": 3
6363
},
6464
{
65-
"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",
65+
"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",
6666
"meta": {
67-
"bug": true,
67+
"bug": false,
6868
"breaking": false,
69-
"tada": false
69+
"tada": true
7070
},
71-
"author": "landonxjames",
71+
"author": "ysaito1001",
7272
"references": [
73-
"aws-sdk-rust#1244"
73+
"aws-sdk-rust#213",
74+
"aws-sdk-rust#1188"
7475
],
75-
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
76-
"age": 2
76+
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
77+
"age": 1
7778
},
7879
{
79-
"message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
80+
"message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n",
8081
"meta": {
8182
"bug": true,
8283
"breaking": false,
8384
"tada": false
8485
},
8586
"author": "landonxjames",
8687
"references": [
87-
"aws-sdk-rust#1253"
88+
"smithy-rs#920"
8889
],
89-
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
90-
"age": 2
90+
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
91+
"age": 1
9192
}
9293
],
9394
"aws-sdk-model": []

aws/sdk/Cargo.lock

+31-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)