-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade aws-config for aarch64-pc-windows support #2510
Conversation
ACTION NEEDED The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. For details on the error please inspect the "PR Title Check" action. |
Fixed in 958a664 |
Looks like some tests are still failing. Can you try building with the |
Yeah, that revealed dynamodb needed a bump too |
Alright, some breaking changes to types. This needs some more work |
I didn't scroll far enough down to find the breaking changes. Allllllllllllllll the changesNovember 14th, 2023Service Features:
Service Documentation:
Crate Versions Click to expand to view crate versions...
November 2nd, 2023Breaking Changes:
New this release:
Crate Versions Click to expand to view crate versions...
|
Okay, I think we're good now. One test failed locally for me, but I think it's unrelated to this change.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2510 +/- ##
==========================================
- Coverage 79.83% 79.82% -0.01%
==========================================
Files 207 207
Lines 58806 58798 -8
Branches 58806 58798 -8
==========================================
- Hits 46950 46938 -12
Misses 9120 9120
- Partials 2736 2740 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Upgrades
aws-config
becauseaws-config@0.56
has a dependency onring@0.16
1 which does not supportaarch64-pc-windows
2.Support for
aarch64-pc-windows
was added inring@0.17
3 whichaws-config@0.57
uses 4.Unfortunately, there's a hideous amount of changes between these two version, although no breaking changes are mentioned in the changelog 5. Does a maintainer here have a suggestion of what kind of testing we might need to do?
Footnotes
https://github.com/awslabs/aws-sdk-rust/blob/d212f8dd428e140b8ff414261f6921b2901a7dbc/sdk/aws-config/Cargo.toml#L98-L100 ↩
https://github.com/briansmith/ring/issues/1514 ↩
https://github.com/briansmith/ring/issues/1167#issuecomment-1745560468 ↩
https://github.com/awslabs/aws-sdk-rust/blob/511abe92a476c27d1e49758fe54eac0886ecf731/sdk/aws-config/Cargo.toml#L98-L100 ↩
https://github.com/awslabs/aws-sdk-rust/compare/d212f8d..511abe9 ↩