Skip to content

Commit e2a10a5

Browse files
Update changelog
1 parent cf65f81 commit e2a10a5

File tree

3 files changed

+7
-93
lines changed

3 files changed

+7
-93
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
June 12th, 2024
3+
===============
4+
25
June 10th, 2024
36
===============
47
**New this release:**

CHANGELOG.next.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# message = "Fix typos in module documentation for generated crates"
1010
# references = ["smithy-rs#920"]
1111
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
12-
# author = "rcoh"
12+
# author = "rcoh"

aws/SDK_CHANGELOG.next.json

Lines changed: 3 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -5,95 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "Fix panics that occurred when `Duration` for exponential backoff could not be created from too big a float.",
10-
"meta": {
11-
"bug": true,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "ysaito1001",
16-
"references": [
17-
"aws-sdk-rust#1133"
18-
],
19-
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
20-
"age": 5
21-
},
22-
{
23-
"message": "Clients now enforce that the Content-Length sent by the server matches the length of the returned response body. In most cases, Hyper will enforce this behavior, however, in extremely rare circumstances where the Tokio runtime is dropped in between subsequent requests, this scenario can occur.",
24-
"meta": {
25-
"bug": true,
26-
"breaking": false,
27-
"tada": false
28-
},
29-
"author": "rcoh",
30-
"references": [
31-
"aws-sdk-rust#1079"
32-
],
33-
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
34-
"age": 5
35-
},
36-
{
37-
"message": "Fixes stalled upload stream protection to not apply to empty request bodies and to stop checking for violations once the request body has been read.",
38-
"meta": {
39-
"bug": true,
40-
"breaking": false,
41-
"tada": false
42-
},
43-
"author": [
44-
"aajtodd",
45-
"Velfi"
46-
],
47-
"references": [
48-
"aws-sdk-rust#1141",
49-
"aws-sdk-rust#1146",
50-
"aws-sdk-rust#1148"
51-
],
52-
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
53-
"age": 5
54-
},
55-
{
56-
"message": "Updating the documentation for the `app_name` method on `ConfigLoader` to indicate the order of precedence for the sources of the `AppName`.",
57-
"meta": {
58-
"bug": false,
59-
"breaking": false,
60-
"tada": false
61-
},
62-
"author": "landonxjames",
63-
"references": [
64-
"smithy-rs#3645"
65-
],
66-
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
67-
"age": 5
68-
},
69-
{
70-
"message": "Update MSRV to `1.76.0`",
71-
"meta": {
72-
"bug": false,
73-
"breaking": true,
74-
"tada": true
75-
},
76-
"author": "landonxjames",
77-
"references": [
78-
"smithy-rs#3653"
79-
],
80-
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
81-
"age": 5
82-
},
83-
{
84-
"message": "Compression is now supported for operations modeled with the `@requestCompression` trait.\n\n[**For more details, see the long-form changelog discussion**](https://github.com/smithy-lang/smithy-rs/discussions/3646).\n",
85-
"meta": {
86-
"bug": false,
87-
"breaking": false,
88-
"tada": true
89-
},
90-
"author": "Velfi",
91-
"references": [
92-
"smithy-rs#2891"
93-
],
94-
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
95-
"age": 5
96-
},
978
{
989
"message": "Fix the Content-Length enforcement so it is only applied to GET requests.",
9910
"meta": {
@@ -110,7 +21,7 @@
11021
"smithy-rs#3657"
11122
],
11223
"since-commit": "db89652d8c11cd2a2da8e887fac8b34393c182fe",
113-
"age": 4
24+
"age": 5
11425
},
11526
{
11627
"message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.",
@@ -125,7 +36,7 @@
12536
"smithy-rs#3673"
12637
],
12738
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
128-
"age": 1
39+
"age": 2
12940
},
13041
{
13142
"message": "Fix S3 ListParts API paginator infinite loop.",
@@ -139,7 +50,7 @@
13950
"aws-sdk-rust#1143"
14051
],
14152
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
142-
"age": 1
53+
"age": 2
14354
}
14455
],
14556
"aws-sdk-model": []

0 commit comments

Comments
 (0)