Skip to content

Commit b515533

Browse files
Update changelog
1 parent c9786d6 commit b515533

File tree

3 files changed

+103
-121
lines changed

3 files changed

+103
-121
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
March 12th, 2024
3+
================
4+
**New this release:**
5+
- :tada: (all, [smithy-rs#2087](https://github.com/smithy-lang/smithy-rs/issues/2087), [smithy-rs#2520](https://github.com/smithy-lang/smithy-rs/issues/2520), [smithy-rs#3409](https://github.com/smithy-lang/smithy-rs/issues/3409), [aws-sdk-rust#59](https://github.com/awslabs/aws-sdk-rust/issues/59), @landonxjames, @eduardomourar) Added aws-smithy-wasm crate to enable SDK use in WASI compliant environments
6+
- :tada: (client, [smithy-rs#2087](https://github.com/smithy-lang/smithy-rs/issues/2087), [smithy-rs#2520](https://github.com/smithy-lang/smithy-rs/issues/2520), [smithy-rs#3409](https://github.com/smithy-lang/smithy-rs/issues/3409), @landonxjames, @eduardomourar) Added aws-smithy-wasm crate to enable SDK use in WASI compliant environments
7+
- :tada: (all, [smithy-rs#3365](https://github.com/smithy-lang/smithy-rs/issues/3365), [aws-sdk-rust#1046](https://github.com/awslabs/aws-sdk-rust/issues/1046), @cayman-amzn) [`SdkBody`](https://docs.rs/aws-smithy-types/latest/aws_smithy_types/body/struct.SdkBody.html) now implements the 1.0 version of the `http_body::Body` trait.
8+
- (all, [smithy-rs#3470](https://github.com/smithy-lang/smithy-rs/issues/3470)) Upgrade Smithy to 1.45.
9+
- (client, [smithy-rs#3465](https://github.com/smithy-lang/smithy-rs/issues/3465), [smithy-rs#3477](https://github.com/smithy-lang/smithy-rs/issues/3477)) The `ResolveIdentity` trait is now aware of its `IdentityCache` location.
10+
- (client, [smithy-rs#3465](https://github.com/smithy-lang/smithy-rs/issues/3465), [smithy-rs#3477](https://github.com/smithy-lang/smithy-rs/issues/3477)) `RuntimeComponents` can now be converted back to a `RuntimeComponentsBuilder`, using `.to_builder()`.
11+
12+
**Contributors**
13+
Thank you for your contributions! ❤
14+
- @cayman-amzn ([aws-sdk-rust#1046](https://github.com/awslabs/aws-sdk-rust/issues/1046), [smithy-rs#3365](https://github.com/smithy-lang/smithy-rs/issues/3365))
15+
- @eduardomourar ([aws-sdk-rust#59](https://github.com/awslabs/aws-sdk-rust/issues/59), [smithy-rs#2087](https://github.com/smithy-lang/smithy-rs/issues/2087), [smithy-rs#2520](https://github.com/smithy-lang/smithy-rs/issues/2520), [smithy-rs#3409](https://github.com/smithy-lang/smithy-rs/issues/3409))
16+
- @landonxjames ([aws-sdk-rust#59](https://github.com/awslabs/aws-sdk-rust/issues/59), [smithy-rs#2087](https://github.com/smithy-lang/smithy-rs/issues/2087), [smithy-rs#2520](https://github.com/smithy-lang/smithy-rs/issues/2520), [smithy-rs#3409](https://github.com/smithy-lang/smithy-rs/issues/3409))
17+
18+
219
February 22nd, 2024
320
===================
421
**New this release:**

CHANGELOG.next.toml

Lines changed: 1 addition & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -9,70 +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 = "EKS Pod Identity is now supported as part of the default ECS credential provider."
16-
references = ["smithy-rs#3416"]
17-
meta = { "breaking" = false, "bug" = false, "tada" = true }
18-
author = "jackkleeman"
19-
20-
[[smithy-rs]]
21-
message = "Added aws-smithy-wasm crate to enable SDK use in WASI compliant environments"
22-
references = ["smithy-rs#2087", "smithy-rs#2520", "smithy-rs#3409", "aws-sdk-rust#59"]
23-
meta = { "breaking" = false, "tada" = true, "bug" = false }
24-
authors = ["landonxjames", "eduardomourar"]
25-
26-
[[smithy-rs]]
27-
message = "Added aws-smithy-wasm crate to enable SDK use in WASI compliant environments"
28-
references = ["smithy-rs#2087", "smithy-rs#2520", "smithy-rs#3409"]
29-
meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "client"}
30-
authors = ["landonxjames", "eduardomourar"]
31-
32-
[[smithy-rs]]
33-
message = "[`SdkBody`](https://docs.rs/aws-smithy-types/latest/aws_smithy_types/body/struct.SdkBody.html) now implements the 1.0 version of the `http_body::Body` trait."
34-
references = ["smithy-rs#3365", "aws-sdk-rust#1046"]
35-
meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "all" }
36-
authors = ["cayman-amzn", "rcoh"]
37-
38-
[[aws-sdk-rust]]
39-
message = "Add support for Lambda's `InvokeWithResponseStreaming` and Bedrock Agent Runtime's `InvokeAgent` operations."
40-
references = ["aws-sdk-rust#1075", "aws-sdk-rust#1080", "smithy-rs#3451"]
41-
meta = { "breaking" = false, "bug" = false, "tada" = true }
42-
author = "jdisanti"
43-
44-
[[aws-sdk-rust]]
45-
message = "Added support for SSO bearer token authentication. The aws-sdk-codecatalyst crate can now send requests without erroring."
46-
references = ["aws-sdk-rust#703", "smithy-rs#3453"]
47-
meta = { "breaking" = false, "bug" = false, "tada" = true }
48-
author = "jdisanti"
49-
50-
[[smithy-rs]]
51-
message = "Upgrade Smithy to 1.45."
52-
references = ["smithy-rs#3470"]
53-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "all" }
54-
authors = ["jdisanti"]
55-
56-
[[aws-sdk-rust]]
57-
message = "Add support for S3 Express One Zone. See [the user guide](https://github.com/awslabs/aws-sdk-rust/discussions/1091) for more details."
58-
references = ["aws-sdk-rust#992", "smithy-rs#3465"]
59-
meta = { "breaking" = false, "bug" = false, "tada" = true }
60-
author = "ysaito1001"
61-
62-
[[smithy-rs]]
63-
message = "The `ResolveIdentity` trait is now aware of its `IdentityCache` location."
64-
references = ["smithy-rs#3465", "smithy-rs#3477"]
65-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
66-
author = "ysaito1001"
67-
68-
[[smithy-rs]]
69-
message = "`RuntimeComponents` can now be converted back to a `RuntimeComponentsBuilder`, using `.to_builder()`."
70-
references = ["smithy-rs#3465", "smithy-rs#3477"]
71-
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
72-
authors = "ysaito1001"
73-
74-
[[aws-sdk-rust]]
75-
message = "`aws_sigv4::http_request::settigns::SigningSettings` adds a new setting `session_token_name_override` to allow for an alternative session token name for SigV4 signing."
76-
references = ["smithy-rs#3465", "smithy-rs#3477"]
77-
meta = { "breaking" = false, "bug" = false, "tada" = false }
78-
author = "ysaito1001"
12+
# author = "rcoh"

aws/SDK_CHANGELOG.next.json

Lines changed: 85 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -5,50 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "`EndpointPrefix` and `apply_endpoint` moved from aws-smithy-http to aws-smithy-runtime-api so that is in a stable (1.x) crate. A deprecated type alias was left in place with a note showing the new location.",
10-
"meta": {
11-
"bug": false,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "jdisanti",
16-
"references": [
17-
"smithy-rs#3318"
18-
],
19-
"since-commit": "edf6e77bfa991aef9afa5acf293a911f7982511a",
20-
"age": 5
21-
},
22-
{
23-
"message": "Fix bug where overriding the credentials at the operation level failed if credentials were already set.",
24-
"meta": {
25-
"bug": true,
26-
"breaking": false,
27-
"tada": false
28-
},
29-
"author": "rcoh",
30-
"references": [
31-
"aws-sdk-rust#901",
32-
"smithy-rs#3363"
33-
],
34-
"since-commit": "edf6e77bfa991aef9afa5acf293a911f7982511a",
35-
"age": 5
36-
},
37-
{
38-
"message": "Add `apply_to_request_http1x` to `aws-sigv4` to enable signing http = 1.0 requests.",
39-
"meta": {
40-
"bug": false,
41-
"breaking": false,
42-
"tada": true
43-
},
44-
"author": "rcoh",
45-
"references": [
46-
"aws-sdk-rust#1041",
47-
"smithy-rs#3366"
48-
],
49-
"since-commit": "edf6e77bfa991aef9afa5acf293a911f7982511a",
50-
"age": 5
51-
},
528
{
539
"message": "The types in the aws-http crate were moved into aws-runtime. Deprecated type aliases were put in place to point to the new locations.",
5410
"meta": {
@@ -61,7 +17,7 @@
6117
"smithy-rs#3355"
6218
],
6319
"since-commit": "a781be3cd8d22f4ebb5c06a758ddd5f1d6824ded",
64-
"age": 4
20+
"age": 5
6521
},
6622
{
6723
"message": "Add support for `[sso-session]` in AWS config file for AWS Identity Center SSO credentials. Note that this does not include support for AWS Builder ID SSO sessions for services such as Code Catalyst (these lack the `sso_account_id` and `sso_role_name` fields in the profile config). Support for AWS Builder IDs is still being tracked in https://github.com/awslabs/aws-sdk-rust/issues/703.",
@@ -76,7 +32,7 @@
7632
"smithy-rs#3379"
7733
],
7834
"since-commit": "a781be3cd8d22f4ebb5c06a758ddd5f1d6824ded",
79-
"age": 4
35+
"age": 5
8036
},
8137
{
8238
"message": "The types in the aws-http crate were moved into aws-runtime. Deprecated type aliases were put in place to point to the new locations.",
@@ -90,7 +46,7 @@
9046
"smithy-rs#3355"
9147
],
9248
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
93-
"age": 2
49+
"age": 3
9450
},
9551
{
9652
"message": "Add `try_into_http1x` and `try_from_http1x` to Request and Response container types.",
@@ -106,7 +62,7 @@
10662
"smithy-rs#3373"
10763
],
10864
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
109-
"age": 2
65+
"age": 3
11066
},
11167
{
11268
"message": "It is now possible to send customized presigned requests. You can now call `.customize().<customizations>.presigned(...).await`. Previously, only normal requests supported customization.",
@@ -121,7 +77,7 @@
12177
"aws-sdk-rust#1031"
12278
],
12379
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
124-
"age": 2
80+
"age": 3
12581
},
12682
{
12783
"message": "Added impl `Display` to Enums.",
@@ -136,7 +92,7 @@
13692
"smithy-rs#3391"
13793
],
13894
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
139-
"age": 2
95+
"age": 3
14096
},
14197
{
14298
"message": "Retry classifiers will now be sorted by priority. This change only affects requests\nthat are retried. Some requests that were previously been classified as transient\nerrors may now be classified as throttling errors.\n\nIf you were\n\n- configuring multiple custom retry classifiers\n- that would disagree on how to classify a response\n- that have differing priorities\n\nyou may see a behavior change in that classification for the same response is now\ndependent on the classifier priority instead of the order in which the classifier\nwas added.\n",
@@ -150,7 +106,7 @@
150106
"smithy-rs#3322"
151107
],
152108
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
153-
"age": 2
109+
"age": 3
154110
},
155111
{
156112
"message": "Cap the maximum jitter fraction for credentials cache refresh buffer time to 0.5. It was previously 1.0, and if the fraction was randomly set to 1.0, it was equivalent to disregarding the buffer time for cache refresh.",
@@ -164,7 +120,7 @@
164120
"smithy-rs#3402"
165121
],
166122
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
167-
"age": 2
123+
"age": 3
168124
},
169125
{
170126
"message": "Retain the SSO token cache between calls to `provide_credentials` when using IAM Identity Center SSO via the AWS config file.",
@@ -178,7 +134,7 @@
178134
"smithy-rs#3387"
179135
],
180136
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
181-
"age": 2
137+
"age": 3
182138
},
183139
{
184140
"message": "Fix bug where timeout settings where not merged properly. This will add a default connect timeout of 3.1s seconds for most clients.\n\n[**For more details see the long-form changelog discussion**](https://github.com/smithy-lang/smithy-rs/discussions/3408).",
@@ -194,7 +150,7 @@
194150
"smithy-rs#3258"
195151
],
196152
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
197-
"age": 2
153+
"age": 3
198154
},
199155
{
200156
"message": "The MSRV has been increase to 1.74.1",
@@ -208,6 +164,81 @@
208164
"smithy-rs#3410"
209165
],
210166
"since-commit": "bc1e019e9a9aba438d855e660d18b6ab7d8a903c",
167+
"age": 2
168+
},
169+
{
170+
"message": "EKS Pod Identity is now supported as part of the default ECS credential provider.",
171+
"meta": {
172+
"bug": false,
173+
"breaking": false,
174+
"tada": true
175+
},
176+
"author": "jackkleeman",
177+
"references": [
178+
"smithy-rs#3416"
179+
],
180+
"since-commit": "c9786d6f56357348714e6c85f3f345a30d8674d8",
181+
"age": 1
182+
},
183+
{
184+
"message": "Add support for Lambda's `InvokeWithResponseStreaming` and Bedrock Agent Runtime's `InvokeAgent` operations.",
185+
"meta": {
186+
"bug": false,
187+
"breaking": false,
188+
"tada": true
189+
},
190+
"author": "jdisanti",
191+
"references": [
192+
"aws-sdk-rust#1075",
193+
"aws-sdk-rust#1080",
194+
"smithy-rs#3451"
195+
],
196+
"since-commit": "c9786d6f56357348714e6c85f3f345a30d8674d8",
197+
"age": 1
198+
},
199+
{
200+
"message": "Added support for SSO bearer token authentication. The aws-sdk-codecatalyst crate can now send requests without erroring.",
201+
"meta": {
202+
"bug": false,
203+
"breaking": false,
204+
"tada": true
205+
},
206+
"author": "jdisanti",
207+
"references": [
208+
"aws-sdk-rust#703",
209+
"smithy-rs#3453"
210+
],
211+
"since-commit": "c9786d6f56357348714e6c85f3f345a30d8674d8",
212+
"age": 1
213+
},
214+
{
215+
"message": "Add support for S3 Express One Zone. See [the user guide](https://github.com/awslabs/aws-sdk-rust/discussions/1091) for more details.",
216+
"meta": {
217+
"bug": false,
218+
"breaking": false,
219+
"tada": true
220+
},
221+
"author": "ysaito1001",
222+
"references": [
223+
"aws-sdk-rust#992",
224+
"smithy-rs#3465"
225+
],
226+
"since-commit": "c9786d6f56357348714e6c85f3f345a30d8674d8",
227+
"age": 1
228+
},
229+
{
230+
"message": "`aws_sigv4::http_request::settigns::SigningSettings` adds a new setting `session_token_name_override` to allow for an alternative session token name for SigV4 signing.",
231+
"meta": {
232+
"bug": false,
233+
"breaking": false,
234+
"tada": false
235+
},
236+
"author": "ysaito1001",
237+
"references": [
238+
"smithy-rs#3465",
239+
"smithy-rs#3477"
240+
],
241+
"since-commit": "c9786d6f56357348714e6c85f3f345a30d8674d8",
211242
"age": 1
212243
}
213244
],

0 commit comments

Comments
 (0)