Skip to content

Commit

Permalink
Merge branch 'main' into fahadzub/unnamed-enum-constrained
Browse files Browse the repository at this point in the history
  • Loading branch information
drganjoo authored Nov 11, 2024
2 parents 042fe5c + fd10a16 commit 8226826
Show file tree
Hide file tree
Showing 30 changed files with 532 additions and 493 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
test-rust-windows:
name: Rust Tests on Windows
runs-on: windows-latest
timeout-minutes: 20
timeout-minutes: 30
env:
# Disable incremental compilation to reduce disk space use
CARGO_INCREMENTAL: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
apt_dependencies: libssl-dev gnuplot jq
java_version: 17
rust_toolchain_components: clippy,rustfmt
rust_nightly_version: nightly-2024-03-15
rust_nightly_version: nightly-2024-06-30

jobs:
generate-diff:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pull-request-updating-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }}
run: |
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.' | \
gh pr create \
--title 'Run `cargo update` on the runtime lockfiles and the SDK lockfile' \
--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).' \
--base ${{ inputs.base_branch }} \
--head ${{ steps.branch-name-for-updating-lockfiles.outputs.branch_name }} \
--label "needs-sdk-review"
--label "needs-sdk-review" \
--body-file -
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
November 5th, 2024
==================

October 30th, 2024
==================

October 24th, 2024
==================

Expand Down
6 changes: 3 additions & 3 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"aws-sdk-rust#1202"
],
"since-commit": "1e803494dc1c9f1d8290cf9317ed39b026a603a2",
"age": 2
"age": 4
},
{
"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",
Expand All @@ -32,7 +32,7 @@
"smithy-rs#3883"
],
"since-commit": "c606065c0e2e97d3cecb6a675ffc226dc488d674",
"age": 1
"age": 3
},
{
"message": "Fix default credential provider chain not respecting endpoint URL overrides from environment\n",
Expand All @@ -46,7 +46,7 @@
"aws-sdk-rust#1193"
],
"since-commit": "c606065c0e2e97d3cecb6a675ffc226dc488d674",
"age": 1
"age": 3
}
],
"aws-sdk-model": []
Expand Down
74 changes: 37 additions & 37 deletions aws/rust-runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8226826

Please sign in to comment.