Skip to content

Commit e4ced33

Browse files
Merge smithy-rs-release-1.x.y into main (#3766)
2 parents 0b059fb + de982bf commit e4ced33

File tree

3 files changed

+28
-30
lines changed

3 files changed

+28
-30
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
July 16th, 2024
3+
===============
4+
**New this release:**
5+
- (client, [smithy-rs#3742](https://github.com/smithy-lang/smithy-rs/issues/3742)) Support `stringArray` type in endpoints params
6+
- (client, [smithy-rs#3755](https://github.com/smithy-lang/smithy-rs/issues/3755)) Add support for `operationContextParams` Endpoints trait
7+
- (client, [smithy-rs#3591](https://github.com/smithy-lang/smithy-rs/issues/3591)) `aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in generated clients so that using these types does not require directly depending on `aws-smithy-runtime-api`.
8+
9+
210
July 9th, 2024
311
==============
412
**Breaking Changes:**

CHANGELOG.next.toml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +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-
[[smithy-rs]]
15-
message = "Support `stringArray` type in endpoints params"
16-
references = ["smithy-rs#3742"]
17-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"}
18-
author = "landonxjames"
19-
20-
[[smithy-rs]]
21-
message = "Add support for `operationContextParams` Endpoints trait"
22-
references = ["smithy-rs#3755"]
23-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"}
24-
author = "landonxjames"
25-
26-
[[aws-sdk-rust]]
27-
message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in AWS SDK clients so that using these types does not require directly depending on `aws-smithy-runtime-api`."
28-
references = ["smithy-rs#3591"]
29-
meta = { "breaking" = false, "tada" = false, "bug" = false }
30-
author = "ysaito1001"
31-
32-
[[smithy-rs]]
33-
message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in generated clients so that using these types does not require directly depending on `aws-smithy-runtime-api`."
34-
references = ["smithy-rs#3591"]
35-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
36-
author = "ysaito1001"
12+
# author = "rcoh"

aws/SDK_CHANGELOG.next.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"smithy-rs#3639"
1919
],
2020
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
21-
"age": 4
21+
"age": 5
2222
},
2323
{
2424
"message": "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate.",
@@ -32,7 +32,7 @@
3232
"aws-sdk-rust#1162"
3333
],
3434
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
35-
"age": 4
35+
"age": 5
3636
},
3737
{
3838
"message": "Pre-signed requests may now be converted to Http v1.x requests. This requires enabling the `http-1x` feature for the SDK in question.\nThen, call `PresignedRequest::make_http_1x_request` or `PresignedRequest::into_http_1x_request`.\n",
@@ -46,7 +46,7 @@
4646
"smithy-rs#3696"
4747
],
4848
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
49-
"age": 4
49+
"age": 5
5050
},
5151
{
5252
"message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.",
@@ -60,7 +60,7 @@
6060
"aws-sdk-rust#1163"
6161
],
6262
"since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
63-
"age": 4
63+
"age": 5
6464
},
6565
{
6666
"message": "Add customizations for S3 Expires fields.",
@@ -74,7 +74,7 @@
7474
"smithy-rs#3730"
7575
],
7676
"since-commit": "fe1b341e8f1a4ee307554f1a63bf62ec72d8c9a3",
77-
"age": 2
77+
"age": 3
7878
},
7979
{
8080
"message": "Fix bug where stalled stream protection would panic with an underflow if the first event was logged too soon.",
@@ -88,6 +88,20 @@
8888
"smithy-rs#3744"
8989
],
9090
"since-commit": "56f4c8e9479792b8b52cc394d563ed49a01d1dcc",
91+
"age": 2
92+
},
93+
{
94+
"message": "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in AWS SDK clients so that using these types does not require directly depending on `aws-smithy-runtime-api`.",
95+
"meta": {
96+
"bug": false,
97+
"breaking": false,
98+
"tada": false
99+
},
100+
"author": "ysaito1001",
101+
"references": [
102+
"smithy-rs#3591"
103+
],
104+
"since-commit": "8d23be1392c46a4d59c2910c3dab00ecaad2cf26",
91105
"age": 1
92106
}
93107
],

0 commit comments

Comments
 (0)