Skip to content

Commit 633f715

Browse files
committed
Merge remote-tracking branch 'origin/main' into hyper1
2 parents 681f85e + fd10a16 commit 633f715

File tree

36 files changed

+856
-518
lines changed

36 files changed

+856
-518
lines changed

.changelog/1728582276.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changelog/1729271936.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
test-rust-windows:
204204
name: Rust Tests on Windows
205205
runs-on: windows-latest
206-
timeout-minutes: 20
206+
timeout-minutes: 30
207207
env:
208208
# Disable incremental compilation to reduce disk space use
209209
CARGO_INCREMENTAL: 0

.github/workflows/pull-request-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
apt_dependencies: libssl-dev gnuplot jq
3131
java_version: 17
3232
rust_toolchain_components: clippy,rustfmt
33-
rust_nightly_version: nightly-2024-03-15
33+
rust_nightly_version: nightly-2024-06-30
3434

3535
jobs:
3636
generate-diff:

.github/workflows/pull-request-updating-lockfiles.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@ jobs:
113113
env:
114114
GITHUB_TOKEN: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }}
115115
run: |
116+
echo -e 'If CI fails, commit the necessary fixes to this PR until all checks pass.\n\nIf changes are required to [crateNameToLastKnownWorkingVersions](https://github.com/smithy-lang/smithy-rs/blob/92916b5484cdfef9ff58540ebf5e845eeeccf860/aws/sdk/build.gradle.kts#L504), revert the first commit in the PR, run `./gradlew aws:sdk:cargoUpdateAllLockfiles`, and commit the updated lockfiles.' | \
116117
gh pr create \
117118
--title 'Run `cargo update` on the runtime lockfiles and the SDK lockfile' \
118-
--body 'If CI fails, commit the necessary fixes to this PR until all checks pass. If required, update entries in [crateNameToLastKnownWorkingVersions](https://github.com/smithy-lang/smithy-rs/blob/6b42eb5ca00a2dc9c46562452e495a2ec2e43d0f/aws/sdk/build.gradle.kts#L503-L504).' \
119119
--base ${{ inputs.base_branch }} \
120120
--head ${{ steps.branch-name-for-updating-lockfiles.outputs.branch_name }} \
121-
--label "needs-sdk-review"
121+
--label "needs-sdk-review" \
122+
--body-file -

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
November 5th, 2024
3+
==================
4+
5+
October 30th, 2024
6+
==================
7+
8+
October 24th, 2024
9+
==================
10+
211
October 9th, 2024
312
=================
413
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,47 @@
66
"smithy-rs": [],
77
"aws-sdk-rust": [
88
{
9-
"message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n",
9+
"message": "Fix minimum throughput detection for downloads to avoid incorrectly raising an error while the user is consuming data at a slow but steady pace.\n",
1010
"meta": {
1111
"bug": true,
1212
"breaking": false,
1313
"tada": false
1414
},
15-
"author": "Velfi",
15+
"author": "ysaito1001",
1616
"references": [
17-
"smithy-rs#3820"
17+
"smithy-rs#3871",
18+
"aws-sdk-rust#1202"
1819
],
19-
"since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a",
20-
"age": 5
20+
"since-commit": "1e803494dc1c9f1d8290cf9317ed39b026a603a2",
21+
"age": 4
2122
},
2223
{
23-
"message": "Fix minimum throughput detection for downloads to avoid incorrectly raising an error while the user is consuming data at a slow but steady pace.\n",
24+
"message": "Client SDKs built with the `awsQueryCompatible` trait now include the `x-amzn-query-mode` header. This header signals the service that the clients are operating in compatible mode.\n",
2425
"meta": {
25-
"bug": true,
26+
"bug": false,
2627
"breaking": false,
2728
"tada": false
2829
},
2930
"author": "ysaito1001",
3031
"references": [
31-
"smithy-rs#3871",
32-
"aws-sdk-rust#1202"
32+
"smithy-rs#3883"
3333
],
34-
"since-commit": "1e803494dc1c9f1d8290cf9317ed39b026a603a2",
35-
"age": 1
34+
"since-commit": "c606065c0e2e97d3cecb6a675ffc226dc488d674",
35+
"age": 3
36+
},
37+
{
38+
"message": "Fix default credential provider chain not respecting endpoint URL overrides from environment\n",
39+
"meta": {
40+
"bug": true,
41+
"breaking": false,
42+
"tada": false
43+
},
44+
"author": "aajtodd",
45+
"references": [
46+
"aws-sdk-rust#1193"
47+
],
48+
"since-commit": "c606065c0e2e97d3cecb6a675ffc226dc488d674",
49+
"age": 3
3650
}
3751
],
3852
"aws-sdk-model": []

aws/rust-runtime/Cargo.lock

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)