Skip to content

Commit e432b39

Browse files
Update changelog
1 parent 2561e01 commit e432b39

File tree

3 files changed

+66
-82
lines changed

3 files changed

+66
-82
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
March 25th, 2024
3+
================
4+
**New this release:**
5+
- (all, [smithy-rs#3476](https://github.com/smithy-lang/smithy-rs/issues/3476), @landonxjames) Increased minimum version of wasi crate dependency in aws-smithy-wasm to 0.12.1.
6+
7+
**Contributors**
8+
Thank you for your contributions! ❤
9+
- @landonxjames ([smithy-rs#3476](https://github.com/smithy-lang/smithy-rs/issues/3476))
10+
11+
212
March 12th, 2024
313
================
414
**New this release:**

CHANGELOG.next.toml

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,43 +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-smithy-mocks-experimental]]
15-
message = "Replace `enforce_order(bool)` with `enum RuleMode`"
16-
references = ["smithy-rs#3502", "awsdocs/aws-doc-sdk-examples#6264"]
17-
meta = { "breaking" = true, "tada" = false, "bug" = false }
18-
19-
[[smithy-rs]]
20-
message = "Increased minimum version of wasi crate dependency in aws-smithy-wasm to 0.12.1."
21-
references = ["smithy-rs#3476"]
22-
meta = { "breaking" = false, "tada" = false, "bug" = false }
23-
authors = ["landonxjames"]
24-
25-
[[aws-sdk-rust]]
26-
message = "`DefaultS3ExpressIdentityProvider` now uses `BehaviorVersion` threaded through from the outer S3 client, instead of always creating `BehaviorVersion::latest()` on the fly."
27-
references = ["smithy-rs#3478"]
28-
meta = { "breaking" = false, "bug" = true, "tada" = false }
29-
author = "ysaito1001"
30-
31-
[[aws-sdk-rust]]
32-
message = """
33-
Users may now set an endpoint URL from the env or profile file:
34-
35-
- env: `AWS_ENDPOINT_URL="http://localhost"`
36-
- profile: `endpoint_url = http://localhost`
37-
38-
Users may also ignore endpoint URLs sourced from the env and profile files:
39-
40-
- env: `AWS_IGNORE_CONFIGURED_ENDPOINT_URLS="true"`
41-
- profile: `ignore_configured_endpoint_urls = true`
42-
"""
43-
references = ["smithy-rs#3488"]
44-
meta = { "breaking" = false, "tada" = true, "bug" = false }
45-
authors = ["Velfi"]
46-
47-
[[aws-sdk-rust]]
48-
message = "Fix a bug where a `sigv4-s3express` auth scheme was incorrectly positioned at the front of `auth_scheme_options` and was used when no auth schemes were available for an endpoint."
49-
references = ["smithy-rs#3498"]
50-
meta = { "breaking" = false, "bug" = true, "tada" = false }
51-
author = "ysaito1001"
12+
# author = "rcoh"

aws/SDK_CHANGELOG.next.json

Lines changed: 55 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"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.",
10-
"meta": {
11-
"bug": false,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "jdisanti",
16-
"references": [
17-
"smithy-rs#3355"
18-
],
19-
"since-commit": "a781be3cd8d22f4ebb5c06a758ddd5f1d6824ded",
20-
"age": 5
21-
},
22-
{
23-
"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.",
24-
"meta": {
25-
"bug": false,
26-
"breaking": false,
27-
"tada": true
28-
},
29-
"author": "jdisanti",
30-
"references": [
31-
"aws-sdk-rust#703",
32-
"smithy-rs#3379"
33-
],
34-
"since-commit": "a781be3cd8d22f4ebb5c06a758ddd5f1d6824ded",
35-
"age": 5
36-
},
378
{
389
"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.",
3910
"meta": {
@@ -46,7 +17,7 @@
4617
"smithy-rs#3355"
4718
],
4819
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
49-
"age": 3
20+
"age": 4
5021
},
5122
{
5223
"message": "Add `try_into_http1x` and `try_from_http1x` to Request and Response container types.",
@@ -62,7 +33,7 @@
6233
"smithy-rs#3373"
6334
],
6435
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
65-
"age": 3
36+
"age": 4
6637
},
6738
{
6839
"message": "It is now possible to send customized presigned requests. You can now call `.customize().<customizations>.presigned(...).await`. Previously, only normal requests supported customization.",
@@ -77,7 +48,7 @@
7748
"aws-sdk-rust#1031"
7849
],
7950
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
80-
"age": 3
51+
"age": 4
8152
},
8253
{
8354
"message": "Added impl `Display` to Enums.",
@@ -92,7 +63,7 @@
9263
"smithy-rs#3391"
9364
],
9465
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
95-
"age": 3
66+
"age": 4
9667
},
9768
{
9869
"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",
@@ -106,7 +77,7 @@
10677
"smithy-rs#3322"
10778
],
10879
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
109-
"age": 3
80+
"age": 4
11081
},
11182
{
11283
"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.",
@@ -120,7 +91,7 @@
12091
"smithy-rs#3402"
12192
],
12293
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
123-
"age": 3
94+
"age": 4
12495
},
12596
{
12697
"message": "Retain the SSO token cache between calls to `provide_credentials` when using IAM Identity Center SSO via the AWS config file.",
@@ -134,7 +105,7 @@
134105
"smithy-rs#3387"
135106
],
136107
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
137-
"age": 3
108+
"age": 4
138109
},
139110
{
140111
"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).",
@@ -150,7 +121,7 @@
150121
"smithy-rs#3258"
151122
],
152123
"since-commit": "403580262f6089c62747b20b6ed1cfc7a09e79bc",
153-
"age": 3
124+
"age": 4
154125
},
155126
{
156127
"message": "The MSRV has been increase to 1.74.1",
@@ -164,7 +135,7 @@
164135
"smithy-rs#3410"
165136
],
166137
"since-commit": "bc1e019e9a9aba438d855e660d18b6ab7d8a903c",
167-
"age": 2
138+
"age": 3
168139
},
169140
{
170141
"message": "EKS Pod Identity is now supported as part of the default ECS credential provider.",
@@ -178,7 +149,7 @@
178149
"smithy-rs#3416"
179150
],
180151
"since-commit": "c9786d6f56357348714e6c85f3f345a30d8674d8",
181-
"age": 1
152+
"age": 2
182153
},
183154
{
184155
"message": "Add support for Lambda's `InvokeWithResponseStreaming` and Bedrock Agent Runtime's `InvokeAgent` operations.",
@@ -194,7 +165,7 @@
194165
"smithy-rs#3451"
195166
],
196167
"since-commit": "c9786d6f56357348714e6c85f3f345a30d8674d8",
197-
"age": 1
168+
"age": 2
198169
},
199170
{
200171
"message": "Added support for SSO bearer token authentication. The aws-sdk-codecatalyst crate can now send requests without erroring.",
@@ -209,7 +180,7 @@
209180
"smithy-rs#3453"
210181
],
211182
"since-commit": "c9786d6f56357348714e6c85f3f345a30d8674d8",
212-
"age": 1
183+
"age": 2
213184
},
214185
{
215186
"message": "Add support for S3 Express One Zone. See [the user guide](https://github.com/awslabs/aws-sdk-rust/discussions/1091) for more details.",
@@ -224,7 +195,7 @@
224195
"smithy-rs#3465"
225196
],
226197
"since-commit": "c9786d6f56357348714e6c85f3f345a30d8674d8",
227-
"age": 1
198+
"age": 2
228199
},
229200
{
230201
"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.",
@@ -239,6 +210,48 @@
239210
"smithy-rs#3477"
240211
],
241212
"since-commit": "c9786d6f56357348714e6c85f3f345a30d8674d8",
213+
"age": 2
214+
},
215+
{
216+
"message": "`DefaultS3ExpressIdentityProvider` now uses `BehaviorVersion` threaded through from the outer S3 client, instead of always creating `BehaviorVersion::latest()` on the fly.",
217+
"meta": {
218+
"bug": true,
219+
"breaking": false,
220+
"tada": false
221+
},
222+
"author": "ysaito1001",
223+
"references": [
224+
"smithy-rs#3478"
225+
],
226+
"since-commit": "2561e01afca63a28b5034a99c610373f84545721",
227+
"age": 1
228+
},
229+
{
230+
"message": "Users may now set an endpoint URL from the env or profile file:\n\n- env: `AWS_ENDPOINT_URL=\"http://localhost\"`\n- profile: `endpoint_url = http://localhost`\n\nUsers may also ignore endpoint URLs sourced from the env and profile files:\n\n- env: `AWS_IGNORE_CONFIGURED_ENDPOINT_URLS=\"true\"`\n- profile: `ignore_configured_endpoint_urls = true`\n",
231+
"meta": {
232+
"bug": false,
233+
"breaking": false,
234+
"tada": true
235+
},
236+
"author": "Velfi",
237+
"references": [
238+
"smithy-rs#3488"
239+
],
240+
"since-commit": "2561e01afca63a28b5034a99c610373f84545721",
241+
"age": 1
242+
},
243+
{
244+
"message": "Fix a bug where a `sigv4-s3express` auth scheme was incorrectly positioned at the front of `auth_scheme_options` and was used when no auth schemes were available for an endpoint.",
245+
"meta": {
246+
"bug": true,
247+
"breaking": false,
248+
"tada": false
249+
},
250+
"author": "ysaito1001",
251+
"references": [
252+
"smithy-rs#3498"
253+
],
254+
"since-commit": "2561e01afca63a28b5034a99c610373f84545721",
242255
"age": 1
243256
}
244257
],

0 commit comments

Comments
 (0)