Skip to content

Commit 14f8042

Browse files
Update changelog
1 parent 7558d31 commit 14f8042

File tree

4 files changed

+25
-53
lines changed

4 files changed

+25
-53
lines changed

.changelog/1742827344.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changelog/spans.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
March 25th, 2025
3+
================
4+
**New this release:**
5+
- :bug: (client, [smithy-rs#4054](https://github.com/smithy-lang/smithy-rs/issues/4054)) Fix traversal of operations bound to resources in several places including logic to determine if an event stream exists
6+
- (client, [smithy-rs#4052](https://github.com/smithy-lang/smithy-rs/issues/4052)) Update spans to better align with spec.
7+
8+
29
March 10th, 2025
310
================
411
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 18 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,6 @@
55
{
66
"smithy-rs": [],
77
"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-
},
368
{
379
"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",
3810
"meta": {
@@ -45,7 +17,7 @@
4517
"aws-sdk-rust#1244"
4618
],
4719
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
48-
"age": 4
20+
"age": 5
4921
},
5022
{
5123
"message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
@@ -59,7 +31,7 @@
5931
"aws-sdk-rust#1253"
6032
],
6133
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
62-
"age": 4
34+
"age": 5
6335
},
6436
{
6537
"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,7 +46,7 @@
7446
"aws-sdk-rust#1188"
7547
],
7648
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
77-
"age": 2
49+
"age": 3
7850
},
7951
{
8052
"message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n",
@@ -88,7 +60,7 @@
8860
"smithy-rs#920"
8961
],
9062
"since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
91-
"age": 2
63+
"age": 3
9264
},
9365
{
9466
"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,6 +76,20 @@
10476
"smithy-rs#3710"
10577
],
10678
"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",
10793
"age": 1
10894
}
10995
],

0 commit comments

Comments
 (0)