Skip to content

Commit 6df3f4c

Browse files
Update changelog
1 parent 052b4da commit 6df3f4c

File tree

3 files changed

+48
-66
lines changed

3 files changed

+48
-66
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
June 10th, 2024
3+
===============
4+
**New this release:**
5+
- (all, [smithy-rs#1925](https://github.com/smithy-lang/smithy-rs/issues/1925), [smithy-rs#3673](https://github.com/smithy-lang/smithy-rs/issues/3673)) Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.
6+
- :bug: (client, [smithy-rs#3675](https://github.com/smithy-lang/smithy-rs/issues/3675), @dastrom) Enable aws-smithy-runtime to compile in rustc 1.72.1
7+
8+
**Contributors**
9+
Thank you for your contributions! ❤
10+
- @dastrom ([smithy-rs#3675](https://github.com/smithy-lang/smithy-rs/issues/3675))
11+
12+
213
June 3rd, 2024
314
==============
415
**New this release:**

CHANGELOG.next.toml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +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"
13-
14-
[[aws-sdk-rust]]
15-
message = "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`."
16-
references = ["smithy-rs#1925", "smithy-rs#3673"]
17-
meta = { "breaking" = false, "tada" = false, "bug" = false }
18-
author = "Velfi"
19-
20-
[[smithy-rs]]
21-
message = "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`."
22-
references = ["smithy-rs#1925", "smithy-rs#3673"]
23-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "all"}
24-
author = "Velfi"
25-
26-
[[smithy-rs]]
27-
message = "Enable aws-smithy-runtime to compile in rustc 1.72.1"
28-
references = ["smithy-rs#3675"]
29-
meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client" }
30-
author = "dastrom"
31-
32-
[[aws-sdk-rust]]
33-
message = "Fix S3 ListParts API paginator infinite loop."
34-
references = ["aws-sdk-rust#1143"]
35-
meta = { "breaking" = false, "tada" = false, "bug" = true }
36-
author = "landonxjames"
37-
38-
[[aws-smithy-runtime-api]]
39-
message = "Add conversions from smithy StatusCode to http StatusCode."
40-
references = ["smithy-rs#3637"]
41-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "all"}
42-
author = "khuey"
12+
# author = "rcoh"

aws/SDK_CHANGELOG.next.json

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "`aws-config::loader::ConfigLoader` now creates an `IdentityCache` by default when using `BehaviorVersion::v2024_03_28()`\nor newer. If you're using `BehaviorVersion::latest()`, you will get this change automatically when updating. This\nallows clients created from `SdkConfig` to use the same cache instance by default resulting in fewer cache misses\nwhen using multiple clients.\n",
10-
"meta": {
11-
"bug": false,
12-
"breaking": false,
13-
"tada": true
14-
},
15-
"author": "aajtodd",
16-
"references": [
17-
"smithy-rs#3427"
18-
],
19-
"since-commit": "51429ad43da1b62013535aab643c24530f3e44bd",
20-
"age": 5
21-
},
22-
{
23-
"message": "Stalled stream protection on uploads is now enabled by default behind `BehaviorVersion::v2024_03_28()`. If you're using `BehaviorVersion::latest()`, you will get this change automatically by running `cargo update`. Updating your SDK is not necessary, this change will happen when a new version of the client libraries are consumed.",
24-
"meta": {
25-
"bug": false,
26-
"breaking": true,
27-
"tada": true
28-
},
29-
"author": "jdisanti",
30-
"references": [
31-
"smithy-rs#3527"
32-
],
33-
"since-commit": "51429ad43da1b62013535aab643c24530f3e44bd",
34-
"age": 5
35-
},
368
{
379
"message": "Fix panics that occurred when `Duration` for exponential backoff could not be created from too big a float.",
3810
"meta": {
@@ -45,7 +17,7 @@
4517
"aws-sdk-rust#1133"
4618
],
4719
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
48-
"age": 4
20+
"age": 5
4921
},
5022
{
5123
"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.",
@@ -59,7 +31,7 @@
5931
"aws-sdk-rust#1079"
6032
],
6133
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
62-
"age": 4
34+
"age": 5
6335
},
6436
{
6537
"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.",
@@ -78,7 +50,7 @@
7850
"aws-sdk-rust#1148"
7951
],
8052
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
81-
"age": 4
53+
"age": 5
8254
},
8355
{
8456
"message": "Updating the documentation for the `app_name` method on `ConfigLoader` to indicate the order of precedence for the sources of the `AppName`.",
@@ -92,7 +64,7 @@
9264
"smithy-rs#3645"
9365
],
9466
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
95-
"age": 4
67+
"age": 5
9668
},
9769
{
9870
"message": "Update MSRV to `1.76.0`",
@@ -106,7 +78,7 @@
10678
"smithy-rs#3653"
10779
],
10880
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
109-
"age": 4
81+
"age": 5
11082
},
11183
{
11284
"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",
@@ -120,7 +92,7 @@
12092
"smithy-rs#2891"
12193
],
12294
"since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51",
123-
"age": 4
95+
"age": 5
12496
},
12597
{
12698
"message": "Fix the Content-Length enforcement so it is only applied to GET requests.",
@@ -138,7 +110,36 @@
138110
"smithy-rs#3657"
139111
],
140112
"since-commit": "db89652d8c11cd2a2da8e887fac8b34393c182fe",
141-
"age": 3
113+
"age": 4
114+
},
115+
{
116+
"message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.",
117+
"meta": {
118+
"bug": false,
119+
"breaking": false,
120+
"tada": false
121+
},
122+
"author": "Velfi",
123+
"references": [
124+
"smithy-rs#1925",
125+
"smithy-rs#3673"
126+
],
127+
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
128+
"age": 1
129+
},
130+
{
131+
"message": "Fix S3 ListParts API paginator infinite loop.",
132+
"meta": {
133+
"bug": true,
134+
"breaking": false,
135+
"tada": false
136+
},
137+
"author": "landonxjames",
138+
"references": [
139+
"aws-sdk-rust#1143"
140+
],
141+
"since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
142+
"age": 1
142143
}
143144
],
144145
"aws-sdk-model": []

0 commit comments

Comments
 (0)